Exemplo n.º 1
0
 def tearDown(self):
     sysparam.set_int(self.store, 'COST_PRECISION_DIGITS', 2)
     GUITest.tearDown(self)
Exemplo n.º 2
0
    def tearDown(self):
        GUITest.tearDown(self)

        # Reset the permitions so they wont influence other tests
        pm = PermissionManager.get_permission_manager()
        pm.set('Product', PermissionManager.PERM_ALL)
Exemplo n.º 3
0
 def tearDown(self):
     sysparam.set_int(self.store, 'COST_PRECISION_DIGITS', 2)
     GUITest.tearDown(self)
Exemplo n.º 4
0
    def tearDown(self):
        GUITest.tearDown(self)

        # Reset the permitions so they wont influence other tests
        pm = PermissionManager.get_permission_manager()
        pm.set('Product', PermissionManager.PERM_ALL)
Exemplo n.º 5
0
 def tearDown(self):
     sysparam(self.store).update_parameter(
         u'COST_PRECISION_DIGITS', u'2')
     GUITest.tearDown(self)