]> source.dussan.org Git - vaadin-framework.git/commit
Updatet servlet tests to follow the same *Test naming convention
authorArtur Signell <artur@vaadin.com>
Mon, 7 Oct 2013 17:34:23 +0000 (20:34 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 8 Oct 2013 13:19:53 +0000 (13:19 +0000)
commit6779857911a4eeb2bbfe0720629b058facc40f4d
treecdfdb59fc0323437ce50bf90111bf0990d4f1198
parent377d49ee174a6e2fb47152e5dbf0aac2db1276f5
Updatet servlet tests to follow the same *Test naming convention

Change-Id: I3c718232364f5ca7cce7131fa7685e4a2b833120
17 files changed:
WebContent/WEB-INF/web.xml
WebContent/WEB-INF/web.xml.2.4
uitest/src/com/vaadin/tests/integration/AbstractIntegrationTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/integration/AbstractIntegrationTestTB3.java [deleted file]
uitest/src/com/vaadin/tests/integration/AbstractServletIntegrationTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/integration/IntegrationTestRunner.java
uitest/src/com/vaadin/tests/integration/IntegrationTestStreaming.java [deleted file]
uitest/src/com/vaadin/tests/integration/IntegrationTestUI.java [deleted file]
uitest/src/com/vaadin/tests/integration/IntegrationTestWebsocket.java [deleted file]
uitest/src/com/vaadin/tests/integration/ServletIntegrationStreamingUI.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/integration/ServletIntegrationStreamingUITest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/integration/ServletIntegrationTestTB3.java [deleted file]
uitest/src/com/vaadin/tests/integration/ServletIntegrationUI.java [new file with mode: 0755]
uitest/src/com/vaadin/tests/integration/ServletIntegrationUITest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/integration/ServletIntegrationWebsocketUI.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/integration/ServletIntegrationWebsocketUITest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/tb3/ServletIntegrationTests.java