diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-02-10 17:04:07 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-02-10 17:04:07 +0000 |
commit | db7979bc0e30d87439894bf53ca37bf777a3baad (patch) | |
tree | d0cc6774aea9160c170829e7d5fea12c859eebb3 /cpp/allTests.py | |
parent | - Added ice_cacheConnection, ice_endpointSelection proxy methods. (diff) | |
download | ice-db7979bc0e30d87439894bf53ca37bf777a3baad.tar.bz2 ice-db7979bc0e30d87439894bf53ca37bf777a3baad.tar.xz ice-db7979bc0e30d87439894bf53ca37bf777a3baad.zip |
Added binding test.
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index da5e66202d8..d57d10dc358 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -62,6 +62,7 @@ tests = [ \ "Ice/inheritance", \ "Ice/facets", \ "Ice/objects", \ + "Ice/binding", \ "Ice/faultTolerance", \ "Ice/location", \ "Ice/adapterDeactivation", \ |