summaryrefslogtreecommitdiff
path: root/py/allTests.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2012-09-14 15:30:12 -0700
committerMark Spruiell <mes@zeroc.com>2012-09-14 15:30:12 -0700
commitc912d30d47799bbba77d0f2532704d8aaba12a4a (patch)
tree8611fdb0b73a9a78f7c319ca4bb08f1f9d2e9cd0 /py/allTests.py
parentFixed optional test issues (diff)
downloadice-c912d30d47799bbba77d0f2532704d8aaba12a4a.tar.bz2
ice-c912d30d47799bbba77d0f2532704d8aaba12a4a.tar.xz
ice-c912d30d47799bbba77d0f2532704d8aaba12a4a.zip
Python support for optionals
Diffstat (limited to 'py/allTests.py')
-rwxr-xr-xpy/allTests.py3
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__":