Repository: incubator-stratos Updated Branches: refs/heads/master e99851c45 -> 06bb5347f
fixing a import in a test case Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/06bb5347 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/06bb5347 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/06bb5347 Branch: refs/heads/master Commit: 06bb5347ff7102dfaa7fe3737ef0244690ea24a7 Parents: e99851c Author: Nirmal Fernando <[email protected]> Authored: Thu Mar 20 18:46:41 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Thu Mar 20 18:46:41 2014 +0530 ---------------------------------------------------------------------- .../integration/tests/DeploymentPolicyDeploymentTestCase.java | 2 +- .../integration/tests/PartitionDeploymentTestCase.java | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/06bb5347/products/autoscaler/modules/integration/src/test/java/org/apache/stratos/autoscaler/integration/tests/DeploymentPolicyDeploymentTestCase.java ---------------------------------------------------------------------- diff --git a/products/autoscaler/modules/integration/src/test/java/org/apache/stratos/autoscaler/integration/tests/DeploymentPolicyDeploymentTestCase.java b/products/autoscaler/modules/integration/src/test/java/org/apache/stratos/autoscaler/integration/tests/DeploymentPolicyDeploymentTestCase.java index 89e1d87..4afd070 100644 --- a/products/autoscaler/modules/integration/src/test/java/org/apache/stratos/autoscaler/integration/tests/DeploymentPolicyDeploymentTestCase.java +++ b/products/autoscaler/modules/integration/src/test/java/org/apache/stratos/autoscaler/integration/tests/DeploymentPolicyDeploymentTestCase.java @@ -24,7 +24,7 @@ import org.apache.commons.logging.LogFactory; import org.apache.stratos.autoscaler.deployment.policy.DeploymentPolicy; import org.apache.stratos.autoscaler.partition.PartitionGroup; import org.apache.stratos.autoscaler.stub.AutoScalerServiceStub; -import org.apache.stratos.cloud.controller.deployment.partition.Partition; +import org.apache.stratos.cloud.controller.stub.deployment.partition.Partition; import org.testng.Assert; import org.testng.annotations.Test; http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/06bb5347/products/autoscaler/modules/integration/src/test/java/org/apache/stratos/autoscaler/integration/tests/PartitionDeploymentTestCase.java ---------------------------------------------------------------------- diff --git a/products/autoscaler/modules/integration/src/test/java/org/apache/stratos/autoscaler/integration/tests/PartitionDeploymentTestCase.java b/products/autoscaler/modules/integration/src/test/java/org/apache/stratos/autoscaler/integration/tests/PartitionDeploymentTestCase.java index 1ba9387..646f66b 100644 --- a/products/autoscaler/modules/integration/src/test/java/org/apache/stratos/autoscaler/integration/tests/PartitionDeploymentTestCase.java +++ b/products/autoscaler/modules/integration/src/test/java/org/apache/stratos/autoscaler/integration/tests/PartitionDeploymentTestCase.java @@ -22,9 +22,9 @@ package org.apache.stratos.autoscaler.integration.tests; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.stratos.autoscaler.stub.AutoScalerServiceStub; -import org.apache.stratos.cloud.controller.deployment.partition.Partition; -import org.apache.stratos.cloud.controller.pojo.Properties; -import org.apache.stratos.cloud.controller.pojo.Property; +import org.apache.stratos.cloud.controller.stub.deployment.partition.Partition; +import org.apache.stratos.cloud.controller.stub.pojo.Properties; +import org.apache.stratos.cloud.controller.stub.pojo.Property; import org.testng.Assert; import org.testng.annotations.Test;
