зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1065994 - Fix mozrunner unittests which were regressed by an argument re-ordering, r=whimboo
This commit is contained in:
Родитель
907cf18b8d
Коммит
cab101a3ef
|
@ -18,7 +18,8 @@ class MozrunnerTestCase(unittest.TestCase):
|
||||||
self.threads = [ ]
|
self.threads = [ ]
|
||||||
|
|
||||||
self.profile = mozprofile.FirefoxProfile()
|
self.profile = mozprofile.FirefoxProfile()
|
||||||
self.runner = mozrunner.FirefoxRunner(self.profile)
|
self.runner = mozrunner.FirefoxRunner(os.environ['BROWSER_PATH'],
|
||||||
|
profile=self.profile)
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
for thread in self.threads:
|
for thread in self.threads:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче