From 4af1d0b29f30dd37b5b258a3e879e5c4b5b617b1 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Thu, 24 Oct 2013 12:27:11 +0000 Subject: [PATCH] Fixed package name git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@84024 82a268e6-3cf1-43bd-a215-b396298e98cf --- GWTServiceTest-dev.launch | 2 +- GWTServiceTest-prod.launch | 2 +- .../portlets/user/td/gwtservice/client/GwtTestGWTService.java | 2 +- .../gcube/portlets/user/td/gwtservice/GWTServiceJUnit.gwt.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GWTServiceTest-dev.launch b/GWTServiceTest-dev.launch index 05b867e..10d6d7d 100644 --- a/GWTServiceTest-dev.launch +++ b/GWTServiceTest-dev.launch @@ -7,7 +7,7 @@ - + diff --git a/GWTServiceTest-prod.launch b/GWTServiceTest-prod.launch index 34b53d0..1577bf2 100644 --- a/GWTServiceTest-prod.launch +++ b/GWTServiceTest-prod.launch @@ -7,7 +7,7 @@ - + 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/GwtTestGWTService.java index a35ab00..c1601d2 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/GwtTestGWTService.java @@ -25,7 +25,7 @@ public class GwtTestGWTService extends GWTTestCase { * Must refer to a valid module that sources this class. */ public String getModuleName() { - return "org.gcube.portlets.user.td.gxtservice.GXTServiceJUnit"; + return "org.gcube.portlets.user.td.gwtservice.GWTServiceJUnit"; } /** 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/GWTServiceJUnit.gwt.xml index 5165803..775db67 100644 --- a/src/test/resources/org/gcube/portlets/user/td/gwtservice/GWTServiceJUnit.gwt.xml +++ b/src/test/resources/org/gcube/portlets/user/td/gwtservice/GWTServiceJUnit.gwt.xml @@ -5,7 +5,7 @@ + class="org.gcube.portlets.user.td.gwtservice.server.TDGWTServiceImpl" />