summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2010-08-08 20:00:53 +0000
committerJohn Christopher Anderson <jchris@apache.org>2010-08-08 20:00:53 +0000
commit02554c8402cf9a1e535b694bb7f16d71ab592606 (patch)
treec3b1e08c16607a893dd6180eaceebcd547e948f4 /test
parentbfc6459e56854808b6051b79b53535ce1b9adec8 (diff)
fix the db-info assertion to match with the new committed_update_seq field
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@983477 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-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