summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-07-19 21:20:22 +0200
committerJose <jose@zeroc.com>2017-07-19 21:20:22 +0200
commit4f35135f8baf3e99b9d92588e0cb554b0f399df3 (patch)
tree515347872f3f002eddca667ac4f277bf7e91d10d /js
parentICE-8365 - Bogus calls to Promise.fail (diff)
downloadice-4f35135f8baf3e99b9d92588e0cb554b0f399df3.tar.bz2
ice-4f35135f8baf3e99b9d92588e0cb554b0f399df3.tar.xz
ice-4f35135f8baf3e99b9d92588e0cb554b0f399df3.zip
ICE-8368 - js glacier2/router / C++ fails with IE and Windows 7
Diffstat (limited to 'js')
-rw-r--r--js/bin/HttpServer.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/bin/HttpServer.js b/js/bin/HttpServer.js
index 7e00653babc..acf9f1a7130 100644
--- a/js/bin/HttpServer.js
+++ b/js/bin/HttpServer.js
@@ -157,6 +157,11 @@ function Init()
"/test/Common/TestSuite.js",
"/test/es5/Common/Controller.js"
].concat(testSuite.files);
+
+ TestData.scripts = TestData.scripts.map(function(f)
+ {
+ return f.replace("/lib/Glacier2.js", "/lib/es5/Glacier2.js")
+ });
}
else
{