[Zope3-checkins] CVS: Zope3/src/zope/tal/tests -
test_talinterpreter.py:1.3.4.4
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Aug 8 13:56:16 EDT 2003
Update of /cvs-repository/Zope3/src/zope/tal/tests
In directory cvs.zope.org:/tmp/cvs-serv25656/src/zope/tal/tests
Modified Files:
Tag: srichter-i18n-macro-interaction-branch
test_talinterpreter.py
Log Message:
One bug down, one more to go.
=== Zope3/src/zope/tal/tests/test_talinterpreter.py 1.3.4.3 => 1.3.4.4 ===
--- Zope3/src/zope/tal/tests/test_talinterpreter.py:1.3.4.3 Fri Aug 8 12:46:33 2003
+++ Zope3/src/zope/tal/tests/test_talinterpreter.py Fri Aug 8 12:56:11 2003
@@ -61,6 +61,9 @@
class I18NCornerTestCase(TestCaseBase):
+ def _check(self, program, result):
+ pass
+
def test_simple_messageid_translate(self):
# This test is mainly here to make sure our DummyEngine works
# correctly.
More information about the Zope3-Checkins
mailing list