[Zope-Checkins]
SVN: Zope/branches/ajung-epi-integration/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex2.py
bsd -> zpl
Andreas Jung
andreas at andreas-jung.com
Fri Apr 8 11:39:13 EDT 2005
Log message for revision 29915:
bsd -> zpl
Changed:
U Zope/branches/ajung-epi-integration/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex2.py
-=-
Modified: Zope/branches/ajung-epi-integration/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex2.py
===================================================================
--- Zope/branches/ajung-epi-integration/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex2.py 2005-04-08 15:24:55 UTC (rev 29914)
+++ Zope/branches/ajung-epi-integration/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex2.py 2005-04-08 15:39:13 UTC (rev 29915)
@@ -1,5 +1,5 @@
# Copyright (c) 2004 Zope Corporation and Plone Solutions
-# BSD license
+# ZPL V 2.1 license
import os, sys
if __name__ == '__main__':
@@ -8,7 +8,7 @@
from Products.PluginIndexes.PathIndex.tests import epitc
class TestPathIndex(epitc.PathIndexTestCase):
- """ Test ExtendedPathIndex objects """
+ """ Test PathIndex objects """
def testEmpty(self):
self.assertEqual(self._index.numObjects() ,0)
More information about the Zope-Checkins
mailing list