[Zope3-checkins] CVS: Zope3/src/zope/tal/tests -
test_talinterpreter.py:1.3.4.16
Godefroid Chapelle
gotcha at swing.be
Wed Aug 13 11:53:15 EDT 2003
Update of /cvs-repository/Zope3/src/zope/tal/tests
In directory cvs.zope.org:/tmp/cvs-serv10567/src/zope/tal/tests
Modified Files:
Tag: srichter-i18n-macro-interaction-branch
test_talinterpreter.py
Log Message:
another one ;-)
=== Zope3/src/zope/tal/tests/test_talinterpreter.py 1.3.4.15 => 1.3.4.16 ===
--- Zope3/src/zope/tal/tests/test_talinterpreter.py:1.3.4.15 Wed Aug 13 10:23:45 2003
+++ Zope3/src/zope/tal/tests/test_talinterpreter.py Wed Aug 13 10:53:09 2003
@@ -161,7 +161,8 @@
self.interpreter = TALInterpreter(program, {}, self.engine,
stream=result)
self.interpreter()
- self.assert_('BaTvAlUe' in xlatsvc.data)
+ print xlatsvc.data
+ self.assert_('BaRvAlUe' in xlatsvc.data)
self.assert_('<div>This is text for ${bar_name}.</div>' in
xlatsvc.data)
self.assertEqual(
More information about the Zope3-Checkins
mailing list