From 1670b72bc63dc63abc914c8adceac46d26f1d76e Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 12 Nov 2013 17:45:50 +0000 Subject: [PATCH] Fixed TestModule git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@85385 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/td/informationwidget/client/GwtTestInformation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/gcube/portlets/user/td/informationwidget/client/GwtTestInformation.java b/src/test/java/org/gcube/portlets/user/td/informationwidget/client/GwtTestInformation.java index 36032e0..6a5ab76 100644 --- a/src/test/java/org/gcube/portlets/user/td/informationwidget/client/GwtTestInformation.java +++ b/src/test/java/org/gcube/portlets/user/td/informationwidget/client/GwtTestInformation.java @@ -24,7 +24,7 @@ public class GwtTestInformation extends GWTTestCase { * Must refer to a valid module that sources this class. */ public String getModuleName() { - return "org.gcube.portlets.user.td.information.InformationJUnit"; + return "org.gcube.portlets.user.td.informationwidget.InformationJUnit"; }