git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-import-widget@84083 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
5efc5f15a1
commit
a516c85dd7
|
@ -4,7 +4,6 @@ package org.gcube.portlets.user.sdmximportwizardtd.client.dataresource;
|
||||||
import com.google.gwt.core.client.GWT;
|
import com.google.gwt.core.client.GWT;
|
||||||
import com.google.gwt.resources.client.ClientBundle;
|
import com.google.gwt.resources.client.ClientBundle;
|
||||||
import com.google.gwt.resources.client.ImageResource;
|
import com.google.gwt.resources.client.ImageResource;
|
||||||
import com.google.gwt.resources.client.ClientBundle.Source;
|
|
||||||
|
|
||||||
public interface ResourceBundle extends ClientBundle {
|
public interface ResourceBundle extends ClientBundle {
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,9 @@ package org.gcube.portlets.user.sdmximportwizardtd.client.dataresource;
|
||||||
import com.google.gwt.resources.client.CssResource;
|
import com.google.gwt.resources.client.CssResource;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Federico De Faveri defaveri@isti.cnr.it
|
*
|
||||||
|
* @author "Giancarlo Panichi"
|
||||||
|
* <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public interface SDMXImportCSS extends CssResource {
|
public interface SDMXImportCSS extends CssResource {
|
||||||
|
|
|
@ -2,10 +2,7 @@ package org.gcube.portlets.user.sdmximportwizardtd.client;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
import com.google.gwt.core.client.GWT;
|
|
||||||
import com.google.gwt.junit.client.GWTTestCase;
|
import com.google.gwt.junit.client.GWTTestCase;
|
||||||
import com.google.gwt.user.client.rpc.AsyncCallback;
|
|
||||||
import com.google.gwt.user.client.rpc.ServiceDefTarget;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GWT JUnit <b>integration</b> tests must extend GWTTestCase.
|
* GWT JUnit <b>integration</b> tests must extend GWTTestCase.
|
||||||
|
@ -23,7 +20,7 @@ public class GwtTestSDMXImportWizardTD extends GWTTestCase {
|
||||||
* Must refer to a valid module that sources this class.
|
* Must refer to a valid module that sources this class.
|
||||||
*/
|
*/
|
||||||
public String getModuleName() {
|
public String getModuleName() {
|
||||||
return "org.gcube.portlets.user.SDMXImportWizardTD.SDMXImportWizardTDJUnit";
|
return "org.gcube.portlets.user.td.sdmximportwidget.SDMXImportWizardTDJUnit";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue