From 89aa8e7071a11a43b844cbda7c1a3314302731e9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 29 Apr 2009 17:26:59 +0000 Subject: This is a bogus assertion. --- repoze/bfg/tests/test_integration.py | 1 - 1 file changed, 1 deletion(-) diff --git a/repoze/bfg/tests/test_integration.py b/repoze/bfg/tests/test_integration.py index 1159ca380..982197850 100644 --- a/repoze/bfg/tests/test_integration.py +++ b/repoze/bfg/tests/test_integration.py @@ -153,7 +153,6 @@ class TestGrokkedApp(unittest.TestCase): actions = context.actions import cPickle self.assertRaises(cPickle.PicklingError, cPickle.dumps, actions, -1) - self.assertEqual(len(actions), 7) class DummyContext: pass -- cgit v1.2.3