diff options
author | Christopher Lenz <cmlenz@apache.org> | 2008-05-26 12:50:43 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2008-05-26 12:50:43 +0000 |
commit | 1f4b8216629f220995b0642162dcbcf98f48fd5b (patch) | |
tree | 12ecdfe339bf99857c21017857607994323819f8 | |
parent | 3bbbbf14522cbd95f2a0f6610b8b6af5ebb6c778 (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
-rw-r--r-- | share/www/script/couch_tests.js | 2 |
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) { |