Merge "Object: Give more helpful error message in TestServiceVersion"

This commit is contained in:
Jenkins 2016-02-03 07:02:31 +00:00 committed by Gerrit Code Review
commit a93e68b381
1 changed files with 2 additions and 1 deletions

View File

@ -368,7 +368,8 @@ class TestServiceVersion(test.TestCase):
self.assertEqual(
current, calculated,
'Changes detected that require a SERVICE_VERSION change. Please '
'increment nova.objects.service.SERVICE_VERSION')
'increment nova.objects.service.SERVICE_VERSION, and make sure it'
'is equal to nova.compute.manager.ComputeManager.target.version.')
def test_version_in_init(self):
self.assertRaises(exception.ObjectActionError,