Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 8493 invoked from network); 8 Feb 2009 20:25:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2009 20:25:04 -0000 Received: (qmail 54206 invoked by uid 500); 8 Feb 2009 20:25:04 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 54175 invoked by uid 500); 8 Feb 2009 20:25:04 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 54166 invoked by uid 99); 8 Feb 2009 20:25:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Feb 2009 12:25:04 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Feb 2009 20:25:02 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3D85D23888E6; Sun, 8 Feb 2009 20:24:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r742156 - /couchdb/trunk/share/www/script/couch_tests.js Date: Sun, 08 Feb 2009 20:24:41 -0000 To: commits@couchdb.apache.org From: jchris@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090208202441.3D85D23888E6@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jchris Date: Sun Feb 8 20:24:40 2009 New Revision: 742156 URL: http://svn.apache.org/viewvc?rev=742156&view=rev Log: whitespace Modified: couchdb/trunk/share/www/script/couch_tests.js Modified: couchdb/trunk/share/www/script/couch_tests.js URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/script/couch_tests.js?rev=742156&r1=742155&r2=742156&view=diff ============================================================================== --- couchdb/trunk/share/www/script/couch_tests.js [utf-8] (original) +++ couchdb/trunk/share/www/script/couch_tests.js [utf-8] Sun Feb 8 20:24:40 2009 @@ -32,7 +32,7 @@ // 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/");