diff options
| author | Chris McDonough <chrism@plope.com> | 2012-12-18 02:27:39 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-12-18 02:27:39 -0500 |
| commit | 27858a38d3cb2a49a4fb06592e34cb3e9c16df98 (patch) | |
| tree | 7e8e4dcd41bb21069b60a9f58f23d6c165ed1b7c /docs/tutorials/wiki/src | |
| parent | 60eb090f768f48ff70b38e1846b0a6612e597f5a (diff) | |
| parent | 3d71f047c5cdbbff75d58669bf4bcbc1dd5e18f8 (diff) | |
| download | pyramid-27858a38d3cb2a49a4fb06592e34cb3e9c16df98.tar.gz pyramid-27858a38d3cb2a49a4fb06592e34cb3e9c16df98.tar.bz2 pyramid-27858a38d3cb2a49a4fb06592e34cb3e9c16df98.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/tutorials/wiki/src')
| -rw-r--r-- | docs/tutorials/wiki/src/tests/tutorial/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/src/tests/tutorial/tests.py b/docs/tutorials/wiki/src/tests/tutorial/tests.py index ff7ca4f33..c435a4519 100644 --- a/docs/tutorials/wiki/src/tests/tutorial/tests.py +++ b/docs/tutorials/wiki/src/tests/tutorial/tests.py @@ -143,7 +143,7 @@ class FunctionalTests(unittest.TestCase): 'pyramid.includes': ['pyramid_zodbconn', 'pyramid_tm'] } app = main({}, **settings) - self.db = app.registry.zodb_database + self.db = app.registry._zodb_databases[''] from webtest import TestApp self.testapp = TestApp(app) |
