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:
Manuele Simi 2010-12-15 21:14:07 +00:00
parent b3cbeb7ce2
commit 63bbd342ff
6 changed files with 7 additions and 6 deletions

View File

@ -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"/>

View File

@ -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;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.collector.test;
package org.gcube.informationsystem.collector;
import java.io.StringReader;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.collector.test;
package org.gcube.informationsystem.collector;
import junit.framework.TestCase;

View File

@ -1,4 +1,4 @@
package org.gcube.informationsystem.collector.test;
package org.gcube.informationsystem.collector;
import java.io.IOException;

View File

@ -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;