summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server/httpd-test
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsca-cpp/trunk/modules/server/httpd-test8
1 files changed, 3 insertions, 5 deletions
diff --git a/sca-cpp/trunk/modules/server/httpd-test b/sca-cpp/trunk/modules/server/httpd-test
index 2f50c9f3c3..7dccfbf112 100755
--- a/sca-cpp/trunk/modules/server/httpd-test
+++ b/sca-cpp/trunk/modules/server/httpd-test
@@ -24,16 +24,14 @@ echo "Testing..."
./server-conf tmp
cat >>tmp/conf/httpd.conf <<EOF
-<Location /test>
-SetHandler mod_tuscany_eval
+<Location />
SCAContribution `pwd`/
SCAComposite domain-test.composite
-SCAComponent server-test
</Location>
EOF
apachectl -k start -d `pwd`/tmp
-sleep 1
+sleep 2
# Test HTTP GET
curl http://localhost:8090/index.html 2>/dev/null >tmp/index.html
@@ -73,7 +71,7 @@ fi
# Cleanup
apachectl -k stop -d `pwd`/tmp
-sleep 1
+sleep 2
if [ "$rc" = "0" ]; then
echo "OK"
fi