summaryrefslogtreecommitdiff
path: root/java/test/Ice/servantLocator/AMDServer.java
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2009-03-24 14:36:36 -0230
committerMatthew Newhook <matthew@zeroc.com>2009-03-24 14:36:36 -0230
commit1ec925f9ecdb1cc6171d4eb278c05fc43adde375 (patch)
treedf18d7a78b306bc632f783070c45b0fc275aa54c /java/test/Ice/servantLocator/AMDServer.java
parentMerged android-testsuite branch. (diff)
downloadice-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.java2
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");