[Checkins] SVN: zope.app.folder/trunk/src/zope/app/folder/testing.py Since there is no functional tests and ftesting.zcml now, remove testing.py.

Yusei Tahara yusei at domen.cx
Thu Nov 26 11:03:31 EST 2009


Log message for revision 106035:
  Since there is no functional tests and ftesting.zcml now, remove testing.py.
  

Changed:
  D   zope.app.folder/trunk/src/zope/app/folder/testing.py

-=-
Deleted: zope.app.folder/trunk/src/zope/app/folder/testing.py
===================================================================
--- zope.app.folder/trunk/src/zope/app/folder/testing.py	2009-11-26 15:45:34 UTC (rev 106034)
+++ zope.app.folder/trunk/src/zope/app/folder/testing.py	2009-11-26 16:03:30 UTC (rev 106035)
@@ -1,26 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2007 Zope Corporation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# 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.
-#
-##############################################################################
-"""zope.app.folder common test related classes/functions/objects.
-
-$Id$
-"""
-
-__docformat__ = "reStructuredText"
-
-import os
-from zope.app.testing.functional import ZCMLLayer
-
-AppFolderLayer = ZCMLLayer(
-    os.path.join(os.path.split(__file__)[0], 'ftesting.zcml'),
-    __name__, 'AppFolderLayer', allow_teardown=True)



More information about the checkins mailing list