Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 9808 invoked from network); 13 Sep 2008 19:19:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Sep 2008 19:19:28 -0000 Received: (qmail 3952 invoked by uid 500); 13 Sep 2008 19:19:25 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 3917 invoked by uid 500); 13 Sep 2008 19:19:25 -0000 Mailing-List: contact couchdb-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-commits@incubator.apache.org Received: (qmail 3905 invoked by uid 99); 13 Sep 2008 19:19:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Sep 2008 12:19:25 -0700 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; Sat, 13 Sep 2008 19:18:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 84DEA238899E; Sat, 13 Sep 2008 12:19:07 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r695010 - /incubator/couchdb/trunk/share/www/script/couch_tests.js Date: Sat, 13 Sep 2008 19:19:07 -0000 To: couchdb-commits@incubator.apache.org From: jan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080913191907.84DEA238899E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jan Date: Sat Sep 13 12:19:06 2008 New Revision: 695010 URL: http://svn.apache.org/viewvc?rev=695010&view=rev Log: remove leftover debug statement Modified: incubator/couchdb/trunk/share/www/script/couch_tests.js Modified: incubator/couchdb/trunk/share/www/script/couch_tests.js URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/share/www/script/couch_tests.js?rev=695010&r1=695009&r2=695010&view=diff ============================================================================== --- incubator/couchdb/trunk/share/www/script/couch_tests.js [utf-8] (original) +++ incubator/couchdb/trunk/share/www/script/couch_tests.js [utf-8] Sat Sep 13 12:19:06 2008 @@ -709,7 +709,7 @@ var rev = JSON.parse(xhr.responseText).rev; binAttDoc2 = db.open("bin_doc2"); - console.log(JSON.stringify(binAttDoc2)); + T(binAttDoc2._attachments["foo.txt"] !== undefined); T(binAttDoc2._attachments["foo2.txt"] !== undefined); T(binAttDoc2._attachments["foo2.txt"].content_type == "text/plain;charset=utf-8");