Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 10032 invoked from network); 18 Aug 2009 13:44:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Aug 2009 13:44:18 -0000 Received: (qmail 82087 invoked by uid 500); 18 Aug 2009 13:44:36 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 82014 invoked by uid 500); 18 Aug 2009 13:44:36 -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 82004 invoked by uid 99); 18 Aug 2009 13:44:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Aug 2009 13:44:36 +0000 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Aug 2009 13:44:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D89CD234C04B for ; Tue, 18 Aug 2009 06:44:14 -0700 (PDT) Message-ID: <1467802489.1250603054886.JavaMail.jira@brutus> Date: Tue, 18 Aug 2009 06:44:14 -0700 (PDT) From: "Brian Candler (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Updated: (COUCHDB-473) erlang_views.js (and other tests) not installed In-Reply-To: <2143685356.1250602934816.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Candler updated COUCHDB-473: ---------------------------------- Attachment: add_missing_tests.diff > erlang_views.js (and other tests) not installed > ----------------------------------------------- > > Key: COUCHDB-473 > URL: https://issues.apache.org/jira/browse/COUCHDB-473 > Project: CouchDB > Issue Type: Bug > Components: Test Suite > Environment: git f6c359e412ae3793de363ce23fdf34a09fd7107d > git-svn-id: http://svn.apache.org/repos/asf/couchdb/trunk@805340 13f79535-47bb-0310-9956-ffa450edef68 > Reporter: Brian Candler > Priority: Minor > Attachments: add_missing_tests.diff > > > erlang_views.js test is not installed, and it looks like two others are missing too. > $ sudo make install | grep erlang_view > $ ls /usr/local/share/couchdb/www/script/test | wc -l > 53 > $ ls share/www/script/test | wc -l > 56 > $ ls share/www/script/test >/tmp/a > $ ls /usr/local/share/couchdb/www/script/test >/tmp/b > $ diff -u /tmp/a /tmp/b > --- /tmp/a 2009-08-18 14:30:00.000000000 +0100 > +++ /tmp/b 2009-08-18 14:30:10.000000000 +0100 > @@ -17,10 +17,8 @@ > design_docs.js > design_options.js > design_paths.js > -erlang_views.js > etags_head.js > etags_views.js > -form_submit.js > invalid_docids.js > jsonp.js > large_docs.js > @@ -32,7 +30,6 @@ > oauth.js > purge.js > recreate_doc.js > -reduce_builtin.js > reduce_false.js > reduce.js > replication.js > I think this problem has occurred before. Ideally it would be good if loadScript() were able to raise an error, but I don't know if that's possible. > Furthermore: even after fixing this, "form_submit" doesn't appear in the test suite, but there is a "form_upload" test. This appears to be just a naming inconsistency. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.