diff options
Diffstat (limited to 'py/test/Ice/inheritance/AllTests.py')
-rw-r--r-- | py/test/Ice/inheritance/AllTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/inheritance/AllTests.py b/py/test/Ice/inheritance/AllTests.py index ccf6f35e645..b83b902f611 100644 --- a/py/test/Ice/inheritance/AllTests.py +++ b/py/test/Ice/inheritance/AllTests.py @@ -15,7 +15,7 @@ def test(b): def allTests(communicator): print "testing stringToProxy... ", - ref = "initial:default -p 12010 -t 10000" + ref = "initial:default -p 12010" base = communicator.stringToProxy(ref) test(base) print "ok" |