diff options
author | Mark Spruiell <mes@zeroc.com> | 2012-09-27 10:16:31 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2012-09-27 10:16:31 -0700 |
commit | ced0ab85cf66c785352333ecf72214fb069793dd (patch) | |
tree | 16866cdab7f97dec35d0c216d83cfeb901d91ed0 /scripts/TestUtil.py | |
parent | ICE-4859 - test/Ice/hash slice should be generated in test.Ice.hash package (diff) | |
download | ice-ced0ab85cf66c785352333ecf72214fb069793dd.tar.bz2 ice-ced0ab85cf66c785352333ecf72214fb069793dd.tar.xz ice-ced0ab85cf66c785352333ecf72214fb069793dd.zip |
clean up optional tests; bug fixes for Java/C#
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 4153ba28205..ffb02963acb 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -291,6 +291,7 @@ crossTests = [ "Ice/adapterDeactivation", "Ice/timeout", "Ice/slicing/exceptions", "Ice/slicing/objects", + "Ice/optional", ] def run(tests, root = False): |