[Zope-Checkins] CVS: Zope/lib/python/DocumentTemplate/tests - testDTML.py:1.14.6.3

Tres Seaver tseaver at zope.com
Mon Jan 12 16:38:47 EST 2004


Update of /cvs-repository/Zope/lib/python/DocumentTemplate/tests
In directory cvs.zope.org:/tmp/cvs-serv8958/lib/python/DocumentTemplate/tests

Modified Files:
      Tag: Zope-2_6-branch
	testDTML.py 
Log Message:


  - Collector #1169: ensure that safe version of 'min' and 'max' are
    available in the DTML namespace.  Note that we can only test for this
    stuff under AccessControl;  the "safe" versions of the builtins aren't
    available in DocumentTemplate, which should *not* import them from
    AccessControl.

  - testDTML.py:  clean out conflict-generating cruft.


=== Zope/lib/python/DocumentTemplate/tests/testDTML.py 1.14.6.2 => 1.14.6.3 ===
--- Zope/lib/python/DocumentTemplate/tests/testDTML.py:1.14.6.2	Sat Jan 10 10:35:55 2004
+++ Zope/lib/python/DocumentTemplate/tests/testDTML.py	Mon Jan 12 16:38:46 2004
@@ -11,10 +11,9 @@
 #
 ##############################################################################
 """Document Template Tests
-"""
 
-__rcs_id__='$Id$'
-__version__='$Revision$'[11:-2]
+$Id$
+"""
 
 import sys, os
 import unittest




More information about the Zope-Checkins mailing list