diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-02-21 23:59:12 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-02-21 23:59:12 +0000 |
commit | 7201824d12227650c848f20a822d1850fd2bf9c6 (patch) | |
tree | 868abe3d227ef2fe3af772f8226618748abb1f40 /php/allTests.py | |
parent | adding TwowayOnlyException and EndpointSelectionType for binding test (diff) | |
download | ice-7201824d12227650c848f20a822d1850fd2bf9c6.tar.bz2 ice-7201824d12227650c848f20a822d1850fd2bf9c6.tar.xz ice-7201824d12227650c848f20a822d1850fd2bf9c6.zip |
adding binding test
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 81e0945c652..231b672de10 100755 --- a/php/allTests.py +++ b/php/allTests.py @@ -52,6 +52,7 @@ tests = [ \ "Ice/operations", \ "Ice/exceptions", \ "Ice/inheritance", \ + "Ice/binding", \ "Ice/facets", \ "Ice/objects", \ "Ice/slicing/exceptions", \ |