diff --git a/pom.xml b/pom.xml index 2392008..017392b 100644 --- a/pom.xml +++ b/pom.xml @@ -161,34 +161,12 @@ org.slf4j slf4j-api - - - junit - junit - 4.7 - provided - - - javax.validation - validation-api - 1.0.0.GA - test - - - javax.validation - validation-api - 1.0.0.GA - sources - test - + - ${webappDirectory}/WEB-INF/classes - - org.codehaus.mojo diff --git a/src/test/java/org/gcube/portlets/user/shareupdates/client/GwtTestShareUpdates.java b/src/test/java/org/gcube/portlets/user/shareupdates/client/GwtTestShareUpdates.java deleted file mode 100644 index 33b8091..0000000 --- a/src/test/java/org/gcube/portlets/user/shareupdates/client/GwtTestShareUpdates.java +++ /dev/null @@ -1,39 +0,0 @@ -package org.gcube.portlets.user.shareupdates.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 http://mojo.codehaus.org/gwt-maven-plugin/user-guide/testing.html - * for details. - */ -public class GwtTestShareUpdates extends GWTTestCase { - - /** - * Must refer to a valid module that sources this class. - */ - public String getModuleName() { - return "org.gcube.portlets.user.shareupdates.ShareUpdatesJUnit"; - } - - /** - * 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() { - - } - - -} diff --git a/src/test/resources/org/gcube/portlets/user/shareupdates/ShareUpdatesJUnit.gwt.xml b/src/test/resources/org/gcube/portlets/user/shareupdates/ShareUpdatesJUnit.gwt.xml deleted file mode 100644 index 9473f23..0000000 --- a/src/test/resources/org/gcube/portlets/user/shareupdates/ShareUpdatesJUnit.gwt.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - -