pre trunk merge

This commit is contained in:
Sandy Walsh
2011-07-11 07:49:34 -07:00
parent e9f925e496
commit 3edcb2fad1

View File

@@ -268,6 +268,6 @@ class CommonNetworkTestCase(test.TestCase):
def test_remove_fixed_ip_from_instance_bad_input(self):
manager = self.FakeNetworkManager()
self.assertRaises(exception.FixedIpNotFound,
self.assertRaises(exception.FixedIpNotFoundForSpecificInstance,
manager.remove_fixed_ip_from_instance,
None, 99, 'bad input')