Patricio Paez
2012-12-13 6d0328aa397b24189230c6938adcdde307dfba76
Make ZODB tutorial functional tests pass

- Synchronize with the changes in
pyramid_zodbdbconn in commit
64b0c468d4ae320d720d03d0cbc8e9a0b0e42f1f
1 files modified
2 ■■■ changed files
docs/tutorials/wiki/src/tests/tutorial/tests.py 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki/src/tests/tutorial/tests.py
@@ -143,7 +143,7 @@
                     '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)