Fixed package name
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@84027 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
d5ef5827c4
commit
70e93a739f
|
@ -7,7 +7,7 @@
|
|||
<stringAttribute key="com.google.gwt.eclipse.core.STYLE" value="OBFUSCATED"/>
|
||||
<stringAttribute key="com.google.gwt.eclipse.core.WEB_MODE" value="false"/>
|
||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
||||
<listEntry value="/tabular-data-gwt-service/src/test/java/org/gcube/portlets/user/td/gwtservice/client/GwtTestGWTService.java"/>
|
||||
<listEntry value="/tabular-data-gwt-service/src/test/java/org/gcube/portlets/user/td/gwtservice/client/GwtTestTDGWTService.java"/>
|
||||
</listAttribute>
|
||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
|
||||
<listEntry value="1"/>
|
||||
|
@ -17,6 +17,6 @@
|
|||
<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
|
||||
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="com.google.gdt.eclipse.maven.mavenClasspathProvider"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.gcube.portlets.user.td.gwtservice.client.GwtTestGWTService"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.gcube.portlets.user.td.gwtservice.client.GwtTestTDGWTService"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="tabular-data-gwt-service"/>
|
||||
</launchConfiguration>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<stringAttribute key="com.google.gwt.eclipse.core.STYLE" value="OBFUSCATED"/>
|
||||
<stringAttribute key="com.google.gwt.eclipse.core.WEB_MODE" value="true"/>
|
||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
||||
<listEntry value="/tabular-data-gwt-service/src/test/java/org/gcube/portlets/user/td/gwtservice/client/GwtTestGWTService.java"/>
|
||||
<listEntry value="/tabular-data-gwt-service/src/test/java/org/gcube/portlets/user/td/gwtservice/client/GwtTestTDGWTService.java"/>
|
||||
</listAttribute>
|
||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
|
||||
<listEntry value="1"/>
|
||||
|
@ -17,6 +17,6 @@
|
|||
<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
|
||||
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="com.google.gdt.eclipse.maven.mavenClasspathProvider"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.gcube.portlets.user.td.gwtservice.client.GwtTestGWTService"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.gcube.portlets.user.td.gwtservice.client.GwtTestTDGWTService"/>
|
||||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="tabular-data-gwt-service"/>
|
||||
</launchConfiguration>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module rename-to='GWTService'>
|
||||
<module rename-to='TDGWTService'>
|
||||
<!-- Inherit the core Web Toolkit stuff. -->
|
||||
<inherits name='com.google.gwt.user.User' />
|
||||
|
|
@ -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";
|
||||
}
|
||||
|
||||
/**
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module rename-to="GWTServiceJUnit">
|
||||
<module rename-to="TDGWTServiceJUnit">
|
||||
<!-- Inherit our applications main module. -->
|
||||
<inherits name='org.gcube.portlets.user.td.gwtservice.GWTService' />
|
||||
<inherits name='org.gcube.portlets.user.td.gwtservice.TDGWTService' />
|
||||
|
||||
<!-- Specify the path to any remote services. -->
|
||||
<servlet path="/TDGWTService"
|
Loading…
Reference in New Issue