From 4c94713be178bfbc6c151ea9d1dd85fe4717284f Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 31 Jan 2004 17:45:44 +0000 Subject: [PATCH] Removed a useless test. --- test/test_Services.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_Services.py b/test/test_Services.py index 5d1258025..a5f065c2b 100644 --- a/test/test_Services.py +++ b/test/test_Services.py @@ -33,8 +33,6 @@ from testsupport import * class ServicesTestCase(PluginTestCase, PluginDocumentation): plugins = ('Services',) - def testNoEmptyNick(self): - self.assertError('start "" "foobar"') # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: