From cead6340551145ee08d4f444e079144a129f462d Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 12 Dec 2012 19:24:49 +0100 Subject: [PATCH] PluginDownloader: Fix tests. --- plugins/PluginDownloader/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/PluginDownloader/test.py b/plugins/PluginDownloader/test.py index 91da9a362..80525abae 100644 --- a/plugins/PluginDownloader/test.py +++ b/plugins/PluginDownloader/test.py @@ -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):