Unit test fail: show_documents
------------------------------
Key: COUCHDB-286
URL: https://issues.apache.org/jira/browse/COUCHDB-286
Project: CouchDB
Issue Type: Bug
Components: Test Suite
Affects Versions: 0.9
Environment: Ubuntu 8.10 EC2 server
Reporter: Jason Smith
Priority: Minor
Attachments: couchdb-show_documents-bugfix.patch
The current HEAD fails the show_documents test with the following error:
# Exception raised:
{
"message":"console is not defined",
"fileName":"http://ec2-75-101-233-200.compute-1.amazonaws.com:5984/_utils/script/couch_test_runner.js",
"lineNumber":61,
"stack":"((void
0))@http://ec2-75-101-233-200.compute-1.amazonaws.com:5984/_utils/script/couch_test_runner.js:61\nrun(233)@http://ec2-75-101-233-200.compute-1.amazonaws.com:5984/_utils/script/couch_test_runner.js:78\n",
"name":"ReferenceError"
}
It looks to me like jchris accidentally left some debugging code in the file.
The attached patch corrects the bug.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.