256257258259260261262263264265266
verifyClusters(expectedClusters); } // Test 3. Remove links { tm.removeLink((long)5,(short)3,(long)6,(short)1); tm.removeLink((long)6,(short)1,(long)5,(short)3); int [][] expectedClusters = { {1,2,3,4,5}, };
257258259260261262263264265266267
} // Test 3. Remove links { tm.removeLink((long)5,(short)3,(long)6,(short)1); tm.removeLink((long)6,(short)1,(long)5,(short)3); int [][] expectedClusters = { {1,2,3,4,5}, }; topologyManager.createNewInstance();