[Zope-Checkins] CVS: Zope/lib/python/TreeDisplay - TreeTag.py:1.53.6.3

Stefan H. Holek stefan at epy.co.at
Mon May 3 03:41:41 EDT 2004


Update of /cvs-repository/Zope/lib/python/TreeDisplay
In directory cvs.zope.org:/tmp/cvs-serv7437

Modified Files:
      Tag: Zope-2_6-branch
	TreeTag.py 
Log Message:
Oops, forgot to fix a test.


=== Zope/lib/python/TreeDisplay/TreeTag.py 1.53.6.2 => 1.53.6.3 ===
--- Zope/lib/python/TreeDisplay/TreeTag.py:1.53.6.2	Sun May  2 06:11:29 2004
+++ Zope/lib/python/TreeDisplay/TreeTag.py	Mon May  3 03:41:32 2004
@@ -689,7 +689,7 @@
 class _junk_class: pass
 
 def _test():
-    _should_fail('hello',0)
+    _should_succeed('hello', binary=0)
     _should_succeed('hello')
     _should_succeed(1)
     _should_succeed(1L)




More information about the Zope-Checkins mailing list