def tearDown(self):
        
        # delete the new alarm
        clock_object.delete_alarm(self)
        
        # close the app
        if hasattr(self, 'app'):
            self.apps.kill(self.app)

        GaiaTestCase.tearDown(self)
    def tearDown(self):
        # delete the new alarm
        clock_object.delete_alarm(self)

        GaiaTestCase.tearDown(self)
Пример #3
0
    def tearDown(self):
        # delete the new alarm
        clock_object.delete_alarm(self)

        GaiaTestCase.tearDown(self)