From 85471cdf0cf6ec23529b07ec4382948a5e76af3f Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Sun, 8 Feb 2009 20:24:40 +0000 Subject: whitespace git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@742156 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/couch_tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/www/script/couch_tests.js') diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js index 3998bcf0..dd070958 100644 --- a/share/www/script/couch_tests.js +++ b/share/www/script/couch_tests.js @@ -32,7 +32,7 @@ var tests = { // bug COUCHDB-100: DELETE on non-existent DB returns 500 instead of 404 db.deleteDb(); - db.createDb(); +db.createDb(); // PUT on existing DB should return 412 instead of 500 xhr = CouchDB.request("PUT", "/test_suite_db/"); -- cgit v1.2.3