diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-10-13 17:11:49 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-10-13 17:11:49 +0200 |
commit | 2fee4db5224969fc2ad2d0a2594aed126be84ba0 (patch) | |
tree | eb3f8cd0e3525bedf26324db75549a305d42930f /js/allTests.py | |
parent | Fixed (ICE-5709) - IceSSL/configuration failure on Windows (diff) | |
download | ice-2fee4db5224969fc2ad2d0a2594aed126be84ba0.tar.bz2 ice-2fee4db5224969fc2ad2d0a2594aed126be84ba0.tar.xz ice-2fee4db5224969fc2ad2d0a2594aed126be84ba0.zip |
Update JS with the same OutgoingAsync fixes as C++/Java/C#
Diffstat (limited to 'js/allTests.py')
-rwxr-xr-x | js/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/allTests.py b/js/allTests.py index 53becc64f3e..7811095379a 100755 --- a/js/allTests.py +++ b/js/allTests.py @@ -26,6 +26,7 @@ import TestUtil # tests = [ ("Ice/acm", ["core"]), + ("Ice/ami", ["core"]), ("Ice/binding", ["core"]), ("Ice/defaultValue", ["once"]), ("Ice/enums", ["once"]), |