summaryrefslogtreecommitdiff
path: root/test/etap
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2010-08-09 18:08:52 +0000
committerNoah Slater <nslater@apache.org>2010-08-09 18:08:52 +0000
commit44f0bcbdb650fcfb5c8c2e0c24c00603f42824f4 (patch)
tree4e1d28a90e48b4cea891164f6100d3eae9c90099 /test/etap
parent38b059fefa9a659a35ac8ad5db47134dcd8506b6 (diff)
parentbfa939c1ee995cb4c69766af1b57031c564ebd2a (diff)
tagging 1.0.1
git-svn-id: https://svn.apache.org/repos/asf/couchdb/tags/1.0.1@983758 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/etap')
-rwxr-xr-xtest/etap/160-vhosts.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etap/160-vhosts.t b/test/etap/160-vhosts.t
index 77d9d58b..eb704d31 100755
--- a/test/etap/160-vhosts.t
+++ b/test/etap/160-vhosts.t
@@ -105,7 +105,7 @@ test_regular_request() ->
test_vhost_request() ->
case ibrowse:send_req(server(), [], get, [], [{host_header, "example.com"}]) of
{ok, _, _, Body} ->
- {[{<<"db_name">>, <<"etap-test-db">>},_,_,_,_,_,_,_,_]}
+ {[{<<"db_name">>, <<"etap-test-db">>},_,_,_,_,_,_,_,_,_]}
= couch_util:json_decode(Body),
etap:is(true, true, "should return database info");
_Else -> false