diff options
Diffstat (limited to 'share/www/script')
-rw-r--r-- | share/www/script/couch_tests.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js index b94f809e..8ceff3e3 100644 --- a/share/www/script/couch_tests.js +++ b/share/www/script/couch_tests.js @@ -491,7 +491,6 @@ var tests = { restartServer(); T(db.open(designDoc._id) == null); T(db.view("test/no_docs") == null); - }, view_collation: function(debug) { |