diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-04-29 17:26:59 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-04-29 17:26:59 +0000 |
| commit | 89aa8e7071a11a43b844cbda7c1a3314302731e9 (patch) | |
| tree | c8c0395d19c0c4268935cc17fe3d1d300bc80453 | |
| parent | 2229b80a0326a4837cf99f1deaf1662a75f4dbc1 (diff) | |
| download | pyramid-89aa8e7071a11a43b844cbda7c1a3314302731e9.tar.gz pyramid-89aa8e7071a11a43b844cbda7c1a3314302731e9.tar.bz2 pyramid-89aa8e7071a11a43b844cbda7c1a3314302731e9.zip | |
This is a bogus assertion.
| -rw-r--r-- | repoze/bfg/tests/test_integration.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
