diff options
author | John Ahlroos <john@vaadin.com> | 2012-09-03 14:51:26 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-09-03 14:51:26 +0300 |
commit | 607010c2f972d5f80e4fe5e5fe6fda4f0b8b69e9 (patch) | |
tree | d7ad47eb37dc193da388b2d6b31034b14025f302 /uitest | |
parent | ae2c302f71554f49b3f57b649cec7450c652cf09 (diff) | |
download | vaadin-framework-607010c2f972d5f80e4fe5e5fe6fda4f0b8b69e9.tar.gz vaadin-framework-607010c2f972d5f80e4fe5e5fe6fda4f0b8b69e9.zip |
Fixed missing test description
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/flash/FlashIsVisible.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/components/flash/FlashIsVisible.java b/uitest/src/com/vaadin/tests/components/flash/FlashIsVisible.java index 74bb216002..23a4322fb7 100644 --- a/uitest/src/com/vaadin/tests/components/flash/FlashIsVisible.java +++ b/uitest/src/com/vaadin/tests/components/flash/FlashIsVisible.java @@ -18,8 +18,7 @@ public class FlashIsVisible extends TestBase { @Override protected String getDescription() { - // TODO Auto-generated method stub - return null; + return "Flash plugin should load and be visible on all browsers"; } @Override |