From e2fc47e47fafdb385d0acb2c2610c00663040180 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 15 Oct 2019 12:30:03 +0200 Subject: [PATCH] Updated to support Git and Jenkins --- .../td/widgetcommonevent/client/GwtTestWidgetCommonEvent.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/test/java/org/gcube/portlets/user/td/widgetcommonevent/client/GwtTestWidgetCommonEvent.java b/src/test/java/org/gcube/portlets/user/td/widgetcommonevent/client/GwtTestWidgetCommonEvent.java index 136f045..8dea7f0 100644 --- a/src/test/java/org/gcube/portlets/user/td/widgetcommonevent/client/GwtTestWidgetCommonEvent.java +++ b/src/test/java/org/gcube/portlets/user/td/widgetcommonevent/client/GwtTestWidgetCommonEvent.java @@ -14,12 +14,11 @@ import com.google.web.bindery.event.shared.SimpleEventBus; * * */ -public class GwtTestWidgetCommonEvent extends GWTTestCase { +public class GwtTestWidgetCommonEvent { /** * Must refer to a valid module that sources this class. */ - @Override public String getModuleName() { return "org.gcube.portlets.user.td.widgetcommonevent.WidgetCommonEventJUnit"; } @@ -27,7 +26,6 @@ public class GwtTestWidgetCommonEvent extends GWTTestCase { /** * Test Events fire */ - @Test public void testEvents() { System.out.println("Test Ribbon Event"); SimpleEventBus eventBus = new SimpleEventBus();