From 60cd6fdeaa6ae5dff8fd119b72b2cd50e294981c Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Thu, 10 Oct 2013 12:38:53 +0000 Subject: [PATCH] pom fixes git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@82904 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 24 +----------- .../client/GwtTestShareUpdates.java | 39 ------------------- .../shareupdates/ShareUpdatesJUnit.gwt.xml | 6 --- 3 files changed, 1 insertion(+), 68 deletions(-) delete mode 100644 src/test/java/org/gcube/portlets/user/shareupdates/client/GwtTestShareUpdates.java delete mode 100644 src/test/resources/org/gcube/portlets/user/shareupdates/ShareUpdatesJUnit.gwt.xml 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 @@ - - - - - -