Manuele Simi 2009-08-27 17:12:44 +00:00
parent 4a5f22ff7c
commit 2737757ad1
4 changed files with 4 additions and 0 deletions

1
test-suite/backup.sh Executable file
View File

@ -0,0 +1 @@
java -cp .:./lib/org.gcube.informationsystem.collector.testsuite.jar:$CLASSPATH org/gcube/informationsystem/collector/stubs/testsuite/BackupTester $1 $2 $3

1
test-suite/connect.sh Executable file
View File

@ -0,0 +1 @@
java -cp .:./lib/org.gcube.informationsystem.collector.testsuite.jar:$CLASSPATH org/gcube/informationsystem/collector/stubs/testsuite/ConnectTester $1 $2 $3

1
test-suite/restore.sh Executable file
View File

@ -0,0 +1 @@
java -cp .:./lib/org.gcube.informationsystem.collector.testsuite.jar:$CLASSPATH org/gcube/informationsystem/collector/stubs/testsuite/RestoreTester $1 $2 $3

1
test-suite/shutdown.sh Executable file
View File

@ -0,0 +1 @@
java -cp .:./lib/org.gcube.informationsystem.collector.testsuite.jar:$CLASSPATH org/gcube/informationsystem/collector/stubs/testsuite/ShutdownTester $1 $2 $3