From: John Ahlroos Date: Mon, 3 Sep 2012 11:51:26 +0000 (+0300) Subject: Fixed missing test description X-Git-Tag: 7.0.0.beta1~205^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=607010c2f972d5f80e4fe5e5fe6fda4f0b8b69e9;p=vaadin-framework.git Fixed missing test description --- 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