summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/nosqldb/server-test
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/components/nosqldb/server-test')
-rwxr-xr-xsca-cpp/trunk/components/nosqldb/server-test7
1 files changed, 2 insertions, 5 deletions
diff --git a/sca-cpp/trunk/components/nosqldb/server-test b/sca-cpp/trunk/components/nosqldb/server-test
index 784c7156c5..5a5d792a32 100755
--- a/sca-cpp/trunk/components/nosqldb/server-test
+++ b/sca-cpp/trunk/components/nosqldb/server-test
@@ -23,12 +23,10 @@
../../modules/server/scheme-conf tmp
cat >>tmp/conf/httpd.conf <<EOF
SCAContribution `pwd`/
-SCAComposite sqldb.composite
+SCAComposite nosqldb.composite
EOF
-./pgsql-start tmp
-./pgsql "drop table test;" 1>/dev/null 2>&1
-./pgsql "create table test(key text, value text);" 1>/dev/null 2>&1
+./tinycdb -c -m tmp/test.cdb </dev/null
../../modules/http/httpd-start tmp
sleep 2
@@ -38,6 +36,5 @@ rc=$?
# Cleanup
../../modules/http/httpd-stop tmp
-./pgsql-stop tmp
sleep 2
return $rc