[Checkins] SVN: z3c.testsetup/trunk/src/z3c/testsetup/doctesting.py fix name error where "name" does not exist, it should be "filepath"

Jan-Wijbrand Kolman janwijbrand at gmail.com
Wed Mar 24 08:33:27 EDT 2010


Log message for revision 110168:
  fix name error where "name" does not exist, it should be "filepath"

Changed:
  U   z3c.testsetup/trunk/src/z3c/testsetup/doctesting.py

-=-
Modified: z3c.testsetup/trunk/src/z3c/testsetup/doctesting.py
===================================================================
--- z3c.testsetup/trunk/src/z3c/testsetup/doctesting.py	2010-03-24 11:57:23 UTC (rev 110167)
+++ z3c.testsetup/trunk/src/z3c/testsetup/doctesting.py	2010-03-24 12:33:26 UTC (rev 110168)
@@ -143,7 +143,8 @@
     %s
 but there seems to be no `zope.app.testing` package available.
 Please include `zope.app.testing` in your project setup to run this testfile.
-""" % (marker, name))
+""" % (marker, filepath))
+
         layer = DefaultZCMLLayer(
             os.path.join(os.path.dirname(filepath), zcml_file),
             DefaultZCMLLayer.__module__,



More information about the checkins mailing list