зеркало из https://github.com/mozilla/gecko-dev.git
Bug 803850: sync MarionetteJSTestCase.add_tests_to_suite arguements with others.
This commit is contained in:
Родитель
a9de040c8e
Коммит
3bac7cb7f2
|
@ -153,7 +153,7 @@ class MarionetteJSTestCase(CommonTestCase):
|
|||
CommonTestCase.__init__(self, methodName)
|
||||
|
||||
@classmethod
|
||||
def add_tests_to_suite(cls, mod_name, filepath, suite, testloader, marionette):
|
||||
def add_tests_to_suite(cls, mod_name, filepath, suite, testloader, marionette, testvars):
|
||||
suite.addTest(cls(weakref.ref(marionette), jsFile=filepath))
|
||||
|
||||
def runTest(self):
|
||||
|
|
Загрузка…
Ссылка в новой задаче