PluginDownloader: Fix tests.

This commit is contained in:
Valentin Lorentz 2012-12-12 19:24:49 +01:00
parent f19eb060f3
commit cead634055
1 changed files with 2 additions and 2 deletions

View File

@ -64,9 +64,9 @@ class PluginDownloaderTestCase(PluginTestCase):
self.assertRegexp('repolist ProgVal', '(.*, )?AttackProtector(, .*)?')
def testInstallProgVal(self):
self.assertError('plugindownloader install ProgVal Listener')
self.assertError('plugindownloader install ProgVal Darcs')
self.assertNotError('plugindownloader install ProgVal AttackProtector')
self.assertError('plugindownloader install ProgVal Listener')
self.assertError('plugindownloader install ProgVal Darcs')
self._testPluginInstalled('AttackProtector')
def testInstallQuantumlemur(self):