Skip to content
Snippets Groups Projects
Commit dd31add2 authored by cramakri's avatar cramakri
Browse files

LMS-1343 Changed annotations of tests.

SVN: 14391
parent 376e2c82
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
package ch.systemsx.cisd.openbis.plugin.generic.client.web.client.application.sample; package ch.systemsx.cisd.openbis.plugin.generic.client.web.client.application.sample;
import com.extjs.gxt.ui.client.widget.grid.Grid; import com.extjs.gxt.ui.client.widget.grid.Grid;
import com.google.gwt.junit.DoNotRunWith;
import com.google.gwt.junit.Platform;
import com.google.gwt.user.client.ui.Widget; import com.google.gwt.user.client.ui.Widget;
import ch.systemsx.cisd.openbis.generic.client.web.client.application.menu.TopMenu.ActionMenuKind; import ch.systemsx.cisd.openbis.generic.client.web.client.application.menu.TopMenu.ActionMenuKind;
...@@ -156,7 +154,6 @@ public class GenericSampleViewerTest extends AbstractGWTTestCase ...@@ -156,7 +154,6 @@ public class GenericSampleViewerTest extends AbstractGWTTestCase
launchTest(); launchTest();
} }
@DoNotRunWith(Platform.HtmlUnit)
public final void testShowIndirectlyConnectedDataSets() public final void testShowIndirectlyConnectedDataSets()
{ {
loginAndInvokeAction(ActionMenuKind.SAMPLE_MENU_BROWSE); loginAndInvokeAction(ActionMenuKind.SAMPLE_MENU_BROWSE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment