Merge "TestRandomString was calling the wrong setUp"

This commit is contained in:
Jenkins 2014-05-12 21:53:32 +00:00 committed by Gerrit Code Review
commit ea117e51b7

View File

@ -42,7 +42,7 @@ Resources:
'''
def setUp(self):
super(HeatTestCase, self).setUp()
super(TestRandomString, self).setUp()
self.ctx = utils.dummy_context()
def create_stack(self, template):