[Zope3-checkins] CVS: Zope3/src/zope/app/catalog/ftests -
test_catalog.py:1.7
Philipp von Weitershausen
philikon at philikon.de
Mon Mar 1 06:09:57 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/catalog/ftests
In directory cvs.zope.org:/tmp/cvs-serv24835/ftests
Modified Files:
test_catalog.py
Log Message:
Correct file header.
=== Zope3/src/zope/app/catalog/ftests/test_catalog.py 1.6 => 1.7 ===
--- Zope3/src/zope/app/catalog/ftests/test_catalog.py:1.6 Sun Dec 14 03:25:33 2003
+++ Zope3/src/zope/app/catalog/ftests/test_catalog.py Mon Mar 1 06:09:56 2004
@@ -1,3 +1,20 @@
+##############################################################################
+#
+# Copyright (c) 2003 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.
+#
+##############################################################################
+"""Functional tests for catalog
+
+$Id$
+"""
import unittest
from zope.testing.functional import BrowserTestCase
More information about the Zope3-Checkins
mailing list