diff options
author | Christopher Lenz <cmlenz@apache.org> | 2008-05-26 13:07:47 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2008-05-26 13:07:47 +0000 |
commit | fa0570ec6eecb15c2bdc7d6a3ac2933bc74b2f3d (patch) | |
tree | 10cc97ba1f63b9dd7a37f2a10cdf1284a6e57a1c /share/www | |
parent | 1f4b8216629f220995b0642162dcbcf98f48fd5b (diff) |
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
Diffstat (limited to 'share/www')
-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) { |