From c97712350df0161ab41bcaca26afe7ae4e1cc91b Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Tue, 17 Mar 2009 03:47:37 +0000 Subject: Closes COUCHDB-135 View offset regression after 0.8.1 This test shows that Damien's changes to couch_btree.erl have alleviated the offset regersion reported by Paul Carey. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@755105 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/couch_tests.js | 1 + 1 file changed, 1 insertion(+) (limited to 'share/www/script/couch_tests.js') diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js index 8ba1f76d..3d2585e8 100644 --- a/share/www/script/couch_tests.js +++ b/share/www/script/couch_tests.js @@ -55,6 +55,7 @@ loadTest("view_include_docs.js"); loadTest("view_multi_key_all_docs.js"); loadTest("view_multi_key_design.js"); loadTest("view_multi_key_temp.js"); +loadTest("view_offsets.js"); loadTest("view_pagination.js"); loadTest("view_sandboxing.js"); loadTest("view_xml.js"); -- cgit v1.2.3