summaryrefslogtreecommitdiff
path: root/share/www/script
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2008-05-26 12:50:43 +0000
committerChristopher Lenz <cmlenz@apache.org>2008-05-26 12:50:43 +0000
commit1f4b8216629f220995b0642162dcbcf98f48fd5b (patch)
tree12ecdfe339bf99857c21017857607994323819f8 /share/www/script
parent3bbbbf14522cbd95f2a0f6610b8b6af5ebb6c778 (diff)
Update to test suite after status code change in r660176.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660177 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/script')
-rw-r--r--share/www/script/couch_tests.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js
index 8693d38c..b94f809e 100644
--- a/share/www/script/couch_tests.js
+++ b/share/www/script/couch_tests.js
@@ -940,7 +940,7 @@ var tests = {
xhr = CouchDB.request("DELETE", "/test_suite_db/1", {
headers: {"if-match": etag}
});
- T(xhr.status == 202)
+ T(xhr.status == 200)
},
compact: function(debug) {