Moving JUnit tests in a separated folder
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/information-system/gCubeIS/Collector@33164 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b3cbeb7ce2
commit
63bbd342ff
|
@ -1,7 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry excluding="src/|build/|schema/|etc/|src/|lib/|pkgdata/|ServiceFiles/|design/" kind="src" path=""/>
|
||||
<classpathentry excluding="src/|build/|schema/|etc/|src/|lib/|pkgdata/|ServiceFiles/|design/|test/" kind="src" path=""/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="src" path="test"/>
|
||||
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/GCORELIBS"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/EXISTLIBS"/>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.collector.test;
|
||||
package org.gcube.informationsystem.collector;
|
||||
|
||||
import org.gcube.informationsystem.collector.impl.resources.GCUBEInstanceStateResource;
|
||||
import org.gcube.informationsystem.collector.impl.resources.DAIXResource.MalformedResourceException;
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.collector.test;
|
||||
package org.gcube.informationsystem.collector;
|
||||
|
||||
import java.io.StringReader;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.collector.test;
|
||||
package org.gcube.informationsystem.collector;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.collector.test;
|
||||
package org.gcube.informationsystem.collector;
|
||||
|
||||
import java.io.IOException;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.collector.test;
|
||||
package org.gcube.informationsystem.collector;
|
||||
|
||||
import org.gcube.informationsystem.collector.impl.resources.GCUBEInstanceStateResource;
|
||||
import org.gcube.informationsystem.collector.impl.resources.GCUBEProfileResource;
|
Loading…
Reference in New Issue