Bug 803850: sync MarionetteJSTestCase.add_tests_to_suite arguements with others.

This commit is contained in:
Vicamo Yang 2012-10-23 00:01:41 +08:00
Родитель a9de040c8e
Коммит 3bac7cb7f2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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):