diff options
author | Brent Eagles <brent@zeroc.com> | 2006-02-20 19:37:12 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-02-20 19:37:12 +0000 |
commit | d710dd9a1572093dab487c8f6b23879cd5232703 (patch) | |
tree | f0b469cc8a4fbbba64e83dd43e4f529821de319e /py/test/Ice/inheritance/AllTests.py | |
parent | Changing demo and test port numbers. (diff) | |
download | ice-d710dd9a1572093dab487c8f6b23879cd5232703.tar.bz2 ice-d710dd9a1572093dab487c8f6b23879cd5232703.tar.xz ice-d710dd9a1572093dab487c8f6b23879cd5232703.zip |
changing demo and test ports
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 2f057380696..d49a8b7deb1 100644 --- a/py/test/Ice/inheritance/AllTests.py +++ b/py/test/Ice/inheritance/AllTests.py @@ -16,7 +16,7 @@ def test(b): def allTests(communicator): print "testing stringToProxy... ", - ref = "initial:default -p 12345 -t 10000" + ref = "initial:default -p 12010 -t 10000" base = communicator.stringToProxy(ref) test(base) print "ok" |