]> source.dussan.org Git - vaadin-framework.git/commit
Fix running of all types of tests + generic cleanup
authorArtur Signell <artur@vaadin.com>
Tue, 3 Sep 2013 13:41:28 +0000 (16:41 +0300)
committerArtur Signell <artur@vaadin.com>
Tue, 3 Sep 2013 13:57:01 +0000 (16:57 +0300)
commit48b74499cfbe93f86867775a7acf9204c8806077
treefaccc748013dafc977e872611842e210545ee034
parentec291b96db1668b11ff9bc08dbd95a87e82e2393
Fix running of all types of tests + generic cleanup
* All logic for running TB based tests is now in uitest
* Cleaning and server startup is now a responsibility of uitest/build.xml
* uitest/test.xml is responsible for running TB2 tests
* uitest/tb3test.xml is responsible for running TB3 tests
* AllIntegrationTests is now ServletIntegrationTests as a portlet integration tests still need to be added
* AllTB3Tests now find tests when run from Ant

Change-Id: I87b710827aaede93e36062842b514711d807408a
build.xml
uitest/build.xml
uitest/integration_tests.xml
uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java
uitest/src/com/vaadin/tests/tb3/AllIntegrationTests.java [deleted file]
uitest/src/com/vaadin/tests/tb3/AllTB3Tests.java
uitest/src/com/vaadin/tests/tb3/ServletIntegrationTests.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/tb3/TB3Runner.java
uitest/src/com/vaadin/tests/tb3/TB3TestFinder.java
uitest/tb3test.xml [new file with mode: 0644]
uitest/test.xml