From 201cb459d6143186054ef106e824a47943cf0d82 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 23 Jul 2013 22:48:38 +0200 Subject: [PATCH] Aka: Remove test that tested a Alias feature that won't be implemented in Aka. --- plugins/Aka/test.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/Aka/test.py b/plugins/Aka/test.py index e2ab88d09..4c741a597 100644 --- a/plugins/Aka/test.py +++ b/plugins/Aka/test.py @@ -97,10 +97,6 @@ class AkaTestCase(ChannelPluginTestCase): self.assertNotError('aka add channel echo $channel') self.assertResponse('aka channel', self.channel) - def testNick(self): - self.assertNotError('aka add sendingnick "rot13 [rot13 $nick]"') - self.assertResponse('sendingnick', self.nick) - def testAddRemoveAka(self): cb = self.irc.getCallback('Aka') cb._add_aka('global', 'foobar', 'echo sbbone')