aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/push/BasicPush.java
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-10-31 19:22:44 +0200
committerVaadin Code Review <review@vaadin.com>2013-10-31 18:41:15 +0000
commit1cc4dc18fab893ab584d4ac3bf8219933369a915 (patch)
tree87e5dd31911a3fda410ee2b25d3deb60b03c7416 /uitest/src/com/vaadin/tests/push/BasicPush.java
parentca7e928f5ec8899b4cca46c49db7a5a7c6b06e24 (diff)
downloadvaadin-framework-1cc4dc18fab893ab584d4ac3bf8219933369a915.tar.gz
vaadin-framework-1cc4dc18fab893ab584d4ac3bf8219933369a915.zip
Fix duplicate id issue in test and test more corner cases
Change-Id: I4bacfe7353968df7b0f1a8786ae4e488dffa3565
Diffstat (limited to 'uitest/src/com/vaadin/tests/push/BasicPush.java')
-rw-r--r--uitest/src/com/vaadin/tests/push/BasicPush.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/push/BasicPush.java b/uitest/src/com/vaadin/tests/push/BasicPush.java
index f9e29492dd..8e8f418c5f 100644
--- a/uitest/src/com/vaadin/tests/push/BasicPush.java
+++ b/uitest/src/com/vaadin/tests/push/BasicPush.java
@@ -38,7 +38,7 @@ public class BasicPush extends AbstractTestUI {
public static final String SERVER_COUNTER_ID = "serverCounter";
- public static final String INCREMENT_BUTTON_ID = "clientCounter";
+ public static final String INCREMENT_BUTTON_ID = "incrementCounter";
private ObjectProperty<Integer> counter = new ObjectProperty<Integer>(0);