From 99118ccf946486e140cd1a85ff75f2a6c09f4266 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 28 Jul 2014 14:52:26 +0300 Subject: Disable automatic removal of trailing whitespace and reformatted using Luna Automatic removal of trailing whitespaces in Eclipse does not work even in a nearly consistent way across platforms, versions or even on the same maching within the same workspaces. Saving the same file multiple times even alternates between adding and removing a whitespace on empty block comment lines when saving. Change-Id: I0efd307fd48869ea688eb79aa77c9ba38de5a4a6 --- uitest/src/com/vaadin/tests/push/PushConfigurationLongPollingTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'uitest/src/com/vaadin/tests/push/PushConfigurationLongPollingTest.java') diff --git a/uitest/src/com/vaadin/tests/push/PushConfigurationLongPollingTest.java b/uitest/src/com/vaadin/tests/push/PushConfigurationLongPollingTest.java index f2207ccba7..a04d569e05 100644 --- a/uitest/src/com/vaadin/tests/push/PushConfigurationLongPollingTest.java +++ b/uitest/src/com/vaadin/tests/push/PushConfigurationLongPollingTest.java @@ -37,7 +37,8 @@ public class PushConfigurationLongPollingTest extends PushConfigurationTest { clearDebugMessages(); new Select(getPushModeSelect()).selectByVisibleText("AUTOMATIC"); - waitForDebugMessage("Push connection established using long-polling", 10); + waitForDebugMessage("Push connection established using long-polling", + 10); waitForServerCounterToUpdate(); } -- cgit v1.2.3