summaryrefslogtreecommitdiff
path: root/py/test/Ice/exceptions/Collocated.py
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2006-02-20 19:37:12 +0000
committerBrent Eagles <brent@zeroc.com>2006-02-20 19:37:12 +0000
commitd710dd9a1572093dab487c8f6b23879cd5232703 (patch)
treef0b469cc8a4fbbba64e83dd43e4f529821de319e /py/test/Ice/exceptions/Collocated.py
parentChanging demo and test port numbers. (diff)
downloadice-d710dd9a1572093dab487c8f6b23879cd5232703.tar.bz2
ice-d710dd9a1572093dab487c8f6b23879cd5232703.tar.xz
ice-d710dd9a1572093dab487c8f6b23879cd5232703.zip
changing demo and test ports
Diffstat (limited to 'py/test/Ice/exceptions/Collocated.py')
-rw-r--r--py/test/Ice/exceptions/Collocated.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/exceptions/Collocated.py b/py/test/Ice/exceptions/Collocated.py
index 0d60f411c80..80aa440e995 100644
--- a/py/test/Ice/exceptions/Collocated.py
+++ b/py/test/Ice/exceptions/Collocated.py
@@ -27,7 +27,7 @@ import Test, TestI, AllTests
def run(args, communicator):
properties = communicator.getProperties()
properties.setProperty("Ice.Warn.Dispatch", "0")
- properties.setProperty("TestAdapter.Endpoints", "default -p 12345 -t 10000")
+ properties.setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000")
adapter = communicator.createObjectAdapter("TestAdapter")
object = TestI.ThrowerI(adapter)
adapter.add(object, Ice.stringToIdentity("thrower"))