fix build
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/9fc8bdee Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/9fc8bdee Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/9fc8bdee Branch: refs/heads/affinity_groups Commit: 9fc8bdee452b28b2d2b2093b8e998447886f9dda Parents: a2f9127 Author: Edison Su <[email protected]> Authored: Tue Feb 26 18:50:48 2013 -0800 Committer: Prachi Damle <[email protected]> Committed: Thu Mar 14 15:12:02 2013 -0700 ---------------------------------------------------------------------- .../storage/allocator/StorageAllocatorTest.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9fc8bdee/engine/storage/integration-test/test/org/apache/cloudstack/storage/allocator/StorageAllocatorTest.java ---------------------------------------------------------------------- diff --git a/engine/storage/integration-test/test/org/apache/cloudstack/storage/allocator/StorageAllocatorTest.java b/engine/storage/integration-test/test/org/apache/cloudstack/storage/allocator/StorageAllocatorTest.java index 2592206..9e51d84 100644 --- a/engine/storage/integration-test/test/org/apache/cloudstack/storage/allocator/StorageAllocatorTest.java +++ b/engine/storage/integration-test/test/org/apache/cloudstack/storage/allocator/StorageAllocatorTest.java @@ -90,7 +90,7 @@ public class StorageAllocatorTest { protected void createDb() { DataCenterVO dc = new DataCenterVO(UUID.randomUUID().toString(), "test", "8.8.8.8", null, "10.0.0.1", null, "10.0.0.1/24", - null, null, NetworkType.Basic, null, null, true, true); + null, null, NetworkType.Basic, null, null, true, true, null, null); dc = dcDao.persist(dc); dcId = dc.getId();
