Aka: Remove test that tested a Alias feature that won't be implemented in Aka.

This commit is contained in:
Valentin Lorentz 2013-07-23 22:48:38 +02:00
parent c49e088879
commit 201cb459d6
1 changed files with 0 additions and 4 deletions

View File

@ -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')