From 9c76750ff94913deb4f4ec37b1b1c9c2e9a52079 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 1 Aug 2016 16:08:31 +0200 Subject: [PATCH] PluginDownloader: Add test case. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Someone reported it to crash, but it does no. Hmm… --- plugins/PluginDownloader/test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/PluginDownloader/test.py b/plugins/PluginDownloader/test.py index 91469d4a9..ed892d6bc 100644 --- a/plugins/PluginDownloader/test.py +++ b/plugins/PluginDownloader/test.py @@ -94,6 +94,10 @@ class PluginDownloaderTestCase(PluginTestCase): self.assertNotError('plugindownloader install SpiderDave Pastebin') self._testPluginInstalled('Pastebin') + def testInstallNonAsciiInit(self): + self.assertNotError('plugindownloader install Hoaas DuckDuckGo') + self._testPluginInstalled('DuckDuckGo') + def testInfo(self): self.assertResponse('plugindownloader info ProgVal Twitter', 'Advanced Twitter plugin for Supybot, with capabilities '