From 89fc389a328c54efbc03c4cbf56dc363db7e97f7 Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Mon, 14 Sep 2009 19:40:41 +0000 Subject: rollback mixed up commit, builds now git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@814803 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/test/all_docs.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'share/www/script/test/all_docs.js') diff --git a/share/www/script/test/all_docs.js b/share/www/script/test/all_docs.js index ab443605..34c20921 100644 --- a/share/www/script/test/all_docs.js +++ b/share/www/script/test/all_docs.js @@ -65,7 +65,8 @@ couchTests.all_docs = function(debug) { // the deletion should make doc id 1 have the last seq num T(changes.results.length == 4); T(changes.results[3].id == "1"); - T(changes.results[3].deleted); + // we've removed deletions from the changes feed as they are on the doc record not the doc_info + T(!changes.results[3].deleted); // do an update var doc2 = db.open("3"); -- cgit v1.2.3