summaryrefslogtreecommitdiff
path: root/js/test/Ice/acm/Client.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/acm/Client.js')
-rw-r--r--js/test/Ice/acm/Client.js3
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));