[Zope-CVS] CVS: Products/PluggableAuthService/plugins/tests -
__init__.py:1.2 test_DyamicGroupsPlugin.py:1.2
test_HTTPBasicAuthHelper.py:1.2 test_LocalRolePlugin.py:1.2
test_RecursiveGroupsPlugin.py:1.2
test_ScriptablePlugin.py:1.2 test_ZODBGroupManager.py:1.2
test_ZODBRoleManager.py:1.2 test_ZODBUserManager.py:1.2
Zachery Bir
zbir at urbanape.com
Wed Apr 28 15:59:23 EDT 2004
Update of /cvs-repository/Products/PluggableAuthService/plugins/tests
In directory cvs.zope.org:/tmp/cvs-serv24068/plugins/tests
Modified Files:
__init__.py test_DyamicGroupsPlugin.py
test_HTTPBasicAuthHelper.py test_LocalRolePlugin.py
test_RecursiveGroupsPlugin.py test_ScriptablePlugin.py
test_ZODBGroupManager.py test_ZODBRoleManager.py
test_ZODBUserManager.py
Log Message:
Added ZPL to all modules
=== Products/PluggableAuthService/plugins/tests/__init__.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/plugins/tests/__init__.py:1.1.1.1 Wed Apr 28 15:19:06 2004
+++ Products/PluggableAuthService/plugins/tests/__init__.py Wed Apr 28 15:58:53 2004
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2001 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
+#
+##############################################################################
""" PluggableAuthService plugins unit tests
$Id$
=== Products/PluggableAuthService/plugins/tests/test_DyamicGroupsPlugin.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/plugins/tests/test_DyamicGroupsPlugin.py:1.1.1.1 Wed Apr 28 15:19:06 2004
+++ Products/PluggableAuthService/plugins/tests/test_DyamicGroupsPlugin.py Wed Apr 28 15:58:53 2004
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2001 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
+#
+##############################################################################
""" Unit tests for DynamicGroupsPlugin
$Id$
=== Products/PluggableAuthService/plugins/tests/test_HTTPBasicAuthHelper.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/plugins/tests/test_HTTPBasicAuthHelper.py:1.1.1.1 Wed Apr 28 15:19:06 2004
+++ Products/PluggableAuthService/plugins/tests/test_HTTPBasicAuthHelper.py Wed Apr 28 15:58:53 2004
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2001 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
+#
+##############################################################################
import unittest
from conformance import ILoginPasswordHostExtractionPlugin_conformance
from conformance import IChallengePlugin_conformance
=== Products/PluggableAuthService/plugins/tests/test_LocalRolePlugin.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/plugins/tests/test_LocalRolePlugin.py:1.1.1.1 Wed Apr 28 15:19:06 2004
+++ Products/PluggableAuthService/plugins/tests/test_LocalRolePlugin.py Wed Apr 28 15:58:53 2004
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2001 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
+#
+##############################################################################
import unittest
from Acquisition import Implicit, aq_base, aq_parent
=== Products/PluggableAuthService/plugins/tests/test_RecursiveGroupsPlugin.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/plugins/tests/test_RecursiveGroupsPlugin.py:1.1.1.1 Wed Apr 28 15:19:06 2004
+++ Products/PluggableAuthService/plugins/tests/test_RecursiveGroupsPlugin.py Wed Apr 28 15:58:53 2004
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2001 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
+#
+##############################################################################
import unittest
from OFS.SimpleItem import SimpleItem
=== Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.py:1.1.1.1 Wed Apr 28 15:19:06 2004
+++ Products/PluggableAuthService/plugins/tests/test_ScriptablePlugin.py Wed Apr 28 15:58:53 2004
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2001 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
+#
+##############################################################################
import unittest
from OFS.Folder import Folder
from OFS.SimpleItem import SimpleItem
=== Products/PluggableAuthService/plugins/tests/test_ZODBGroupManager.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/plugins/tests/test_ZODBGroupManager.py:1.1.1.1 Wed Apr 28 15:19:06 2004
+++ Products/PluggableAuthService/plugins/tests/test_ZODBGroupManager.py Wed Apr 28 15:58:53 2004
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2001 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
+#
+##############################################################################
import unittest
from Products.PluggableAuthService.tests.conformance \
=== Products/PluggableAuthService/plugins/tests/test_ZODBRoleManager.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/plugins/tests/test_ZODBRoleManager.py:1.1.1.1 Wed Apr 28 15:19:06 2004
+++ Products/PluggableAuthService/plugins/tests/test_ZODBRoleManager.py Wed Apr 28 15:58:53 2004
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2001 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
+#
+##############################################################################
import unittest
from Products.PluggableAuthService.tests.conformance \
=== Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.py 1.1.1.1 => 1.2 ===
--- Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.py:1.1.1.1 Wed Apr 28 15:19:06 2004
+++ Products/PluggableAuthService/plugins/tests/test_ZODBUserManager.py Wed Apr 28 15:58:53 2004
@@ -1,3 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2001 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
+#
+##############################################################################
import unittest
from Products.PluggableAuthService.tests.conformance \
More information about the Zope-CVS
mailing list