Fix test case mis-spelling. 22/13822/1
authorGary Wu <Gary.Wu1@huawei.com>
Mon, 22 Dec 2014 20:31:30 +0000 (12:31 -0800)
committerGary Wu <Gary.Wu1@huawei.com>
Mon, 22 Dec 2014 20:31:30 +0000 (12:31 -0800)
Change-Id: Ic50c32a18648e6ee484d8689d169b5b341d4f3c2
Signed-off-by: Gary Wu <Gary.Wu1@huawei.com>
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/TransactionProxyTest.java

index 38254dd01ac7a909022ef3abcb4243ec9144fef3..7407897dfac504872e37d35c374397369a8c5576 100644 (file)
@@ -669,7 +669,7 @@ public class TransactionProxyTest {
     }
 
     @Test(expected=IllegalStateException.class)
-    public void testxistsPreConditionCheck() {
+    public void testExistsPreConditionCheck() {
 
         TransactionProxy transactionProxy = new TransactionProxy(mockActorContext,
                 WRITE_ONLY);