[Zope-CVS] CVS: Products/ZCTextIndex/tests - __init__.py:1.1.2.2 mailtest.py:1.1.2.15 testIndex.py:1.1.2.7 testLexicon.py:1.1.2.11 testQueryEngine.py:1.1.2.4 testZCTextIndex.py:1.1.2.10
Tim Peters
tim.one@comcast.net
Sun, 5 May 2002 16:44:21 -0400
Update of /cvs-repository/Products/ZCTextIndex/tests
In directory cvs.zope.org:/tmp/cvs-serv5604/tests
Modified Files:
Tag: TextIndexDS9-branch
__init__.py mailtest.py testIndex.py testLexicon.py
testQueryEngine.py testZCTextIndex.py
Log Message:
Whitespace normalization.
=== Products/ZCTextIndex/tests/__init__.py 1.1.2.1 => 1.1.2.2 ===
# Copyright (c) 2001, 2002 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
-#
+#
##############################################################################
"""
Revision information:
$Id$
"""
-
=== Products/ZCTextIndex/tests/mailtest.py 1.1.2.14 => 1.1.2.15 ===
print l
print "-" * 60
-
+
def main(fs_path, mbox_path, query_str):
f = ZODB.FileStorage.FileStorage(fs_path)
=== Products/ZCTextIndex/tests/testIndex.py 1.1.2.6 => 1.1.2.7 ===
# Copyright (c) 2001, 2002 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.
-#
+#
##############################################################################
from unittest import TestCase, TestSuite, main, makeSuite
=== Products/ZCTextIndex/tests/testLexicon.py 1.1.2.10 => 1.1.2.11 ===
# Copyright (c) 2002 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
-#
+#
##############################################################################
from unittest import TestCase, TestSuite, main, makeSuite
=== Products/ZCTextIndex/tests/testQueryEngine.py 1.1.2.3 => 1.1.2.4 ===
# Copyright (c) 2001, 2002 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.
-#
+#
##############################################################################
from unittest import TestCase, TestSuite, main, makeSuite
=== Products/ZCTextIndex/tests/testZCTextIndex.py 1.1.2.9 => 1.1.2.10 ===
d[k] = v
self.assertEqual(d.keys(), dict.keys())
-
+
def test_suite():
s = unittest.TestSuite()
@@ -152,4 +152,3 @@
if __name__=='__main__':
unittest.main(defaultTest='test_suite')
-