From: Gary Wu Date: Mon, 22 Dec 2014 20:31:30 +0000 (-0800) Subject: Fix test case mis-spelling. X-Git-Tag: release/lithium~729^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=0133fc851489ac7ea5f0ca6413175fc8b7fa485b;hp=0dad308556a5e4d6b5623bb3212238aa6bdd3a0c Fix test case mis-spelling. Change-Id: Ic50c32a18648e6ee484d8689d169b5b341d4f3c2 Signed-off-by: Gary Wu --- diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/TransactionProxyTest.java b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/TransactionProxyTest.java index 38254dd01a..7407897dfa 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/TransactionProxyTest.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/TransactionProxyTest.java @@ -669,7 +669,7 @@ public class TransactionProxyTest { } @Test(expected=IllegalStateException.class) - public void testxistsPreConditionCheck() { + public void testExistsPreConditionCheck() { TransactionProxy transactionProxy = new TransactionProxy(mockActorContext, WRITE_ONLY);