Merge "Fixes the Hyper-V driver's method signature"

This commit is contained in:
Jenkins
2013-03-01 03:52:21 +00:00
committed by Gerrit Code Review

View File

@@ -516,7 +516,7 @@ class HyperVAPITestCase(test.TestCase):
self._setup_destroy_mocks()
self._mox.ReplayAll()
self._conn.destroy(self._instance_data)
self._conn.destroy(self._instance_data, None)
self._mox.VerifyAll()
def test_live_migration(self):