diff options
author | Mark Spruiell <mes@zeroc.com> | 2012-09-14 15:30:12 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2012-09-14 15:30:12 -0700 |
commit | c912d30d47799bbba77d0f2532704d8aaba12a4a (patch) | |
tree | 8611fdb0b73a9a78f7c319ca4bb08f1f9d2e9cd0 /py/allTests.py | |
parent | Fixed optional test issues (diff) | |
download | ice-c912d30d47799bbba77d0f2532704d8aaba12a4a.tar.bz2 ice-c912d30d47799bbba77d0f2532704d8aaba12a4a.tar.xz ice-c912d30d47799bbba77d0f2532704d8aaba12a4a.zip |
Python support for optionals
Diffstat (limited to 'py/allTests.py')
-rwxr-xr-x | py/allTests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/py/allTests.py b/py/allTests.py index 3c5db62ace4..d43e65c8c9e 100755 --- a/py/allTests.py +++ b/py/allTests.py @@ -48,7 +48,8 @@ tests = [ ("Ice/blobject", ["core"]), ("Ice/defaultServant", ["core"]), ("Ice/defaultValue", ["core"]), - ("Ice/ami", ["core"]) + ("Ice/ami", ["core"]), + ("Ice/optional", ["core"]) ] if __name__ == "__main__": |