diff options
author | Jose <jose@zeroc.com> | 2019-06-07 11:28:41 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-06-07 11:29:04 +0200 |
commit | 593987578a8dda949b7c0b45187a8b1b684509e4 (patch) | |
tree | f17d7767da5951a0bc9adbe1e20e2f3511b393e6 | |
parent | Sync objetice-c Ice/operations test (diff) | |
download | ice-593987578a8dda949b7c0b45187a8b1b684509e4.tar.bz2 ice-593987578a8dda949b7c0b45187a8b1b684509e4.tar.xz ice-593987578a8dda949b7c0b45187a8b1b684509e4.zip |
JavaScript browser testing fixes
-rw-r--r-- | js/test/Common/TestSuites.json | 2 | ||||
-rw-r--r-- | js/test/Ice/operations/AMDBI.js | 1 | ||||
-rw-r--r-- | js/test/Ice/operations/BI.js | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/js/test/Common/TestSuites.json b/js/test/Common/TestSuites.json index 4e1989179db..652d6c792f4 100644 --- a/js/test/Common/TestSuites.json +++ b/js/test/Common/TestSuites.json @@ -70,7 +70,7 @@ "Ice/operations": { "files": ["Test.js", "Twoways.js", "Oneways.js", "BatchOneways.js", "Client.js", - "MyDerivedClassI.js", "AMDMyDerivedClassI.js", "Server.js", "ServerAMD.js"] + "AMDBI.js", "BI.js", "MyDerivedClassI.js", "AMDMyDerivedClassI.js", "Server.js", "ServerAMD.js"] }, "Ice/objects": { diff --git a/js/test/Ice/operations/AMDBI.js b/js/test/Ice/operations/AMDBI.js index bed043ea383..5aa44793d9b 100644 --- a/js/test/Ice/operations/AMDBI.js +++ b/js/test/Ice/operations/AMDBI.js @@ -4,7 +4,6 @@ (function(module, require, exports) { - const Ice = require("ice").Ice; const M = require("Test").M; class AMDBI extends M.BDisp diff --git a/js/test/Ice/operations/BI.js b/js/test/Ice/operations/BI.js index a68ea03ccae..18e484decc1 100644 --- a/js/test/Ice/operations/BI.js +++ b/js/test/Ice/operations/BI.js @@ -4,7 +4,6 @@ (function(module, require, exports) { - const Ice = require("ice").Ice; const M = require("Test").M; class BI extends M.BDisp |