mirror of
https://github.com/apache/jclouds.git
synced 2025-02-10 03:56:27 +00:00
Do not fail test if we have only the ROOT domain
This commit is contained in:
parent
7719dad8d0
commit
0908e55ac8
@ -50,7 +50,7 @@ public class DomainDomainClientLiveTest extends BaseCloudStackClientLiveTest {
|
||||
assertEquals(root.getLevel(), 0);
|
||||
assertEquals(root.getParentDomainId(), 0);
|
||||
assertNull(root.getParentDomainName());
|
||||
if (allDomains.size() > 0) {
|
||||
if (allDomains.size() > 1) {
|
||||
assertTrue(root.hasChild());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user