diff options
author | Jose <jose@zeroc.com> | 2016-03-31 10:02:01 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-03-31 10:02:01 +0200 |
commit | 62648838e01b31fa672c0994095d9affc213ab50 (patch) | |
tree | d42d2a6ac48f8d434fe6d55fae113f89fffd90cc /js/test | |
parent | ICE-7078 - test controller out of memory issue in Windows (diff) | |
download | ice-62648838e01b31fa672c0994095d9affc213ab50.tar.bz2 ice-62648838e01b31fa672c0994095d9affc213ab50.tar.xz ice-62648838e01b31fa672c0994095d9affc213ab50.zip |
ICE-7077 - JavaScript acm test failure with Microsoft Edge
Diffstat (limited to 'js/test')
-rw-r--r-- | js/test/Ice/acm/Client.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/test/Ice/acm/Client.js b/js/test/Ice/acm/Client.js index 9afcf8e93a5..b5c3bee5eba 100644 --- a/js/test/Ice/acm/Client.js +++ b/js/test/Ice/acm/Client.js @@ -443,7 +443,8 @@ if(typeof(navigator) !== "undefined" && (navigator.userAgent.indexOf("MSIE") != -1 || navigator.userAgent.indexOf("Trident/7.0") != -1 || - navigator.userAgent.indexOf("Edge/12") != -1)) + navigator.userAgent.indexOf("Edge/12") != -1 || + navigator.userAgent.indexOf("Edge/13") != -1)) { tests.push(new HeartbeatOnIdleTest(com, out)); tests.push(new HeartbeatAlwaysTest(com, out)); |