Monday, July 11, 2011

Don't run your CouchDB test suite in Google Chrome/IE/Safari

It appears that CouchDB's test suite is only supported on Firefox. Running it on Chrome gives the following error message:
Assertion failed: binAttDoc._attachments["foo/bar2.txt"].content_type == "text/plain;charset=utf-8"
Just another example of how difficult it is to "write once, run everywhere" for the web.

No comments:

Post a Comment