diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-11-04 14:00:26 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-11-04 14:00:26 +0000 |
commit | 7a0b31572df7df1f9275a09626c497c222086bc7 (patch) | |
tree | f801e61fd410c678ace2b31359a814785fcdc048 | |
parent | 96e8b4347410a5e258caa6eb62058ffcb77b840d (diff) | |
download | vaadin-framework-7a0b31572df7df1f9275a09626c497c222086bc7.tar.gz vaadin-framework-7a0b31572df7df1f9275a09626c497c222086bc7.zip |
reverted bad refactoring of captio
svn changeset:15861/svn branch:6.5
-rw-r--r-- | tests/src/com/vaadin/tests/TestForUpload.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/vaadin/tests/TestForUpload.java b/tests/src/com/vaadin/tests/TestForUpload.java index e80a3f4581..3fed6b233e 100644 --- a/tests/src/com/vaadin/tests/TestForUpload.java +++ b/tests/src/com/vaadin/tests/TestForUpload.java @@ -179,7 +179,7 @@ public class TestForUpload extends CustomComponent implements } }); - uploadBufferSelector = new Select("Receiver type"); + uploadBufferSelector = new Select("StreamVariable type"); uploadBufferSelector.setImmediate(true); uploadBufferSelector.addItem("memory"); uploadBufferSelector.setValue("memory"); |