From 63bbd342ffbfa440f9c79c94183fb319355b3990 Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Wed, 15 Dec 2010 21:14:07 +0000 Subject: [PATCH] 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 --- .classpath | 3 ++- .../collector}/GCUBEInstanceStateResourceTest.java | 2 +- .../informationsystem/collector}/GCUBEProfileResourceTest.java | 2 +- .../informationsystem/collector}/GCUBEXMLResourceTest.java | 2 +- .../gcube/informationsystem/collector}/MetadataReaderTest.java | 2 +- .../informationsystem/collector}/XMLStorageManagerTest.java | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) rename {src/org/gcube/informationsystem/collector/test => test/org/gcube/informationsystem/collector}/GCUBEInstanceStateResourceTest.java (97%) rename {src/org/gcube/informationsystem/collector/test => test/org/gcube/informationsystem/collector}/GCUBEProfileResourceTest.java (98%) rename {src/org/gcube/informationsystem/collector/test => test/org/gcube/informationsystem/collector}/GCUBEXMLResourceTest.java (98%) rename {src/org/gcube/informationsystem/collector/test => test/org/gcube/informationsystem/collector}/MetadataReaderTest.java (97%) rename {src/org/gcube/informationsystem/collector/test => test/org/gcube/informationsystem/collector}/XMLStorageManagerTest.java (99%) diff --git a/.classpath b/.classpath index 543fb7f..9764692 100644 --- a/.classpath +++ b/.classpath @@ -1,7 +1,8 @@ - + + diff --git a/src/org/gcube/informationsystem/collector/test/GCUBEInstanceStateResourceTest.java b/test/org/gcube/informationsystem/collector/GCUBEInstanceStateResourceTest.java similarity index 97% rename from src/org/gcube/informationsystem/collector/test/GCUBEInstanceStateResourceTest.java rename to test/org/gcube/informationsystem/collector/GCUBEInstanceStateResourceTest.java index eb64c6e..8b802fe 100644 --- a/src/org/gcube/informationsystem/collector/test/GCUBEInstanceStateResourceTest.java +++ b/test/org/gcube/informationsystem/collector/GCUBEInstanceStateResourceTest.java @@ -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; diff --git a/src/org/gcube/informationsystem/collector/test/GCUBEProfileResourceTest.java b/test/org/gcube/informationsystem/collector/GCUBEProfileResourceTest.java similarity index 98% rename from src/org/gcube/informationsystem/collector/test/GCUBEProfileResourceTest.java rename to test/org/gcube/informationsystem/collector/GCUBEProfileResourceTest.java index 82be2ce..d684a79 100644 --- a/src/org/gcube/informationsystem/collector/test/GCUBEProfileResourceTest.java +++ b/test/org/gcube/informationsystem/collector/GCUBEProfileResourceTest.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.collector.test; +package org.gcube.informationsystem.collector; import java.io.StringReader; diff --git a/src/org/gcube/informationsystem/collector/test/GCUBEXMLResourceTest.java b/test/org/gcube/informationsystem/collector/GCUBEXMLResourceTest.java similarity index 98% rename from src/org/gcube/informationsystem/collector/test/GCUBEXMLResourceTest.java rename to test/org/gcube/informationsystem/collector/GCUBEXMLResourceTest.java index e276ef3..7cb9334 100644 --- a/src/org/gcube/informationsystem/collector/test/GCUBEXMLResourceTest.java +++ b/test/org/gcube/informationsystem/collector/GCUBEXMLResourceTest.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.collector.test; +package org.gcube.informationsystem.collector; import junit.framework.TestCase; diff --git a/src/org/gcube/informationsystem/collector/test/MetadataReaderTest.java b/test/org/gcube/informationsystem/collector/MetadataReaderTest.java similarity index 97% rename from src/org/gcube/informationsystem/collector/test/MetadataReaderTest.java rename to test/org/gcube/informationsystem/collector/MetadataReaderTest.java index 263d886..532ac9a 100644 --- a/src/org/gcube/informationsystem/collector/test/MetadataReaderTest.java +++ b/test/org/gcube/informationsystem/collector/MetadataReaderTest.java @@ -1,4 +1,4 @@ -package org.gcube.informationsystem.collector.test; +package org.gcube.informationsystem.collector; import java.io.IOException; diff --git a/src/org/gcube/informationsystem/collector/test/XMLStorageManagerTest.java b/test/org/gcube/informationsystem/collector/XMLStorageManagerTest.java similarity index 99% rename from src/org/gcube/informationsystem/collector/test/XMLStorageManagerTest.java rename to test/org/gcube/informationsystem/collector/XMLStorageManagerTest.java index 2514d5c..3e850b1 100644 --- a/src/org/gcube/informationsystem/collector/test/XMLStorageManagerTest.java +++ b/test/org/gcube/informationsystem/collector/XMLStorageManagerTest.java @@ -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;