Restconf operation GET, PUT, POST tests refactoring
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / java / org / opendaylight / controller / sal / restconf / impl / cnsn / to / xml / test / CnSnToXmlNotExistingLeafTypeTest.java
index 4da354c2c00223d618e575cf8647c342ca827992..555f2b3e3c941e325bb1fbb2844ea3c0e1060d8f 100644 (file)
@@ -63,10 +63,7 @@ public class CnSnToXmlNotExistingLeafTypeTest {
         leafBuild.setConfiguration(true);
 
         contBuild.addChildNode(leafBuild);
-        // FIXME: build method does not accept any arguments
-        //return contBuild.build(null);
-        return null;
-
+        return contBuild.build();
     }
 
 }