From 0133fc851489ac7ea5f0ca6413175fc8b7fa485b Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Mon, 22 Dec 2014 12:31:30 -0800 Subject: [PATCH] Fix test case mis-spelling. Change-Id: Ic50c32a18648e6ee484d8689d169b5b341d4f3c2 Signed-off-by: Gary Wu --- .../controller/cluster/datastore/TransactionProxyTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.36.6