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

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Apr 15 09:25:44 EDT 2004


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

Modified Files:
	test_directives.py 
Log Message:


Expect info in test output.




=== Zope3/src/zope/app/site/browser/tests/test_directives.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/site/browser/tests/test_directives.py:1.2	Sun Mar 21 19:52:28 2004
+++ Zope3/src/zope/app/site/browser/tests/test_directives.py	Thu Apr 15 09:25:44 2004
@@ -24,6 +24,7 @@
 class FauxContext:
     def __init__(self):
         self.actions = []
+        self.info = 'info'
 
     def action(self, **kw):
         self.actions.append(kw)




More information about the Zope3-Checkins mailing list