[Zope-CVS] CVS: Products/PluggableAuthService/tests -
__init__.py:1.3 conformance.py:1.3
test_PluggableAuthService.py:1.4 test_PropertiedUser.py:1.3
test_UserPropertySheet.py:1.3
Jens Vagelpohl
jens at dataflake.org
Thu Aug 12 11:15:56 EDT 2004
Update of /cvs-repository/Products/PluggableAuthService/tests
In directory cvs.zope.org:/tmp/cvs-serv8201/tests
Modified Files:
__init__.py conformance.py test_PluggableAuthService.py
test_PropertiedUser.py test_UserPropertySheet.py
Log Message:
Sorry for the noise - switching to ZPL 2.1
=== Products/PluggableAuthService/tests/__init__.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/tests/__init__.py:1.2 Wed Apr 28 15:58:53 2004
+++ Products/PluggableAuthService/tests/__init__.py Thu Aug 12 11:15:55 2004
@@ -4,12 +4,12 @@
# 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
+# Version 2.1 (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
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" PluggableAuthService unit tests
=== Products/PluggableAuthService/tests/conformance.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/tests/conformance.py:1.2 Wed Apr 28 15:58:53 2004
+++ Products/PluggableAuthService/tests/conformance.py Thu Aug 12 11:15:55 2004
@@ -4,12 +4,12 @@
# 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
+# Version 2.1 (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
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
""" Base classes for testing plugin interface conformance.
=== Products/PluggableAuthService/tests/test_PluggableAuthService.py 1.3 => 1.4 ===
--- Products/PluggableAuthService/tests/test_PluggableAuthService.py:1.3 Mon Aug 2 15:11:29 2004
+++ Products/PluggableAuthService/tests/test_PluggableAuthService.py Thu Aug 12 11:15:55 2004
@@ -4,12 +4,12 @@
# 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
+# Version 2.1 (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
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
import unittest
=== Products/PluggableAuthService/tests/test_PropertiedUser.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/tests/test_PropertiedUser.py:1.2 Wed Apr 28 15:58:53 2004
+++ Products/PluggableAuthService/tests/test_PropertiedUser.py Thu Aug 12 11:15:55 2004
@@ -4,12 +4,12 @@
# 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
+# Version 2.1 (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
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
import unittest
=== Products/PluggableAuthService/tests/test_UserPropertySheet.py 1.2 => 1.3 ===
--- Products/PluggableAuthService/tests/test_UserPropertySheet.py:1.2 Wed Apr 28 15:58:53 2004
+++ Products/PluggableAuthService/tests/test_UserPropertySheet.py Thu Aug 12 11:15:55 2004
@@ -4,12 +4,12 @@
# 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
+# Version 2.1 (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
+# FOR A PARTICULAR PURPOSE.
#
##############################################################################
import unittest
More information about the Zope-CVS
mailing list