summaryrefslogtreecommitdiffstats
path: root/cpp/sca/modules/http/http-test
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xcpp/sca/modules/http/http-test8
1 files changed, 5 insertions, 3 deletions
diff --git a/cpp/sca/modules/http/http-test b/cpp/sca/modules/http/http-test
index e369cc34f7..d70db8d469 100755
--- a/cpp/sca/modules/http/http-test
+++ b/cpp/sca/modules/http/http-test
@@ -20,13 +20,15 @@
# Setup
./httpd-conf tmp 8091 htdocs
cat >>tmp/conf/httpd.conf <<EOF
+
<Location /test>
-SetHandler mod_tuscany
+SetHandler mod_tuscany_eval
SCAContribution `pwd`/
+SCAComposite httpd-test.composite
SCAComponent httpd-test
-SCAImplementation httpd-test.scm
</Location>
EOF
+
apachectl -k start -d `pwd`/tmp
sleep 1
@@ -36,5 +38,5 @@ rc=$?
# Cleanup
apachectl -k stop -d `pwd`/tmp
-sleep 1
+sleep 2
return $rc