Author: jchris
Date: Sun Aug 8 20:00:53 2010
New Revision: 983477
URL: http://svn.apache.org/viewvc?rev=983477&view=rev
Log:
fix the db-info assertion to match with the new committed_update_seq field
Modified:
couchdb/branches/1.0.x/test/etap/160-vhosts.t
Modified: couchdb/branches/1.0.x/test/etap/160-vhosts.t
URL:
http://svn.apache.org/viewvc/couchdb/branches/1.0.x/test/etap/160-vhosts.t?rev=983477&r1=983476&r2=983477&view=diff
==============================================================================
--- couchdb/branches/1.0.x/test/etap/160-vhosts.t (original)
+++ couchdb/branches/1.0.x/test/etap/160-vhosts.t Sun Aug 8 20:00:53 2010
@@ -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