From: Matti Tahvonen Date: Fri, 30 Oct 2009 10:07:24 +0000 (+0000) Subject: fixed broken test X-Git-Tag: 6.7.0.beta1~2360 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=25211bde0cd8d165a83e32b3c05ee2e683b65f33;p=vaadin-framework.git fixed broken test svn changeset:9502/svn branch:6.2 --- diff --git a/tests/src/com/vaadin/tests/TestForUpload.java b/tests/src/com/vaadin/tests/TestForUpload.java index 0774a1a209..b502513139 100644 --- a/tests/src/com/vaadin/tests/TestForUpload.java +++ b/tests/src/com/vaadin/tests/TestForUpload.java @@ -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(); } });