summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/samples/store-gae/server-test
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-07-06 09:05:57 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-07-06 09:05:57 +0000
commit0389017140b0af23e061fdd66d7467da75f95e83 (patch)
treedc2d6840ee46733632bcc16d1e3fb71bd9d810bf /sca-cpp/trunk/samples/store-gae/server-test
parentf2f3364d648a8bc7edd761677ac937a64c3225ae (diff)
Minor cleanup of config scripts and samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960846 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/samples/store-gae/server-test')
-rwxr-xr-xsca-cpp/trunk/samples/store-gae/server-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/samples/store-gae/server-test b/sca-cpp/trunk/samples/store-gae/server-test
index 02b103ed2d..a36f6a0239 100755
--- a/sca-cpp/trunk/samples/store-gae/server-test
+++ b/sca-cpp/trunk/samples/store-gae/server-test
@@ -27,7 +27,7 @@ sleep 2
# Test HTTP GET
mkdir -p tmp
-$curl_prefix/bin/curl -L http://localhost:8090/store.html 2>/dev/null >tmp/login.html
+$curl_prefix/bin/curl -L http://localhost:8090/ 2>/dev/null >tmp/login.html
grep "Login" tmp/login.html >/dev/null
rc=$?