Migrated to odlparent 4.0.2 and mdsal 3.0.2
[unimgr.git] / impl / src / test / java / org / opendaylight / unimgr / mef / nrp / impl / connectivityservice / TapiConnectivityServiceInplIntTest.java
index 34462f82ea7be4c6634e30a5200ee9eda2865c59..5adb0bc15a24821b652f50ca957226748d1bc553 100644 (file)
@@ -314,9 +314,9 @@ public class TapiConnectivityServiceInplIntTest extends AbstractTestWithTopo {
         Context1 connCtx = c.augmentation(Context1.class);
 
         // Semantics changed to augmentation being removed along with last child?
-//        assertNull(connCtx);
-      assertEquals(0, connCtx.getConnection().size());
-      assertEquals(0, connCtx.getConnectivityService().size());
+        assertNull(connCtx);
+//      assertEquals(0, connCtx.getConnection().size());
+//      assertEquals(0, connCtx.getConnectivityService().size());
 
         verify(ad1).deactivate();
         verify(ad1).commit();