diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-06-23 17:47:58 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-06-23 17:47:58 -0700 |
commit | a2e794a1366fcd71f04496c206869ffa158547ac (patch) | |
tree | 4c9d6554f3dc658aeaa76892aeecfc3d7eb56b61 /php/allTests.py | |
parent | Add x64 configurations to C++ projects (diff) | |
download | ice-a2e794a1366fcd71f04496c206869ffa158547ac.tar.bz2 ice-a2e794a1366fcd71f04496c206869ffa158547ac.tar.xz ice-a2e794a1366fcd71f04496c206869ffa158547ac.zip |
PHP changes:
- static translation
- more traditional language mapping (multiple communicators, etc.)
- support for registered (persistent) communicators
- support for PHP namespaces (PHP 5.3 or later)
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 8267c7a7a10..90bcfe96d79 100755 --- a/php/allTests.py +++ b/php/allTests.py @@ -29,6 +29,7 @@ tests = [ ("Ice/exceptions", ["core"]), ("Ice/inheritance", ["core"]), ("Ice/binding", ["core"]), + ("Ice/checksum", ["core"]), ("Ice/facets", ["core"]), ("Ice/objects", ["core"]), ("Ice/slicing/exceptions", ["core"]), |