Fixing the syntax errors while fixing whitespaces
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a887f8d6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a887f8d6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a887f8d6 Branch: refs/heads/master Commit: a887f8d6cea227c424b0cf8481a05f4d90e0a117 Parents: b433b1a Author: Prasanna Santhanam <t...@apache.org> Authored: Mon Jul 9 15:24:18 2012 +0530 Committer: Prasanna Santhanam <t...@apache.org> Committed: Wed Sep 12 18:48:31 2012 +0530 ---------------------------------------------------------------------- test/integration/component/test_resource_limits.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a887f8d6/test/integration/component/test_resource_limits.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_resource_limits.py b/test/integration/component/test_resource_limits.py index 12a8105..196bc83 100644 --- a/test/integration/component/test_resource_limits.py +++ b/test/integration/component/test_resource_limits.py @@ -1310,7 +1310,7 @@ class TestResources(cloudstackTestCase): # Get Zone, Domain and templates cls.zone = get_zone(cls.api_client, cls.services) cls._cleanup = [] - return + return @classmethod def tearDownClass(cls):