[Checkins] SVN: zc.site/branches/jacob-securitypolicy/src/zc/site/tests.py Remove tests that depend on zc.portlet which will not be ported to the new policy

Jacob Holm jh at improva.dk
Wed Mar 28 19:11:47 EDT 2007


Log message for revision 73873:
  Remove tests that depend on zc.portlet which will not be ported to the new policy

Changed:
  D   zc.site/branches/jacob-securitypolicy/src/zc/site/tests.py

-=-
Deleted: zc.site/branches/jacob-securitypolicy/src/zc/site/tests.py
===================================================================
--- zc.site/branches/jacob-securitypolicy/src/zc/site/tests.py	2007-03-28 23:06:25 UTC (rev 73872)
+++ zc.site/branches/jacob-securitypolicy/src/zc/site/tests.py	2007-03-28 23:11:47 UTC (rev 73873)
@@ -1,29 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2005 Zope Corporation. All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Visible Source
-# License, Version 1.0 (ZVSL).  A copy of the ZVSL 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.
-#
-##############################################################################
-"""site package test runner
-
-$$
-"""
-
-import unittest
-from zope.testing import doctest
-
-def test_suite():
-    return unittest.TestSuite((
-        doctest.DocFileSuite('search.txt'),
-        ))
-
-if __name__ == '__main__':
-    unittest.main(defaultTest='test_suite')



More information about the Checkins mailing list