mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
some xtra cases
This commit is contained in:
parent
2cf356e047
commit
b477e4e830
@ -179,5 +179,8 @@ public class NetUtilsTest extends TestCase {
|
||||
public void testSameIsolationId() {
|
||||
assertTrue(NetUtils.isSameIsolationId("1", "vlan://1"));
|
||||
assertTrue(NetUtils.isSameIsolationId("", null));
|
||||
assertTrue(NetUtils.isSameIsolationId("UnTagged", "vlan://uNtAGGED"));
|
||||
assertFalse(NetUtils.isSameIsolationId("2", "vlan://uNtAGGED"));
|
||||
assertFalse(NetUtils.isSameIsolationId("2", "vlan://3"));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user