Updated to support Git and Jenkins

This commit is contained in:
Giancarlo Panichi 2019-10-15 12:30:03 +02:00
parent e43d1f5440
commit e2fc47e47f
1 changed files with 1 additions and 3 deletions

View File

@ -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();