def testUpdateLowerVersion(self): tree = utils.callRpcCommand('updateModule systemstatus 100', files.module('xmlecho'), no_xml=True) utils.checkModuleAndVersion('systemstatus', 100) result = utils.callRpcCommandError('updateModule systemstatus 9', files.executable(isWindows(), 'xmlecho')) utils.checkModuleAndVersion('systemstatus', 100)
def testUpdateNonExistingModule(self): result = utils.callRpcCommandError('updateModule nonexistingmodule 2', files.module('xmlecho'))
def testUpdate(self): tree = utils.callRpcCommand('updateModule systemstatus 100', files.module('xmlecho'), no_xml=True) utils.checkModuleAndVersion('systemstatus', 100)