Fix a typo 01/9401/1
authorRobert Varga <rovarga@cisco.com>
Mon, 28 Jul 2014 19:31:45 +0000 (21:31 +0200)
committerRobert Varga <rovarga@cisco.com>
Mon, 28 Jul 2014 19:31:45 +0000 (21:31 +0200)
Just a test name fix.

Change-Id: I442a0ee951475fb247eca4117ad61ed315a39dfc
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/InvokeRpcMethodTest.java

index 2adf9b553092dd19edf4b7ddda45cff736a0f1ff..9aab841546016a5cb09f669c168307b2aaf0f725 100644 (file)
@@ -93,7 +93,7 @@ public class InvokeRpcMethodTest {
      * string - first argument).
      */
     @Test
-    public void invokeRpcMtethodTest() {
+    public void invokeRpcMethodTest() {
         ControllerContext contContext = controllerContext;
         try {
             contContext.findModuleNameByNamespace(new URI("invoke:rpc:module"));