Log message for revision 66686: This is just me being picky about whitespace. Nothing to see here, move along.
Changed: U Zope/trunk/lib/python/Testing/ZopeTestCase/utils.py -=- Modified: Zope/trunk/lib/python/Testing/ZopeTestCase/utils.py =================================================================== --- Zope/trunk/lib/python/Testing/ZopeTestCase/utils.py 2006-04-08 16:28:43 UTC (rev 66685) +++ Zope/trunk/lib/python/Testing/ZopeTestCase/utils.py 2006-04-08 17:01:22 UTC (rev 66686) @@ -132,9 +132,9 @@ environ['SERVER_NAME'] = _Z2HOST or 'nohost' environ['SERVER_PORT'] = '%d' % (_Z2PORT or 80) environ['REQUEST_METHOD'] = 'GET' - app = _makerequest(app, stdout=stdout, environ=environ) - return app + return _makerequest(app, stdout=stdout, environ=environ) + def appcall(function, *args, **kw): '''Calls a function passing 'app' as first argument.''' from base import app, close _______________________________________________ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins