[Zope3-checkins] SVN: Zope3/branches/3.2/src/zope/app/testing/functional.py Fix : Use the method param instead of an hardcoded value

Julien Anguenot ja at nuxeo.com
Thu Jan 26 12:30:49 EST 2006


Log message for revision 41454:
  Fix : Use the method param instead of an hardcoded value

Changed:
  U   Zope3/branches/3.2/src/zope/app/testing/functional.py

-=-
Modified: Zope3/branches/3.2/src/zope/app/testing/functional.py
===================================================================
--- Zope3/branches/3.2/src/zope/app/testing/functional.py	2006-01-26 16:36:28 UTC (rev 41453)
+++ Zope3/branches/3.2/src/zope/app/testing/functional.py	2006-01-26 17:30:49 UTC (rev 41454)
@@ -206,7 +206,7 @@
     """
     globals = sys._getframe(1).f_globals
     globals[name] = ZCMLLayer(
-        os.path.join(os.path.split(globals['__file__'])[0], 'test.zcml'),
+        os.path.join(os.path.split(globals['__file__'])[0], zcml),
         globals['__name__'],
         name,
         )



More information about the Zope3-Checkins mailing list