diff options
author | Mark Spruiell <mes@zeroc.com> | 2010-02-05 13:34:06 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2010-02-05 13:34:06 -0800 |
commit | 2ae657758b62ca65a05a12a291097d8fe98dd2b5 (patch) | |
tree | 88eb13c400efe34ede7282c157907bc7812fe497 /php/allTests.py | |
parent | updating CHANGES for bug 4653 (diff) | |
download | ice-2ae657758b62ca65a05a12a291097d8fe98dd2b5.tar.bz2 ice-2ae657758b62ca65a05a12a291097d8fe98dd2b5.tar.xz ice-2ae657758b62ca65a05a12a291097d8fe98dd2b5.zip |
bug 4650 - Slice default values
Diffstat (limited to 'php/allTests.py')
-rwxr-xr-x | php/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php/allTests.py b/php/allTests.py index beae857adcc..6455fb4b3ca 100755 --- a/php/allTests.py +++ b/php/allTests.py @@ -35,6 +35,7 @@ tests = [ ("Ice/objects", ["core"]), ("Ice/slicing/exceptions", ["core"]), ("Ice/slicing/objects", ["core"]), + ("Ice/defaultValue", ["core"]), ("Slice/keyword", ["once"]) ] |