I don't see the error you described, but this line did fail:
T(db.view("Stream/all").total_rows == 1);
However, that was because the type:"Stream" member was missing from
testStreamDoc. Once I added that the tests passed successfully.
Do you see a different error?
-Damien
On Jul 14, 2008, at 2:25 PM, Jacinto Shy II wrote:
On Mon, Jul 14, 2008 at 1:28 PM, Damien Katz <[EMAIL PROTECTED]>
wrote:
Can you create javascript test code that exhibits this failure?
That would
be a big help for us to debug this.
-Damien
I am attaching a simple test that can be added to couch_tests.js.
--
Jacinto
<newcouch_test.js>