Commit a3372dbf authored by Andreas Jung's avatar Andreas Jung

bsd -> zpl

parent e80cb426
# Copyright (c) 2004 Zope Corporation and Plone Solutions # Copyright (c) 2004 Zope Corporation and Plone Solutions
# BSD license # ZPL V 2.1 license
import os, sys import os, sys
if __name__ == '__main__': if __name__ == '__main__':
...@@ -8,7 +8,7 @@ if __name__ == '__main__': ...@@ -8,7 +8,7 @@ if __name__ == '__main__':
from Products.PluginIndexes.PathIndex.tests import epitc from Products.PluginIndexes.PathIndex.tests import epitc
class TestPathIndex(epitc.PathIndexTestCase): class TestPathIndex(epitc.PathIndexTestCase):
""" Test ExtendedPathIndex objects """ """ Test PathIndex objects """
def testEmpty(self): def testEmpty(self):
self.assertEqual(self._index.numObjects() ,0) self.assertEqual(self._index.numObjects() ,0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment