Updated to support Git and Jenkins
This commit is contained in:
parent
e43d1f5440
commit
e2fc47e47f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue