You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2014/07/25 14:23:40 UTC

git commit: updated refs/heads/master to b63acc2

Repository: cloudstack
Updated Branches:
  refs/heads/master c2c63ffd6 -> b63acc227


Removed invalid code from file test_snapshot_gc.py


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b63acc22
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b63acc22
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b63acc22

Branch: refs/heads/master
Commit: b63acc2278e5081d9b1557dc507c3c0d2133ee02
Parents: c2c63ff
Author: Girish Shilamkar <gi...@clogeny.com>
Authored: Fri Jul 25 17:11:18 2014 +0530
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Fri Jul 25 17:53:09 2014 +0530

----------------------------------------------------------------------
 test/integration/component/test_snapshot_gc.py | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b63acc22/test/integration/component/test_snapshot_gc.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_snapshot_gc.py b/test/integration/component/test_snapshot_gc.py
index 5c475af..d0491cd 100644
--- a/test/integration/component/test_snapshot_gc.py
+++ b/test/integration/component/test_snapshot_gc.py
@@ -271,8 +271,6 @@ class TestAccountSnapshotClean(cloudstackTestCase):
 
             self.assertTrue(is_snapshot_on_nfs(self.apiclient, self.dbclient, self.config, self.zone.id, self.snapshot.id),
                 "Snapshot was not found on NFS")
-
-            raise Exception("self raised exception")
         except Exception as e:
             self._cleanup.append(self.account)
             self.fail("Exception occured: %s" % e)