diff --git a/test-suite/getProfile.sh b/test-suite/getProfile.sh new file mode 100755 index 0000000..effeed4 --- /dev/null +++ b/test-suite/getProfile.sh @@ -0,0 +1 @@ +java -cp .:./lib/org.gcube.informationsystem.collector.testsuite.jar:$CLASSPATH org/gcube/informationsystem/collector/stubs/testsuite/xmlcollectionaccess/GetProfileTester $1 $2 $3 $4 $5 diff --git a/test-suite/getResource.sh b/test-suite/getResource.sh new file mode 100755 index 0000000..771010c --- /dev/null +++ b/test-suite/getResource.sh @@ -0,0 +1 @@ +java -cp .:./lib/org.gcube.informationsystem.collector.testsuite.jar:$CLASSPATH org/gcube/informationsystem/collector/stubs/testsuite/xmlcollectionaccess/GetResourceTester $1 $2 $3 $4 \ No newline at end of file diff --git a/test-suite/AFRegistrationSample.xml b/test-suite/samples/AFRegistrationSample.xml similarity index 100% rename from test-suite/AFRegistrationSample.xml rename to test-suite/samples/AFRegistrationSample.xml diff --git a/test-suite/ServiceMap_CNRPrivate.xml b/test-suite/samples/ServiceMap_CNRPrivate.xml similarity index 100% rename from test-suite/ServiceMap_CNRPrivate.xml rename to test-suite/samples/ServiceMap_CNRPrivate.xml diff --git a/test-suite/query-example.xq b/test-suite/samples/query-example.xq similarity index 100% rename from test-suite/query-example.xq rename to test-suite/samples/query-example.xq