From 0e6290ba87e1cdabe6f5a6c9b962a67a1e990e89 Mon Sep 17 00:00:00 2001 From: Edison Su Date: Tue, 26 Feb 2013 18:50:48 -0800 Subject: [PATCH] fix build --- .../cloudstack/storage/allocator/StorageAllocatorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 25922063b2d..9e51d84a9ec 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();