diff options
author | John Christopher Anderson <jchris@apache.org> | 2010-04-07 05:48:36 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2010-04-07 05:48:36 +0000 |
commit | 2c10462d114d938b0fedb718da63ae34152ce08e (patch) | |
tree | 8047f2678118e3fc52c91c5cb78c5fe1092b5437 /share/www/script/couch_tests.js | |
parent | c43ae32b00ab64e5427b924867a4783ca0edee57 (diff) |
include update_seq in view responses, patch via Joscha Feth, (mostly) closes COUCHDB-650
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@931439 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/script/couch_tests.js')
-rw-r--r-- | share/www/script/couch_tests.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js index 943b851b..896f150b 100644 --- a/share/www/script/couch_tests.js +++ b/share/www/script/couch_tests.js @@ -91,6 +91,7 @@ loadTest("view_multi_key_temp.js"); loadTest("view_offsets.js"); loadTest("view_pagination.js"); loadTest("view_sandboxing.js"); +loadTest("view_update_seq.js"); loadTest("view_xml.js"); // keep sorted |