diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-10-22 16:33:13 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-10-22 16:33:13 +0200 |
commit | d8da15a2d803da81b76568d0c8f620f8ed26d0fa (patch) | |
tree | f193067905624d61e0e8a3e6cd7d2498b9bf1873 /js/allTests.py | |
parent | Fixed demo dist to allow gradle build of java demos (diff) | |
download | ice-d8da15a2d803da81b76568d0c8f620f8ed26d0fa.tar.bz2 ice-d8da15a2d803da81b76568d0c8f620f8ed26d0fa.tar.xz ice-d8da15a2d803da81b76568d0c8f620f8ed26d0fa.zip |
Fixed ICE-3490: guarantee invocation serialization for proxies which are equal
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 7811095379a..ca2f88504e8 100755 --- a/js/allTests.py +++ b/js/allTests.py @@ -34,6 +34,7 @@ tests = [ ("Ice/exceptionsBidir", ["once"]), ("Ice/facets", ["core"]), ("Ice/facetsBidir", ["core"]), + ("Ice/hold", ["core"]), ("Ice/inheritance", ["once"]), ("Ice/inheritanceBidir", ["once"]), ("Ice/location", ["once"]), |