[CMF-checkins] CVS: CMF/CMFTopic/tests - test_DateC.py:1.8.4.1 test_ListC.py:1.7.12.1 test_SIC.py:1.6.22.1 test_SSC.py:1.6.22.1 test_SortC.py:1.2.22.1

Tres Seaver tseaver@zope.com
Thu, 1 Aug 2002 15:07:58 -0400


Update of /cvs-repository/CMF/CMFTopic/tests
In directory cvs.zope.org:/tmp/cvs-serv15668/CMFTopic/tests

Modified Files:
      Tag: CMF-1_3-branch
	test_DateC.py test_ListC.py test_SIC.py test_SSC.py 
	test_SortC.py 
Log Message:


  - Normalize module headers:

    o Eradicate __version__, which tended to be a merge hotspot, in favor
      of embedding $Id$ in the docstring (which somehow seems not to cause
      nearly so many conflicts).

    o Use triple-quotes, rather than triple-apostrophes, for module
      docstrings;  canonicalize format:  single, summary line, followed
      by optional narrative, followed by $Id$;  each section separated
      by a blank line.


=== CMF/CMFTopic/tests/test_DateC.py 1.8 => 1.8.4.1 ===
 # FOR A PARTICULAR PURPOSE
 # 
 ##############################################################################
-"""Unit tests for DateCriterion module.
+""" Unit tests for DateCriterion module.
 
 $Id$
 """
-__version__ = '$Revision$'[11:-2]
 
 import unittest
 from DateTime.DateTime import DateTime


=== CMF/CMFTopic/tests/test_ListC.py 1.7 => 1.7.12.1 ===
 # FOR A PARTICULAR PURPOSE
 # 
 ##############################################################################
-"""Unit tests for ListCriterion module.
+""" Unit tests for ListCriterion module.
 
 $Id$
 """
-__version__ = '$Revision$'[11:-2]
 
 import unittest
 


=== CMF/CMFTopic/tests/test_SIC.py 1.6 => 1.6.22.1 ===
 # FOR A PARTICULAR PURPOSE
 # 
 ##############################################################################
-"""Unit tests for SimpleIntCriterion module.
+""" Unit tests for SimpleIntCriterion module.
 
 $Id$
 """
-__version__ = '$Revision$'[11:-2]
 
 import unittest
 


=== CMF/CMFTopic/tests/test_SSC.py 1.6 => 1.6.22.1 ===
 # FOR A PARTICULAR PURPOSE
 # 
 ##############################################################################
-"""Unit tests for SimpleStringCriterion module.
+""" Unit tests for SimpleStringCriterion module.
 
 $Id$
 """
-__version__ = '$Revision$'[11:-2]
 
 import unittest
 


=== CMF/CMFTopic/tests/test_SortC.py 1.2 => 1.2.22.1 ===
 # FOR A PARTICULAR PURPOSE
 # 
 ##############################################################################
-"""Unit tests for SortCriterion module.
+""" Unit tests for SortCriterion module.
 
 $Id$
 """
-__version__ = '$Revision$'[11:-2]
 
 import unittest