]> source.dussan.org Git - vaadin-framework.git/commitdiff
Updated merged 6.8 test to work with 7.0
authorJohn Ahlroos <john@vaadin.com>
Wed, 20 Feb 2013 10:43:22 +0000 (12:43 +0200)
committerJohn Ahlroos <john@vaadin.com>
Wed, 20 Feb 2013 10:44:54 +0000 (12:44 +0200)
Change-Id: I5e44183af9431ba34fb0ecaa353e6b65c2aaeace

uitest/src/com/vaadin/tests/components/textfield/TextFieldMaxLengthRemovedFromDOM.html
uitest/src/com/vaadin/tests/components/textfield/TextFieldMaxLengthRemovedFromDOM.java

index 45c7e0f2c8a34ac930c5534ea5bfdebc9e21d534..3086b66dfa023aed0218ea83096ee1deec29b905 100644 (file)
@@ -38,7 +38,7 @@
 </tr>
 <tr>
     <td>mouseClick</td>
-    <td>vaadin=runcomvaadintestscomponentstextfieldTextFieldMaxLengthRemovedFromDOM::/VVerticalLayout[0]/domChild[0]/domChild[1]</td>
+    <td>vaadin=runcomvaadintestscomponentstextfieldTextFieldMaxLengthRemovedFromDOM::/VVerticalLayout[0]/domChild[0]</td>
     <td>172,60</td>
 </tr>
 <tr>
index 61993de1071b3642b9cb089d08cb419523fd2ca5..28ff20c174085dfaa7a0f131b9295f81ee377104 100644 (file)
@@ -15,7 +15,7 @@ public class TextFieldMaxLengthRemovedFromDOM extends TestBase {
         tf.setImmediate(true);
         addComponent(tf);
 
-        tf.addListener(new FieldEvents.FocusListener() {
+        tf.addFocusListener(new FieldEvents.FocusListener() {
 
             public void focus(FocusEvent event) {
                 // Resetting Max length should not remove maxlength attribute