From 96faf17845a438c9f7023e78552649b8d7e5f498 Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Mon, 1 Nov 2010 20:47:23 +0000 Subject: [PATCH] Adding shell scripts to the test-suit git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/information-system/gCubeIS/Collector@30406 82a268e6-3cf1-43bd-a215-b396298e98cf --- test-suite/addDAIXDocument.sh | 2 ++ test-suite/addDocument.sh | 2 ++ test-suite/getDocument.sh | 1 + 3 files changed, 5 insertions(+) create mode 100755 test-suite/addDAIXDocument.sh create mode 100755 test-suite/addDocument.sh create mode 100755 test-suite/getDocument.sh diff --git a/test-suite/addDAIXDocument.sh b/test-suite/addDAIXDocument.sh new file mode 100755 index 0000000..7f58574 --- /dev/null +++ b/test-suite/addDAIXDocument.sh @@ -0,0 +1,2 @@ +java -cp .:./lib/org.gcube.informationsystem.collector.testsuite.jar:$CLASSPATH org/gcube/informationsystem/collector/stubs/testsuite/wsdaix/AddDocumentsTester $1 $2 $3 $4 $5 $6 $7 + diff --git a/test-suite/addDocument.sh b/test-suite/addDocument.sh new file mode 100755 index 0000000..89ee4f7 --- /dev/null +++ b/test-suite/addDocument.sh @@ -0,0 +1,2 @@ +java -cp .:./lib/org.gcube.informationsystem.collector.testsuite.jar:$CLASSPATH org/gcube/informationsystem/collector/stubs/testsuite/wsdaix/AddDocumentsTester $1 $2 $3 $4 $5 $6 gcube://collection + diff --git a/test-suite/getDocument.sh b/test-suite/getDocument.sh new file mode 100755 index 0000000..253653d --- /dev/null +++ b/test-suite/getDocument.sh @@ -0,0 +1 @@ +java -cp .:./lib/org.gcube.informationsystem.collector.testsuite.jar:$CLASSPATH org/gcube/informationsystem/collector/stubs/testsuite/wsdaix/AddDocumentsTester $1 $2 $3 $4 $5 $6