diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-05 02:20:22 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-05 02:20:22 -0400 |
| commit | 89e7ec6d85709a0492e2d248e4420a62cf75641e (patch) | |
| tree | 02ef8db340b55573ad7db8b8a03697e78c39277c /docs/tutorials | |
| parent | 1f2bde7ac13542958f1808ee72b26b567398fd9b (diff) | |
| download | pyramid-89e7ec6d85709a0492e2d248e4420a62cf75641e.tar.gz pyramid-89e7ec6d85709a0492e2d248e4420a62cf75641e.tar.bz2 pyramid-89e7ec6d85709a0492e2d248e4420a62cf75641e.zip | |
hail mary checkin to fix reported test failures on unknown systems that isnt replicable on my own
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/wiki2/src/tests/tutorial/tests.py | 1 | ||||
| -rw-r--r-- | docs/tutorials/wiki2/src/views/tutorial/tests.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/tutorials/wiki2/src/tests/tutorial/tests.py b/docs/tutorials/wiki2/src/tests/tutorial/tests.py index 82f6853bc..8439e2748 100644 --- a/docs/tutorials/wiki2/src/tests/tutorial/tests.py +++ b/docs/tutorials/wiki2/src/tests/tutorial/tests.py @@ -115,7 +115,6 @@ class AddPageTests(unittest.TestCase): def setUp(self): self.session = _initTestingDB() self.config = testing.setUp() - self.config.begin() def tearDown(self): self.session.remove() diff --git a/docs/tutorials/wiki2/src/views/tutorial/tests.py b/docs/tutorials/wiki2/src/views/tutorial/tests.py index 0bc343833..668bf5479 100644 --- a/docs/tutorials/wiki2/src/views/tutorial/tests.py +++ b/docs/tutorials/wiki2/src/views/tutorial/tests.py @@ -72,7 +72,6 @@ class AddPageTests(unittest.TestCase): def setUp(self): self.session = _initTestingDB() self.config = testing.setUp() - self.config.begin() def tearDown(self): self.session.remove() |
