diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-05-16 03:26:50 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-05-16 03:26:50 +0000 |
commit | 19ff7dddc4f3b7c19507816e9a5f9f8cd271521d (patch) | |
tree | 05e499540124c6296d6c395f46c68d7a728258ce /php/allTests.py | |
parent | bug 2210 - segfault when terminating a server with a signal (diff) | |
download | ice-19ff7dddc4f3b7c19507816e9a5f9f8cd271521d.tar.bz2 ice-19ff7dddc4f3b7c19507816e9a5f9f8cd271521d.tar.xz ice-19ff7dddc4f3b7c19507816e9a5f9f8cd271521d.zip |
Added proxy test. Cleaned up operations 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 62f603e5b97..ea467833b03 100755 --- a/php/allTests.py +++ b/php/allTests.py @@ -46,6 +46,7 @@ def runTests(args, tests, num = 0): # List of all basic tests. # tests = [ \ + "Ice/proxy", \ "Ice/operations", \ "Ice/exceptions", \ "Ice/inheritance", \ |