From 84c41676731ccb2e6f6c0cc22993a7a1ed1c079e Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Fri, 16 Oct 2009 15:30:29 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/information-system/gCubeIS/Collector@16011 82a268e6-3cf1-43bd-a215-b396298e98cf --- test-suite/getProfile.sh | 1 + test-suite/getResource.sh | 1 + test-suite/{ => samples}/AFRegistrationSample.xml | 0 test-suite/{ => samples}/ServiceMap_CNRPrivate.xml | 0 test-suite/{ => samples}/query-example.xq | 0 5 files changed, 2 insertions(+) create mode 100755 test-suite/getProfile.sh create mode 100755 test-suite/getResource.sh rename test-suite/{ => samples}/AFRegistrationSample.xml (100%) rename test-suite/{ => samples}/ServiceMap_CNRPrivate.xml (100%) rename test-suite/{ => samples}/query-example.xq (100%) 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