Updated Branches: refs/heads/master 093d2aa65 -> 0e5c44d86
fix changes test to make it wokr on all browsers Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/0e5c44d8 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/0e5c44d8 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/0e5c44d8 Branch: refs/heads/master Commit: 0e5c44d86537715629012a96de31ac1d0d55d902 Parents: ca1ba73 Author: benoitc <[email protected]> Authored: Wed May 16 07:48:27 2012 +0200 Committer: benoitc <[email protected]> Committed: Wed May 16 07:48:27 2012 +0200 ---------------------------------------------------------------------- share/www/script/test/changes.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/0e5c44d8/share/www/script/test/changes.js ---------------------------------------------------------------------- diff --git a/share/www/script/test/changes.js b/share/www/script/test/changes.js index 7c0af0f..91fde7e 100644 --- a/share/www/script/test/changes.js +++ b/share/www/script/test/changes.js @@ -140,7 +140,7 @@ couchTests.changes = function(debug) { xhr.abort(); // test Server Sent Event (eventsource) - if (window.EventSource) { + if (!!window.EventSource) { var source = new EventSource( "/test_suite_db/_changes?feed=eventsource"); var results = [];
