mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
PluginDownloader: Fix tests.
This commit is contained in:
parent
f19eb060f3
commit
cead634055
@ -64,9 +64,9 @@ class PluginDownloaderTestCase(PluginTestCase):
|
|||||||
self.assertRegexp('repolist ProgVal', '(.*, )?AttackProtector(, .*)?')
|
self.assertRegexp('repolist ProgVal', '(.*, )?AttackProtector(, .*)?')
|
||||||
|
|
||||||
def testInstallProgVal(self):
|
def testInstallProgVal(self):
|
||||||
self.assertError('plugindownloader install ProgVal Listener')
|
self.assertError('plugindownloader install ProgVal Darcs')
|
||||||
self.assertNotError('plugindownloader install ProgVal AttackProtector')
|
self.assertNotError('plugindownloader install ProgVal AttackProtector')
|
||||||
self.assertError('plugindownloader install ProgVal Listener')
|
self.assertError('plugindownloader install ProgVal Darcs')
|
||||||
self._testPluginInstalled('AttackProtector')
|
self._testPluginInstalled('AttackProtector')
|
||||||
|
|
||||||
def testInstallQuantumlemur(self):
|
def testInstallQuantumlemur(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user