Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 244E09D7D for ; Sat, 7 Jan 2012 13:56:44 +0000 (UTC) Received: (qmail 3138 invoked by uid 500); 7 Jan 2012 13:56:42 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 2538 invoked by uid 500); 7 Jan 2012 13:56:25 -0000 Mailing-List: contact dev-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 dev@couchdb.apache.org Received: (qmail 2525 invoked by uid 99); 7 Jan 2012 13:56:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jan 2012 13:56:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.212.52] (HELO mail-vw0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jan 2012 13:56:09 +0000 Received: by vbbfk1 with SMTP id fk1so2301082vbb.11 for ; Sat, 07 Jan 2012 05:55:47 -0800 (PST) Received: by 10.52.94.97 with SMTP id db1mr4989111vdb.16.1325944547430; Sat, 07 Jan 2012 05:55:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.199.198 with HTTP; Sat, 7 Jan 2012 05:55:26 -0800 (PST) In-Reply-To: References: From: Jason Smith Date: Sat, 7 Jan 2012 20:55:26 +0700 Message-ID: Subject: Re: javascript ./run To: dev@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 On Sat, Jan 7, 2012 at 6:19 PM, Benoit Chesneau wrote: > Does javascript console testts work for you on 1.2 ? > > I tried after a clean -fdx : > > $ cd test/javascript/ > $ ./run > [couchjs] SyntaxError: missing } after property list > Failed to compile script. That is due to the syntax error I mentioned on IRC. The users_db_security.js looks like it got some random code copy/pasted into it. -- Iris Couch