From 1052305d3c35ff2f058396f49a9bcc275586146c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 27 Nov 2009 05:04:56 +0000 Subject: Rendering. --- repoze/bfg/testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repoze/bfg/testing.py b/repoze/bfg/testing.py index a3f70f262..38d32cbc0 100644 --- a/repoze/bfg/testing.py +++ b/repoze/bfg/testing.py @@ -570,7 +570,7 @@ def setUp(registry=None, request=None, hook_zca=True): repoze.bfg.threadlocal.get_current_registry)``, which will cause the :term:`Zope Component Architecture` global API (e.g. ``getSiteManager``, ``getAdapter``, and so on) to use the - registry constructed by ``setUp` as the value it returns from + registry constructed by ``setUp`` as the value it returns from ``zope.component.getSiteManager``. If ``zope.component`` cannot be imported, or if ``hook_zca`` is ``False``, the hook will not be set. -- cgit v1.2.3