You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2013/02/27 03:51:17 UTC

[4/4] git commit: refs/heads/master - fix build

Updated Branches:
  refs/heads/master 3902f505e -> 0e6290ba8


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/0e6290ba
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/0e6290ba
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/0e6290ba

Branch: refs/heads/master
Commit: 0e6290ba87e1cdabe6f5a6c9b962a67a1e990e89
Parents: 8e360f3
Author: Edison Su <ed...@citrix.com>
Authored: Tue Feb 26 18:50:48 2013 -0800
Committer: Edison Su <ed...@citrix.com>
Committed: Tue Feb 26 18:50:48 2013 -0800

----------------------------------------------------------------------
 .../storage/allocator/StorageAllocatorTest.java    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/0e6290ba/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();