diff --git a/src/test/java/org/gcube/portlets/user/geoportaldataviewer/client/GwtTestGeoportalDataViewer.java b/src/test/java/org/gcube/portlets/user/geoportaldataviewer/client/GwtTestGeoportalDataViewer.java deleted file mode 100644 index 570334e..0000000 --- a/src/test/java/org/gcube/portlets/user/geoportaldataviewer/client/GwtTestGeoportalDataViewer.java +++ /dev/null @@ -1,39 +0,0 @@ -package org.gcube.portlets.user.geoportaldataviewer.client; - -import com.google.gwt.junit.client.GWTTestCase; - -/** - * GWT JUnit integration tests must extend GWTTestCase. - * Using "GwtTest*" naming pattern exclude them from running with - * surefire during the test phase. - * - * If you run the tests using the Maven command line, you will have to - * navigate with your browser to a specific url given by Maven. - * See https://gwt-maven-plugin.github.io/gwt-maven-plugin/user-guide/testing.html - * for details. - */ -public class GwtTestGeoportalDataViewer extends GWTTestCase { - - /** - * Must refer to a valid module that sources this class. - */ - public String getModuleName() { - return "org.gcube.portlets.user.geoportaldataviewer.GeoportalDataViewerJUnit"; - } - - /** - * Tests the FieldVerifier. - */ - public void testFieldVerifier() { - } - - /** - * This test will send a request to the server using the greetServer method in - * GreetingService and verify the response. - */ - public void testGreetingService() { - - } - - -}