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