summaryrefslogtreecommitdiff
path: root/java/test/IceBox/configuration/TestServiceI.java
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2009-03-24 12:31:31 -0230
committerMatthew Newhook <matthew@zeroc.com>2009-03-24 12:31:31 -0230
commit4cc5d77c383b6c91c3af9fe44df9687bb9b15580 (patch)
tree64ce3d6cf35b15497de50f298f7225a8c72f64b6 /java/test/IceBox/configuration/TestServiceI.java
parentMerge commit 'origin/R3_3_branch' (diff)
downloadice-4cc5d77c383b6c91c3af9fe44df9687bb9b15580.tar.bz2
ice-4cc5d77c383b6c91c3af9fe44df9687bb9b15580.tar.xz
ice-4cc5d77c383b6c91c3af9fe44df9687bb9b15580.zip
Merged android-testsuite branch.
Diffstat (limited to 'java/test/IceBox/configuration/TestServiceI.java')
-rw-r--r--java/test/IceBox/configuration/TestServiceI.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/test/IceBox/configuration/TestServiceI.java b/java/test/IceBox/configuration/TestServiceI.java
index 485d8435c89..3332823e911 100644
--- a/java/test/IceBox/configuration/TestServiceI.java
+++ b/java/test/IceBox/configuration/TestServiceI.java
@@ -7,11 +7,15 @@
//
// **********************************************************************
+package test.IceBox.configuration;
+
public class TestServiceI implements IceBox.Service
{
public void
start(String name, Ice.Communicator communicator, String[] args)
{
+ communicator.getProperties().setProperty("Ice.Package.Test", "test.IceBox.configuration");
+
Ice.ObjectAdapter adapter = communicator.createObjectAdapter(name + "OA");
adapter.add(new TestI(args), communicator.stringToIdentity("test"));
adapter.activate();