Bug 7449: Introduce ClientActorConfig in cds-access-client
[controller.git] / opendaylight / md-sal / cds-access-client / src / test / java / org / opendaylight / controller / cluster / access / client / AbstractClientConnectionTest.java
index 3a2abbe31cbb23493513c55aa20112989ccc8bd4..f2c42e18d4984a4acd6e2e7dfa3f189916ccb8bb 100644 (file)
@@ -66,7 +66,7 @@ public abstract class AbstractClientConnectionTest<T extends AbstractClientConne
         backendProbe = new TestProbe(system);
         contextProbe = new TestProbe(system);
         context = new ClientActorContext(contextProbe.ref(), system.scheduler(), system.dispatcher(),
-                PERSISTENCE_ID, CLIENT_ID);
+                PERSISTENCE_ID, CLIENT_ID, AccessClientUtil.newMockClientActorConfig());
         replyToProbe = new TestProbe(system);
         connection = createConnection();
     }
@@ -152,4 +152,4 @@ public abstract class AbstractClientConnectionTest<T extends AbstractClientConne
         return new AbortLocalTransactionRequest(identifier, replyTo);
     }
 
-}
\ No newline at end of file
+}