From 4eaec74eea5aaa48946073ddfdd3dfb855114aba Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 2 Oct 2003 06:10:55 +0000 Subject: [PATCH] Made to index from 1 instead of 0. --- test/test_Factoids.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/test_Factoids.py b/test/test_Factoids.py index b6a0f71cc..209c3990a 100644 --- a/test/test_Factoids.py +++ b/test/test_Factoids.py @@ -80,14 +80,6 @@ class FactoidsTestCase(ChannelPluginTestCase, PluginDocumentation): self.assertRegexp('searchfactoids ke', 'inkedmn.*strike|strike.*inkedmn') - def testNotZeroIndexed(self): - self.assertNotError('learn foo as bar') - self.assertNotRegexp('factoidinfo foo', '#0') - self.assertNotRegexp('whatis foo', '#0') - self.assertNotError('learn foo as baz') - self.assertNotRegexp('factoidinfo foo', '#0') - self.assertNotRegexp('whatis foo', '#0') - # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: