Merge "Add sal-akka-raft test-jar dependency to sal-distributed-store pom"
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / java / org / opendaylight / controller / sal / restconf / impl / test / RestPostOperationTest.java
index 047d4eeb7b416c3b7cb206842e3b16c1ca849586..47ca1ae8735aa453c94e09f5bc5bde5c9652a608 100644 (file)
@@ -248,7 +248,6 @@ public class RestPostOperationTest extends JerseyTest {
 //        verify(brokerFacade, times(2))
         verify(brokerFacade, times(1))
                 .commitConfigurationDataPost(instanceIdCaptor.capture(), compNodeCaptor.capture());
-        // FIXME : identifier flow to interface only, why we want to see block too ?
 //        identifier = "[(urn:ietf:params:xml:ns:yang:test-interface?revision=2014-07-01)interfaces, (urn:ietf:params:xml:ns:yang:test-interface?revision=2014-07-01)block]";
         assertEquals(identifier, ImmutableList.copyOf(instanceIdCaptor.getValue().getPathArguments()).toString());
     }