style change

This commit is contained in:
John Tran
2011-06-10 10:24:24 -07:00
parent fd1b3b5daa
commit 044a6ed698

View File

@@ -123,7 +123,8 @@ class CloudTestCase(test.TestCase):
'host': self.network.host})
self.assertEqual(allocate(self.context)['publicIp'], address)
db.floating_ip_destroy(self.context, address)
self.assertRaises(exception.NoFloatingIpsDefined, allocate,
self.assertRaises(exception.NoFloatingIpsDefined,
allocate,
self.context)
def test_associate_disassociate_address(self):