Code review comment for lp:~saviq/unity8/workaround-lp1238645

Revision history for this message
Sergio Schvezov (sergiusens) wrote :

=== modified file 'tests/autopilot/unity8/shell/tests/__init__.py'
--- tests/autopilot/unity8/shell/tests/__init__.py 2013-10-11 16:29:34 +0000
+++ tests/autopilot/unity8/shell/tests/__init__.py 2013-10-11 18:25:28 +0000
@@ -102,6 +102,7 @@
         self._setup_display_details()

     def tearDown(self):
+ super(UnityTestCase, self).tearDown()
         #### FIXME: This is a work around re: lp:1238645 ####
         subprocess.call(["/sbin/initctl", "stop", "maliit-server"])
         ####

Get's me this (which are test failures instead of test code tearDown ones):
Ran 22 tests in 521.616s
FAILED (failures=5)

« Back to merge proposal