[Zope3-checkins] CVS: Zope3/src/zope/app/browser/container/tests - test_directive.py:1.3

Garrett Smith garrett at mojave-corp.com
Thu Jan 8 19:40:56 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/browser/container/tests
In directory cvs.zope.org:/tmp/cvs-serv10146/src/zope/app/browser/container/tests

Modified Files:
	test_directive.py 
Log Message:
Changes to tests to handle memory address format in Windows.


=== Zope3/src/zope/app/browser/container/tests/test_directive.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/container/tests/test_directive.py:1.2	Thu Dec 18 06:40:48 2003
+++ Zope3/src/zope/app/browser/container/tests/test_directive.py	Thu Jan  8 19:40:26 2004
@@ -21,7 +21,7 @@
 from zope.testing.doctestunit import DocTestSuite
 from zope.app.browser.container.metaconfigure import containerViews
 
-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