[Zope3-checkins] CVS: Zope3/src/zope/pagetemplate/tests - test_basictemplate.py:1.2.8.2

Godefroid Chapelle gotcha@swing.be
Fri, 14 Mar 2003 06:00:44 -0500


Update of /cvs-repository/Zope3/src/zope/pagetemplate/tests
In directory cvs.zope.org:/tmp/cvs-serv11485/tests

Modified Files:
      Tag: template_usage-branch
	test_basictemplate.py 
Log Message:
can now test with tal:condition="usage"



=== Zope3/src/zope/pagetemplate/tests/test_basictemplate.py 1.2.8.1 => 1.2.8.2 ===
--- Zope3/src/zope/pagetemplate/tests/test_basictemplate.py:1.2.8.1	Thu Mar 13 12:50:53 2003
+++ Zope3/src/zope/pagetemplate/tests/test_basictemplate.py	Fri Mar 14 06:00:13 2003
@@ -75,6 +75,10 @@
         expect = util.read_output('template_usage3.html')
         util.check_xml(expect, o)
 
+        o = self.t(template_usage=u"")
+        expect = util.read_output('template_usage4.html')
+        util.check_xml(expect, o)
+
     def test_batches_and_formatting(self):
         # DTML test 3: batches and formatting:
         pass # for unittest