[Zope3-checkins] CVS: Zope3/src/zope/app/component/tests -
test_directives.py:1.21
Garrett Smith
garrett at mojave-corp.com
Thu Jan 8 19:40:27 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/component/tests
In directory cvs.zope.org:/tmp/cvs-serv10146/src/zope/app/component/tests
Modified Files:
test_directives.py
Log Message:
Changes to tests to handle memory address format in Windows.
=== Zope3/src/zope/app/component/tests/test_directives.py 1.20 => 1.21 ===
--- Zope3/src/zope/app/component/tests/test_directives.py:1.20 Thu Dec 18 11:28:57 2003
+++ Zope3/src/zope/app/component/tests/test_directives.py Thu Jan 8 19:40:26 2004
@@ -46,7 +46,7 @@
from zope.app.component.metaconfigure import interface
from zope.app.interfaces.content import IContentType
-atre = re.compile(' at [0-9a-fx]+')
+atre = re.compile(' at [0-9a-fA-Fx]+')
class Context:
actions = ()
More information about the Zope3-Checkins
mailing list