diff options
author | Artur Signell <artur@vaadin.com> | 2014-07-28 14:52:26 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-07-31 15:24:50 +0300 |
commit | 99118ccf946486e140cd1a85ff75f2a6c09f4266 (patch) | |
tree | 45691642fa638f2ea1d9f4dd523e63f7157e6d65 /uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java | |
parent | 92da25c0b494e059985486bfaaabf434ac59afa1 (diff) | |
download | vaadin-framework-99118ccf946486e140cd1a85ff75f2a6c09f4266.tar.gz vaadin-framework-99118ccf946486e140cd1a85ff75f2a6c09f4266.zip |
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
Diffstat (limited to 'uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java b/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java index 8dd10216d2..c4573fb9b8 100644 --- a/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java +++ b/uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java @@ -166,7 +166,8 @@ public abstract class AbstractTB3Test extends TestBenchTestCase { } protected WebElement getTooltipElement() { - return getDriver().findElement(com.vaadin.testbench.By.className("v-tooltip-text")); + return getDriver().findElement( + com.vaadin.testbench.By.className("v-tooltip-text")); } protected Coordinates getCoordinates(TestBenchElement element) { |