summaryrefslogtreecommitdiff
path: root/py/test/Ice/objects/Server.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/objects/Server.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/objects/Server.py')
-rw-r--r--py/test/Ice/objects/Server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/objects/Server.py b/py/test/Ice/objects/Server.py
index 2b4ae46e693..234ba36c314 100644
--- a/py/test/Ice/objects/Server.py
+++ b/py/test/Ice/objects/Server.py
@@ -25,7 +25,7 @@ Ice.loadSlice('Test.ice')
import Test, TestI
def run(args, communicator):
- communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12345 -t 10000")
+ communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000")
adapter = communicator.createObjectAdapter("TestAdapter")
initial = TestI.InitialI(adapter)
adapter.add(initial, Ice.stringToIdentity("initial"))