X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2FThreePhaseCommitCohortProxyTest.java;h=0e6cf530d12253c75383e2336224273d59ed461d;hb=c11dae56ca449d754db98fb8de194594c84d1f24;hp=fd81c673d603e8f56ba097dab0b0f4ce674021d3;hpb=5464f50be733df1bbbe31cf05665d542d3b7c5e7;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/ThreePhaseCommitCohortProxyTest.java b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/ThreePhaseCommitCohortProxyTest.java index fd81c673d6..0e6cf530d1 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/ThreePhaseCommitCohortProxyTest.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/ThreePhaseCommitCohortProxyTest.java @@ -343,7 +343,7 @@ public class ThreePhaseCommitCohortProxyTest extends AbstractActorTest { try { assertNotNull("Unexpected " + name, expType); assertEquals(name + " type", expType, rawMessage.getClass()); - assertEquals(name + " transactionId", builder.transactionId, actualMessage.getTransactionID()); + assertEquals(name + " transactionId", builder.transactionId, actualMessage.getTransactionId()); if (reply instanceof Throwable) { getSender().tell(new akka.actor.Status.Failure((Throwable)reply), self());