Update/Add selenium tests
authorGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Sun, 14 Dec 2008 22:15:20 +0000 (17:15 -0500)
committerGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Sun, 14 Dec 2008 22:15:20 +0000 (17:15 -0500)
commit82ed178d04b6dcfe9724b00fd4977f46f1e6e917
treeeaeb1fcd466fdc5b82c7628f0649f4764ef3a6e0
parent99b3160ab31cb0444ded2186506f6563d87eea54
Update/Add selenium tests
- Add tests for constraints, columns, views and index
- Add method addComment in testBuilder class to insert comment in the tests page
- Add comments to all tests
Sequence tests still fail for 8.4. We need to review all these tests to add some forgottent testcases and asserts
17 files changed:
tests/selenium/README
tests/selenium/selenium-lib/core/TestRunner.hta
tests/selenium/selenium-lib/core/TestRunner.html
tests/selenium/selenium-lib/core/scripts/selenium-testrunner.js
tests/selenium/selenium-lib/core/selenium.css
tests/selenium/src/01-roles.php
tests/selenium/src/04-database.php
tests/selenium/src/06-schema.php
tests/selenium/src/08-domaine.php
tests/selenium/src/10-table.php
tests/selenium/src/15-sequence.php
tests/selenium/src/20-constraint.php [new file with mode: 0644]
tests/selenium/src/25-column.php [new file with mode: 0644]
tests/selenium/src/30-view.php [new file with mode: 0644]
tests/selenium/src/35-index.php [new file with mode: 0644]
tests/selenium/src/99-cleantests.php
tests/selenium/testBuilder.class.php