Merge "Use BaseDbObjectTestCase in AddressScope UT"

This commit is contained in:
Jenkins 2016-10-19 22:05:46 +00:00 committed by Gerrit Code Review
commit 9a0d2c46df

View File

@ -22,7 +22,7 @@ class AddressScopeIfaceObjectTestCase(obj_test_base.BaseObjectIfaceTestCase):
_test_class = address_scope.AddressScope
class AddressScopeDbObjectTestCase(obj_test_base._BaseObjectTestCase,
class AddressScopeDbObjectTestCase(obj_test_base.BaseDbObjectTestCase,
testlib_api.SqlTestCase):
_test_class = address_scope.AddressScope