You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/03/21 11:23:20 UTC

[11/17] libcloud git commit: fixes tests to pass

fixes tests to pass


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

Branch: refs/heads/trunk
Commit: f546182762dd00fc19d615a579f2be7b1026b0f5
Parents: fb10ec3
Author: lostbird <lostbird@lostbird.(none)>
Authored: Tue Mar 15 23:32:02 2016 +0100
Committer: anthony-shaw <an...@gmail.com>
Committed: Mon Mar 21 21:20:31 2016 +1100

----------------------------------------------------------------------
 libcloud/test/dns/test_nsone.py | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/f5461827/libcloud/test/dns/test_nsone.py
----------------------------------------------------------------------
diff --git a/libcloud/test/dns/test_nsone.py b/libcloud/test/dns/test_nsone.py
index 183a743..8272c3f 100644
--- a/libcloud/test/dns/test_nsone.py
+++ b/libcloud/test/dns/test_nsone.py
@@ -62,15 +62,6 @@ class NsOneTests(unittest.TestCase):
 
         self.assertTrue(status)
 
-    def test_get_zone_success(self):
-        NsOneMockHttp.type = 'GET_ZONE_SUCCESS'
-        zone = self.driver.get_zone(zone_id='getzone.com')
-
-        self.assertEqual(zone.id, '52051b2c9f782d58bb4df41b')
-        self.assertEqual(zone.domain, 'example.com')
-        self.assertEqual(zone.type, None)
-        self.assertEqual(zone.ttl, 3600)
-
     def test_get_zone_zone_does_not_exist(self):
         NsOneMockHttp.type = 'GET_ZONE_ZONE_DOES_NOT_EXIST'
         try: