]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed RichTextArea test
authorJohn Ahlroos <john@vaadin.com>
Wed, 5 Sep 2012 08:14:47 +0000 (11:14 +0300)
committerJohn Ahlroos <john@vaadin.com>
Wed, 5 Sep 2012 08:14:47 +0000 (11:14 +0300)
uitest/src/com/vaadin/tests/components/richtextarea/RichTextAreaScrolling.java

index f88ed0c67cd4d66b4d3d6198e079caa0b390cc74..66b5a9e08a1dddcb258dc6f5bc80694db8214b97 100644 (file)
@@ -32,9 +32,9 @@ public class RichTextAreaScrolling extends TestBase {
         RichTextArea second = new RichTextArea("Full height");
         RichTextArea third = new RichTextArea("Undefined height");
 
-        first.setValue(sb);
-        second.setValue(sb);
-        third.setValue(sb);
+        first.setValue(sb.toString());
+        second.setValue(sb.toString());
+        third.setValue(sb.toString());
 
         first.setReadOnly(true);
         second.setReadOnly(true);