diff options
Diffstat (limited to 'swift/test/Ice/retry/Collocated.swift')
-rw-r--r-- | swift/test/Ice/retry/Collocated.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swift/test/Ice/retry/Collocated.swift b/swift/test/Ice/retry/Collocated.swift index 18cb17c6141..7fa231ed6bc 100644 --- a/swift/test/Ice/retry/Collocated.swift +++ b/swift/test/Ice/retry/Collocated.swift @@ -19,7 +19,7 @@ class Collocated: TestHelperI { } communicator.getProperties().setProperty(key: "TestAdapter.Endpoints", value: getTestEndpoint(num: 0)) let adapter = try communicator.createObjectAdapter("TestAdapter") - try adapter.add(servant: RetryI(), id: Ice.stringToIdentity("retry")) + try adapter.add(servant: RetryDisp(RetryI()), id: Ice.stringToIdentity("retry")) // try adapter.activate() // Don't activate OA to ensure collocation is used _ = try allTests(helper: self) } |