]> source.dussan.org Git - vaadin-framework.git/commit
Migrate TB2 test from application package to TB4
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Fri, 20 Feb 2015 09:57:22 +0000 (11:57 +0200)
committerVaadin Code Review <review@vaadin.com>
Thu, 12 Mar 2015 14:55:37 +0000 (14:55 +0000)
commit7bcd8c29d80843336875f931c3b41f8f44f1d833
tree9d6317941df3950041340c7d38f7b0d2948caa59
parent5692572146f7029c51b129ff30c89dd30d9c788d
Migrate TB2 test from application package to TB4

RefreshFragmentChangeTest
RefreshStatePreserveTest
RefreshStatePreserveTitleTest
TerminalErrorNotificationTest
ThreadLocalInstancesTest
WebBrowserSizeTest
WebBrowserTest

Change-Id: I5c95905b4999ebefc7b170057952b09780174627
19 files changed:
uitest/src/com/vaadin/tests/application/RefreshFragmentChangeTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/application/RefreshStatePreserve.java
uitest/src/com/vaadin/tests/application/RefreshStatePreserveTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/application/RefreshStatePreserveTitle.java
uitest/src/com/vaadin/tests/application/RefreshStatePreserveTitleTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/application/TerminalErrorNotificationTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/application/ThreadLocalInstancesTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/application/WebBrowserSize.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/application/WebBrowserSizeTest.java
uitest/src/com/vaadin/tests/application/WebBrowserTest.java [deleted file]
uitest/src/com/vaadin/tests/application/WebBrowserTimeZone.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/application/WebBrowserTimeZoneTest.java [new file with mode: 0644]
uitest/tb2/com/vaadin/tests/application/RefreshFragmentChange.html [deleted file]
uitest/tb2/com/vaadin/tests/application/RefreshStatePreserve.html [deleted file]
uitest/tb2/com/vaadin/tests/application/RefreshStatePreserveTitle.html [deleted file]
uitest/tb2/com/vaadin/tests/application/TerminalErrorNotification.html [deleted file]
uitest/tb2/com/vaadin/tests/application/ThreadLocalInstances.html [deleted file]
uitest/tb2/com/vaadin/tests/application/WebBrowserSizeTest.html [deleted file]
uitest/tb2/com/vaadin/tests/application/WebBrowserTest.html [deleted file]