[Zope-dev] first zope-2.3.0a2 bug :-)
Jephte CLAIN
Jephte.Clain@univ-reunion.fr
Thu, 11 Jan 2001 11:54:04 +0400
well, this one is easy.
----------------------------8<------------------------------------------
--- lib/python/Shared/DC/ZRDB/Aqueduct.py.orig Thu Jan 11 10:59:42
2001
+++ lib/python/Shared/DC/ZRDB/Aqueduct.py Thu Jan 11 10:58:01 2001
@@ -272,7 +272,7 @@
custom_default_report_src=DocumentTemplate.File(
- os.path.join(dtml_dir,'customDefaultReport.dtml'))
+ os.path.join(dtml_dir,'dtml/customDefaultReport.dtml'))
def custom_default_report(id, result, action='', no_table=0,
goofy=regex.compile('[^a-zA-Z0-9_]').search
----------------------------8<------------------------------------------
without this patch, sql methods cannot we tested because
customDefaultReport cannot be found (it moved in the dtml subfolder)