diff --git a/TDGWTServiceTest-dev.launch b/TDGWTServiceTest-dev.launch index 10d6d7d..0cfb301 100644 --- a/TDGWTServiceTest-dev.launch +++ b/TDGWTServiceTest-dev.launch @@ -7,7 +7,7 @@ - + @@ -17,6 +17,6 @@ - + diff --git a/TDGWTServiceTest-prod.launch b/TDGWTServiceTest-prod.launch index 1577bf2..640afb9 100644 --- a/TDGWTServiceTest-prod.launch +++ b/TDGWTServiceTest-prod.launch @@ -7,7 +7,7 @@ - + @@ -17,6 +17,6 @@ - + diff --git a/src/main/resources/org/gcube/portlets/user/td/gwtservice/GWTService.gwt.xml b/src/main/resources/org/gcube/portlets/user/td/gwtservice/TDGWTService.gwt.xml similarity index 97% rename from src/main/resources/org/gcube/portlets/user/td/gwtservice/GWTService.gwt.xml rename to src/main/resources/org/gcube/portlets/user/td/gwtservice/TDGWTService.gwt.xml index 896073b..8ea4ea0 100644 --- a/src/main/resources/org/gcube/portlets/user/td/gwtservice/GWTService.gwt.xml +++ b/src/main/resources/org/gcube/portlets/user/td/gwtservice/TDGWTService.gwt.xml @@ -1,5 +1,5 @@ - + diff --git a/src/test/java/org/gcube/portlets/user/td/gwtservice/client/GwtTestGWTService.java b/src/test/java/org/gcube/portlets/user/td/gwtservice/client/GwtTestTDGWTService.java similarity index 94% rename from src/test/java/org/gcube/portlets/user/td/gwtservice/client/GwtTestGWTService.java rename to src/test/java/org/gcube/portlets/user/td/gwtservice/client/GwtTestTDGWTService.java index c1601d2..dd932a0 100644 --- a/src/test/java/org/gcube/portlets/user/td/gwtservice/client/GwtTestGWTService.java +++ b/src/test/java/org/gcube/portlets/user/td/gwtservice/client/GwtTestTDGWTService.java @@ -19,13 +19,13 @@ import com.google.gwt.user.client.rpc.ServiceDefTarget; * http://mojo.codehaus.org/gwt-maven-plugin/user-guide/testing.html for * details. */ -public class GwtTestGWTService extends GWTTestCase { +public class GwtTestTDGWTService extends GWTTestCase { /** * Must refer to a valid module that sources this class. */ public String getModuleName() { - return "org.gcube.portlets.user.td.gwtservice.GWTServiceJUnit"; + return "org.gcube.portlets.user.td.gwtservice.TDGWTServiceJUnit"; } /** diff --git a/src/test/resources/org/gcube/portlets/user/td/gwtservice/GWTServiceJUnit.gwt.xml b/src/test/resources/org/gcube/portlets/user/td/gwtservice/TDGWTServiceJUnit.gwt.xml similarity index 75% rename from src/test/resources/org/gcube/portlets/user/td/gwtservice/GWTServiceJUnit.gwt.xml rename to src/test/resources/org/gcube/portlets/user/td/gwtservice/TDGWTServiceJUnit.gwt.xml index 775db67..1b5f789 100644 --- a/src/test/resources/org/gcube/portlets/user/td/gwtservice/GWTServiceJUnit.gwt.xml +++ b/src/test/resources/org/gcube/portlets/user/td/gwtservice/TDGWTServiceJUnit.gwt.xml @@ -1,7 +1,7 @@ - + - +