summaryrefslogtreecommitdiff
path: root/java/test/IceGrid/simple/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/IceGrid/simple/run.py')
-rwxr-xr-xjava/test/IceGrid/simple/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/IceGrid/simple/run.py b/java/test/IceGrid/simple/run.py
index ebf2b561009..e87b74d5f71 100755
--- a/java/test/IceGrid/simple/run.py
+++ b/java/test/IceGrid/simple/run.py
@@ -33,7 +33,7 @@ os.environ["CLASSPATH"] = os.path.join(testdir, "classes") + TestUtil.sep + os.g
# Test client/server without on demand activation.
#
IceGridAdmin.iceGridClientServerTest(name, "", "--Ice.OA.TestAdapter.Endpoints=default" + \
- " --Ice.OA.TestAdapter.AdapterId=TestAdapter")
+ " --Ice.OA.TestAdapter.AdapterId=TestAdapter")
#
# Test client/server with on demand activation.