From fa0570ec6eecb15c2bdc7d6a3ac2933bc74b2f3d Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Mon, 26 May 2008 13:07:47 +0000 Subject: Add back /_restart URL that got lost in the transition to MochiWeb. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660183 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/couch_tests.js | 1 - 1 file changed, 1 deletion(-) (limited to 'share') 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) { -- cgit v1.2.3