[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/DateRangeIndex/tests - test_DateRangeIndex.py:1.1.2.2

Martijn Pieters mj@zope.com
Wed, 8 May 2002 17:33:22 -0400


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/DateRangeIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv21920/DateRangeIndex/tests

Modified Files:
      Tag: mj-dateindexes_integration-branch
	test_DateRangeIndex.py 
Log Message:
- Add license headers

- Integrate better with PluginIndexes package

Tests still fail.


=== Zope/lib/python/Products/PluginIndexes/DateRangeIndex/tests/test_DateRangeIndex.py 1.1.2.1 => 1.1.2.2 ===
+#
+# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
+# 
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE
+# 
+##############################################################################
+
 import Zope
 import unittest
 
-from Products.PluginIndexes.DateIndexes.DateRangeIndex import DateRangeIndex
+from Products.PluginIndexes.DateRangeIndex.DateRangeIndex import DateRangeIndex
 
 class Dummy: