diff options
-rwxr-xr-x | js/allTests.py | 1 | ||||
-rw-r--r-- | js/src/Ice/OutgoingConnectionFactory.js | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/js/allTests.py b/js/allTests.py index faae019c72a..53becc64f3e 100755 --- a/js/allTests.py +++ b/js/allTests.py @@ -25,6 +25,7 @@ import TestUtil # List of all basic tests. # tests = [ + ("Ice/acm", ["core"]), ("Ice/binding", ["core"]), ("Ice/defaultValue", ["once"]), ("Ice/enums", ["once"]), diff --git a/js/src/Ice/OutgoingConnectionFactory.js b/js/src/Ice/OutgoingConnectionFactory.js index 96cbb250ae5..1d0fefe688c 100644 --- a/js/src/Ice/OutgoingConnectionFactory.js +++ b/js/src/Ice/OutgoingConnectionFactory.js @@ -727,8 +727,7 @@ Debug.assert(self._waitPromise !== null); self._waitPromise.succeed(); - - _monitor.destroy() + self._monitor.destroy() } ); } |