[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/ZPTPage/tests - __init__.py:NONE testZPTPage.py:NONE

Jim Fulton jim@zope.com
Thu, 9 May 2002 08:24:15 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/ZPTPage/tests
In directory cvs.zope.org:/tmp/cvs-serv21697/lib/python/Zope/App/OFS/ZPTPage/tests

Removed Files:
      Tag: Zope-3x-branch
	__init__.py testZPTPage.py 
Log Message:
Completed move of File, Image, and ZPT Page from Zope.App.OFS to
Zope.App.OFS.Content. Unfortunately, the move was started a couple of
months ago and not finished. The tests in the new location pointed to
the old location, as did one configuration directive in a new
configuration file.

What's especially disturbing is that some new work was done on the old
files since the split. This work will be lost. Whatever it was, it
couldn't have been important because it didn't affect any tests. :)

In the future, when moving things:

1. Copy files to the new location

2. Remove (cvs remove -f) files from the old location.

Then

3. Make necessary changes to code to reflect the move.

Removing the old copy before debugging will prevent accidental
dependencies on the old code.

=== Removed File Zope3/lib/python/Zope/App/OFS/ZPTPage/tests/__init__.py ===

=== Removed File Zope3/lib/python/Zope/App/OFS/ZPTPage/tests/testZPTPage.py ===