Updated Branches: refs/heads/4.2 c18492509 -> db65f2fe9
Fix indent to stop tabnanny from complaining Signed-off-by: Prasanna Santhanam <t...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/db65f2fe Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/db65f2fe Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/db65f2fe Branch: refs/heads/4.2 Commit: db65f2fe9ced2da8bf4a16cb3d3dbde48a7e13e3 Parents: c184925 Author: Prasanna Santhanam <t...@apache.org> Authored: Fri Aug 9 15:54:44 2013 +0530 Committer: Prasanna Santhanam <t...@apache.org> Committed: Fri Aug 9 15:55:24 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_explicit_dedication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/db65f2fe/test/integration/component/test_explicit_dedication.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_explicit_dedication.py b/test/integration/component/test_explicit_dedication.py index 93c2771..bd97551 100644 --- a/test/integration/component/test_explicit_dedication.py +++ b/test/integration/component/test_explicit_dedication.py @@ -180,7 +180,7 @@ class TestExplicitDedication(cloudstackTestCase): #If no empty host is found, return if empty_host: - self.skipTest("Did not find any empty hosts, Skipping") + self.skipTest("Did not find any empty hosts, Skipping") # Create an affinity group for explicit dedication. agCmd = createAffinityGroup.createAffinityGroupCmd()