diff options
author | Matthew Newhook <matthew@zeroc.com> | 2009-03-24 14:36:36 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2009-03-24 14:36:36 -0230 |
commit | 1ec925f9ecdb1cc6171d4eb278c05fc43adde375 (patch) | |
tree | df18d7a78b306bc632f783070c45b0fc275aa54c /java/test/Ice/servantLocator/AMDServer.java | |
parent | Merged android-testsuite branch. (diff) | |
download | ice-1ec925f9ecdb1cc6171d4eb278c05fc43adde375.tar.bz2 ice-1ec925f9ecdb1cc6171d4eb278c05fc43adde375.tar.xz ice-1ec925f9ecdb1cc6171d4eb278c05fc43adde375.zip |
rename fooAMD to foo.AMD
Diffstat (limited to 'java/test/Ice/servantLocator/AMDServer.java')
-rw-r--r-- | java/test/Ice/servantLocator/AMDServer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/servantLocator/AMDServer.java b/java/test/Ice/servantLocator/AMDServer.java index 32168d24aab..38764531a6a 100644 --- a/java/test/Ice/servantLocator/AMDServer.java +++ b/java/test/Ice/servantLocator/AMDServer.java @@ -26,7 +26,7 @@ public class AMDServer extends test.Util.Application { Ice.InitializationData initData = new Ice.InitializationData(); initData.properties = Ice.Util.createProperties(argsH); - initData.properties.setProperty("Ice.Package.Test", "test.Ice.servantLocator"); + initData.properties.setProperty("Ice.Package.Test", "test.Ice.servantLocator.AMD"); initData.properties.setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000"); initData.properties.setProperty("Ice.Warn.Dispatch", "0"); |