Hi, As issue 100 [1] has been fixed in the trunk code, the test doesn't need to have an additional delete. Please see attached patch. (I've included inline as the mailing list software may strip attachments).
Thanks, Kev Index: basics.js =================================================================== --- basics.js (revision 776052) +++ basics.js (working copy) @@ -18,9 +18,6 @@ var db = new CouchDB("test_suite_db"); db.deleteDb(); - // bug COUCHDB-100: DELETE on non-existent DB returns 500 instead of 404 - db.deleteDb(); - db.createDb(); // PUT on existing DB should return 412 instead of 500
Index: basics.js =================================================================== --- basics.js (revision 776052) +++ basics.js (working copy) @@ -18,9 +18,6 @@ var db = new CouchDB("test_suite_db"); db.deleteDb(); - // bug COUCHDB-100: DELETE on non-existent DB returns 500 instead of 404 - db.deleteDb(); - db.createDb(); // PUT on existing DB should return 412 instead of 500