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

This commit is contained in:
David Burns 2015-09-16 18:43:23 +01:00
parent ec58c3a10f
commit 9fb78cddc9

View File

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