summaryrefslogtreecommitdiff
path: root/swift/test/Ice/operations/ServerAMD.swift
diff options
context:
space:
mode:
Diffstat (limited to 'swift/test/Ice/operations/ServerAMD.swift')
-rw-r--r--swift/test/Ice/operations/ServerAMD.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/swift/test/Ice/operations/ServerAMD.swift b/swift/test/Ice/operations/ServerAMD.swift
index a407d4a6259..dab66459eae 100644
--- a/swift/test/Ice/operations/ServerAMD.swift
+++ b/swift/test/Ice/operations/ServerAMD.swift
@@ -29,8 +29,8 @@ class ServerAMD: TestHelperI {
communicator.getProperties().setProperty(key: "TestAdapter.Endpoints", value: getTestEndpoint(num: 0))
let adapter = try communicator.createObjectAdapter("TestAdapter")
- try adapter.add(servant: MyDerivedClassI(self), id: Ice.stringToIdentity("test"))
- try adapter.add(servant: BI(), id: Ice.stringToIdentity("b"))
+ try adapter.add(servant: MBDisp(BI()), id: Ice.stringToIdentity("b"))
+ try adapter.add(servant: MyDerivedClassDisp(MyDerivedClassI(self)), id: Ice.stringToIdentity("test"))
try adapter.activate()
serverReady()
communicator.waitForShutdown()