Bug 1141519: Don't switch to content scope for logging the test end; r=jgriffin

--HG--
extra : commitid : IC9y6Vij4Fj
extra : rebase_source : b54d233528ffd1713bef0e2c6bae2c5b484b04fc
This commit is contained in:
David Burns 2015-09-16 18:43:23 +01:00
Родитель 1273371c40
Коммит bea16e0d33
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -691,7 +691,6 @@ class MarionetteTestCase(CommonTestCase):
def tearDown(self):
if not self.marionette.check_for_crash():
self.marionette.set_context("content")
self.marionette.clear_imported_scripts()
self.marionette.execute_script("log('TEST-END: %s:%s')" %
(self.filepath.replace('\\', '\\\\'), self.methodName))