[Zope-Checkins] CVS: Zope3/lib/python/Zope/Server/VFS/tests - WriteFilesystemTests.py:1.3

Stephan Richter srichter@cbu.edu
Sat, 29 Jun 2002 11:41:44 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/Server/VFS/tests
In directory cvs.zope.org:/tmp/cvs-serv22238/lib/python/Zope/Server/VFS/tests

Modified Files:
	WriteFilesystemTests.py 
Log Message:
Okay, I fixed the the VFS implementation again. There is quiet some work left 
though. We have to get rid of the _traverse view for folders, then I can do 
some more. Also, I still have to do some general cleanup in the Publisher 
and Traverser.


=== Zope3/lib/python/Zope/Server/VFS/tests/WriteFilesystemTests.py 1.2 => 1.3 ===
 $Id$
 """
-
-
 from StringIO import StringIO
 
 from Interface.Verify import verifyClass