summaryrefslogtreecommitdiff
path: root/php/allTests.py
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-05-16 03:26:50 +0000
committerMatthew Newhook <matthew@zeroc.com>2007-05-16 03:26:50 +0000
commit19ff7dddc4f3b7c19507816e9a5f9f8cd271521d (patch)
tree05e499540124c6296d6c395f46c68d7a728258ce /php/allTests.py
parentbug 2210 - segfault when terminating a server with a signal (diff)
downloadice-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-xphp/allTests.py1
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", \