diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-11-25 13:13:22 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-11-25 13:13:22 +0100 |
commit | dcdc32af1fced49d80a8ccd93230e15d91ab45d8 (patch) | |
tree | eb69e2555fbd54496fce8a33f4dd610e1473ff51 /js/test/Common/Worker.js | |
parent | C# IceSSL/configuration log expired certificate exceptions. (diff) | |
download | ice-dcdc32af1fced49d80a8ccd93230e15d91ab45d8.tar.bz2 ice-dcdc32af1fced49d80a8ccd93230e15d91ab45d8.tar.xz ice-dcdc32af1fced49d80a8ccd93230e15d91ab45d8.zip |
Refactored test scripts
Diffstat (limited to 'js/test/Common/Worker.js')
-rw-r--r-- | js/test/Common/Worker.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Common/Worker.js b/js/test/Common/Worker.js index 25d761c0a1a..952f9e45484 100644 --- a/js/test/Common/Worker.js +++ b/js/test/Common/Worker.js @@ -34,7 +34,7 @@ self.onmessage = function(e) self.importScripts("/node_modules/babel-polyfill/dist/polyfill.js"); self.importScripts("/node_modules/regenerator-runtime/runtime.js"); self.importScripts("/lib/es5/Ice.js"); - self.importScripts("/test/Common/es5/Controller.js"); + self.importScripts("/test/es5/Common/Controller.js"); } else { |