]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixed broken test
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 30 Oct 2009 10:07:24 +0000 (10:07 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 30 Oct 2009 10:07:24 +0000 (10:07 +0000)
svn changeset:9502/svn branch:6.2

tests/src/com/vaadin/tests/TestForUpload.java

index 0774a1a20998eb54bb950984e4d054af426f9b70..b5025131399ec1755b46daf6a5b7179151962d95 100644 (file)
@@ -129,7 +129,6 @@ public class TestForUpload extends CustomComponent implements
                 } else {
                     l.setValue("Finished with unknow event");
                 }
-                setBuffer();
 
                 status.removeAllComponents();
                 final InputStream stream = buffer.getStream();
@@ -152,6 +151,7 @@ public class TestForUpload extends CustomComponent implements
                     status.setVisible(true);
                 }
 
+                setBuffer();
             }
         });