[Zope3-checkins] CVS: Zope3/src/zope/tal/tests -
test_talinterpreter.py:1.3.4.18
Godefroid Chapelle
gotcha at swing.be
Thu Aug 14 10:38:55 EDT 2003
Update of /cvs-repository/Zope3/src/zope/tal/tests
In directory cvs.zope.org:/tmp/cvs-serv806/tests
Modified Files:
Tag: srichter-i18n-macro-interaction-branch
test_talinterpreter.py
Log Message:
- all tests pass
- checkin before small refactoring
=== Zope3/src/zope/tal/tests/test_talinterpreter.py 1.3.4.17 => 1.3.4.18 ===
--- Zope3/src/zope/tal/tests/test_talinterpreter.py:1.3.4.17 Wed Aug 13 13:14:09 2003
+++ Zope3/src/zope/tal/tests/test_talinterpreter.py Thu Aug 14 09:38:50 2003
@@ -193,9 +193,8 @@
self.interpreter = TALInterpreter(program, {}, self.engine,
stream=result)
self.interpreter()
- print xlatsvc.data
self.assert_('BaRvAlUe' in xlatsvc.data)
- self.assert_('<div>This is text for ${bar_name}.</div>' in
+ self.assert_('This is text for ${bar_name}.' in
xlatsvc.data)
self.assertEqual(
'<div>THIS IS TEXT FOR <span>BARVALUE</span>.</div>\n',
More information about the Zope3-Checkins
mailing list