diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-09-28 20:13:25 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-09-28 20:13:25 +0000 |
commit | cde323e241d6f22c9dd24e7f8b8f0550bbf86855 (patch) | |
tree | 9766c34c6a0ce9e8e353a33f36dacd4e505fa2c7 /py/test/Ice/exceptions/ServerAMD.py | |
parent | adding thread-per-connection (diff) | |
download | ice-cde323e241d6f22c9dd24e7f8b8f0550bbf86855.tar.bz2 ice-cde323e241d6f22c9dd24e7f8b8f0550bbf86855.tar.xz ice-cde323e241d6f22c9dd24e7f8b8f0550bbf86855.zip |
adding UDP endpoint to some tests
Diffstat (limited to 'py/test/Ice/exceptions/ServerAMD.py')
-rw-r--r-- | py/test/Ice/exceptions/ServerAMD.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/exceptions/ServerAMD.py b/py/test/Ice/exceptions/ServerAMD.py index 416d8ab97bf..b7081762d2b 100644 --- a/py/test/Ice/exceptions/ServerAMD.py +++ b/py/test/Ice/exceptions/ServerAMD.py @@ -125,7 +125,7 @@ class ThrowerI(Test.Thrower): 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 12345 -t 10000:udp") adapter = communicator.createObjectAdapter("TestAdapter") object = ThrowerI(adapter) adapter.add(object, Ice.stringToIdentity("thrower")) |