summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/push/BasicPushTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Disable client timeout so websockets are not disconnected when idle (#13015)Artur Signell2013-12-021-1/+1
| | | | | | | Updated sleep method to ensure that long sleeps can be performed without losing the connection to the browser Change-Id: I4f29d946e7a9a400e303e3a574876e1bc2d56773
* Tests for validating reconnect works for streaming and websockets ↵Artur Signell2013-10-311-17/+33
| | | | | | (#12868,#12853,#12852) Change-Id: I0e1e51291e9275a78737ad0e70e63b75ef993a63
* Update TB3+ convention to use a separate *Test fileArtur Signell2013-10-081-0/+92
For any issue there should be a UI class, e.g. LabelSomething and a Test class which has the name of the UI + Test, e.g. LabelSomethingTest. The LabelSomethingTest contains ALL tests which depend on LabelSomething and are named accordingly to what they test. For special and legacy cases also LegacyApplication and UIProvider are supported in addition to UI classes Change-Id: Ifc0180b377284bbd029202494ad194d324f8213b