From 63c86ec3668c1c8f100f43bb5efe9eb8c37100cf Mon Sep 17 00:00:00 2001 From: Daniel DiPaolo Date: Tue, 28 Oct 2003 06:13:05 +0000 Subject: [PATCH] Removed a test that was left over from the unified Dunno/MoobotFactoids module --- test/test_MoobotFactoids.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_MoobotFactoids.py b/test/test_MoobotFactoids.py index 7a418c024..2dba0c289 100644 --- a/test/test_MoobotFactoids.py +++ b/test/test_MoobotFactoids.py @@ -170,8 +170,6 @@ if sqlite is not None: self.assertError('delete moo') self.assertNotError('unlock moo') self.assertNotError('delete moo') - # if there's a dunno that's just 'moo', this will fail - self.assertRegexp('moo', '^(?!moo).*$') def testAugmentFactoid(self): self.assertNotError('moo is foo')