[
https://issues.apache.org/jira/browse/COUCHDB-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Lehnardt closed COUCHDB-473.
--------------------------------
Resolution: Fixed
Fix Version/s: 0.10
closed in r805416 and r805417.
> 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/tr...@805340
> 13f79535-47bb-0310-9956-ffa450edef68
> Reporter: Brian Candler
> Priority: Minor
> Fix For: 0.10
>
> 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.