mirror of https://github.com/apache/jclouds.git
listDiskOfferings not fully working on 2.2.12
This commit is contained in:
parent
5842b84ad0
commit
af99850a54
|
@ -63,7 +63,8 @@ public class OfferingClientLiveTest extends BaseCloudStackClientLiveTest {
|
||||||
assert offering.getTags() != null : offering;
|
assert offering.getTags() != null : offering;
|
||||||
|
|
||||||
} catch (NoSuchElementException e) {
|
} catch (NoSuchElementException e) {
|
||||||
assertEquals(apiversion, "2.2.8");
|
// This bug is present both in 2.2.8 and 2.2.12
|
||||||
|
assertTrue("2.2.8".equals(apiversion) || "2.2.12".equals(apiversion));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue