[Zope3-dev] Win32 Test Results

zope-tests@squishdot.org zope-tests@squishdot.org
Mon, 15 Apr 2002 02:10:06 +0100


==============================================================================
==============================================================================
Python Version:2.2 (#28, Dec 21 2001, 12:21:22) [MSC 32 bit (Intel)]

Modules included:
Zope3 (Zope-3x-branch)

Error importing Zope.Server.FTP.tests.testFTPServer
No module named pwd
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\dir
exceptions.KeyError
\dir\file.txt
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\dir
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\dir
exceptions.KeyError
\dir\file.txt
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\dir\file.txt
exceptions.KeyError
\dir
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\dir
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\dir
exceptions.KeyError
\dir
exceptions.KeyError
\dir\x
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\dir\file.txt
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\dir\file.txt
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\dir\file.txt
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\dir
exceptions.KeyError
\dir
exceptions.KeyError
\dir
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\dir
exceptions.KeyError
\dir
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\
exceptions.KeyError
\
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\dir
exceptions.KeyError
\dir\file.txt
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\dir\file.txt
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\dir
exceptions.KeyError
\dir\file.txt
exceptions.KeyError
\
exceptions.KeyError
\dir
exceptions.KeyError
\dir
exceptions.KeyError
\dir\file.txt
Error in test testAppendToFile (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 75, in testAppendToFile
  Module Zope.Server.VFS.OSFileSystem, line 174, in writefile
IOError: [Errno 2] No such file or directory: '\\dir\\file.txt'

Failure in test testCheckWritable (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 119, in testCheckWritable
  Module unittest, line 279, in failUnlessRaises
AssertionError: IOError

Failure in test testExists (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 41, in testExists
  Module unittest, line 262, in failUnless
AssertionError

Failure in test testIsDir (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 46, in testIsDir
  Module unittest, line 262, in failUnless
AssertionError

Failure in test testIsFile (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 51, in testIsFile
  Module unittest, line 262, in failUnless
AssertionError

Error in test testListDir (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 56, in testListDir
  Module Zope.Server.VFS.OSFileSystem, line 102, in listdir
WindowsError: [Errno 3] The system cannot find the path specified: '\\dir/*.*'

Error in test testMkdir (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 40, in testMkdir
  Module Zope.Server.VFS.OSFileSystem, line 149, in mkdir
OSError: [Errno 2] No such file or directory: '\\dir\\x'

Failure in test testNormalize (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.testOSFileSystem, line 64, in testNormalize
  Module unittest, line 286, in failUnlessEqual
AssertionError: '\\foo\\bar' != '/foo/bar'

Error in test testReadFile (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 63, in testReadFile
  Module Zope.Server.VFS.OSFileSystem, line 122, in readfile
IOError: [Errno 2] No such file or directory: '\\dir\\file.txt'

Error in test testReadPartOfFile (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 69, in testReadPartOfFile
  Module Zope.Server.VFS.OSFileSystem, line 122, in readfile
IOError: [Errno 2] No such file or directory: '\\dir\\file.txt'

Error in test testReadPartOfFile2 (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 75, in testReadPartOfFile2
  Module Zope.Server.VFS.OSFileSystem, line 122, in readfile
IOError: [Errno 2] No such file or directory: '\\dir\\file.txt'

Failure in test testRemove (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 33, in testRemove
  Module unittest, line 258, in failIf
AssertionError

Error in test testRename (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 53, in testRename
  Module Zope.Server.VFS.OSFileSystem, line 168, in rename
OSError: [Errno 2] No such file or directory

Failure in test testRmdir (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 46, in testRmdir
  Module unittest, line 258, in failIf
AssertionError

Error in test testStat (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.testOSFileSystem, line 96, in testStat
  Module Zope.Server.VFS.OSFileSystem, line 140, in stat
OSError: [Errno 2] No such file or directory: '\\dir\\file.txt'

Failure in test testTranslate (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.testOSFileSystem, line 88, in testTranslate
  Module unittest, line 286, in failUnlessEqual
AssertionError: '\\foo' != 'C:\\TEMP\\~164-42\\foo'

Error in test testWriteBeyondEndOfFile (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 98, in testWriteBeyondEndOfFile
  Module Zope.Server.VFS.OSFileSystem, line 174, in writefile
IOError: [Errno 2] No such file or directory: '\\dir\\file.txt'

Error in test testWriteFile (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 60, in testWriteFile
  Module Zope.Server.VFS.OSFileSystem, line 122, in readfile
IOError: [Errno 2] No such file or directory: '\\dir\\file.txt'

Error in test testWriteNewFile (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 109, in testWriteNewFile
  Module Zope.Server.VFS.OSFileSystem, line 174, in writefile
IOError: [Errno 2] No such file or directory: '\\dir\\file.txt.new'

Error in test testWritePartOfFile (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 85, in testWritePartOfFile
  Module Zope.Server.VFS.OSFileSystem, line 174, in writefile
IOError: [Errno 2] No such file or directory: '\\dir\\file.txt'

  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
Failure in test testAppendToFile (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 79, in testAppendToFile
  Module unittest, line 286, in failUnlessEqual
AssertionError: '' != 'Lengthen your stride again'

  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
Failure in test testIsDir (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 47, in testIsDir
  Module unittest, line 262, in failUnless
AssertionError

  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
Failure in test testIsFile (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 52, in testIsFile
  Module unittest, line 262, in failUnless
AssertionError

  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
Error in test testListDir (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 57, in testListDir
AttributeError: KeyError instance has no attribute 'sort'

  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
Failure in test testReadFile (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 64, in testReadFile
  Module unittest, line 286, in failUnlessEqual
AssertionError: '' != 'Lengthen your stride'

  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
Failure in test testReadPartOfFile (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 70, in testReadPartOfFile
  Module unittest, line 286, in failUnlessEqual
AssertionError: '' != 'ngthen your stride'

  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
Failure in test testReadPartOfFile2 (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 76, in testReadPartOfFile2
  Module unittest, line 286, in failUnlessEqual
AssertionError: '' != 'engt'

  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
Failure in test testRemove (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 35, in testRemove
  Module unittest, line 258, in failIf
AssertionError

  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
Failure in test testRename (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 54, in testRename
  Module unittest, line 258, in failIf
AssertionError

  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
Failure in test testRmdir (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 49, in testRmdir
  Module unittest, line 258, in failIf
AssertionError

  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
Failure in test testWriteBeyondEndOfFile (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 104, in testWriteBeyondEndOfFile
  Module unittest, line 286, in failUnlessEqual
AssertionError: '' != 'Lengthen your daylight savings'

  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
Failure in test testWriteFile (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 61, in testWriteFile
  Module unittest, line 286, in failUnlessEqual
AssertionError: '' != 'Lengthen your stride'

  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
Failure in test testWriteNewFile (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 113, in testWriteNewFile
  Module unittest, line 286, in failUnlessEqual
AssertionError: '' != 'Lengthen your stride'

  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\Publish.py", line 40, in executeRequest
    object = request.traverse(root_object)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Publisher\BaseRequest.py", line 128, in traverse
    subobject = publication.traverseName(
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 41, in traverseName
    return ob.publishTraverse(request, name)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Zope\Server\VFS\tests\testPublisherFilesystem.py", line 95, in publishTraverse
    return self.items[name]
Failure in test testWritePartOfFile (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 91, in testWritePartOfFile
  Module unittest, line 286, in failUnlessEqual
AssertionError: '' != 'Len123en your stride'

======================================================================
ERROR: testAppendToFile (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 75, in testAppendToFile
  Module Zope.Server.VFS.OSFileSystem, line 174, in writefile
IOError: [Errno 2] No such file or directory: '\\dir\\file.txt'

======================================================================
ERROR: testListDir (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 56, in testListDir
  Module Zope.Server.VFS.OSFileSystem, line 102, in listdir
WindowsError: [Errno 3] The system cannot find the path specified: '\\dir/*.*'

======================================================================
ERROR: testMkdir (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 40, in testMkdir
  Module Zope.Server.VFS.OSFileSystem, line 149, in mkdir
OSError: [Errno 2] No such file or directory: '\\dir\\x'

======================================================================
ERROR: testReadFile (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 63, in testReadFile
  Module Zope.Server.VFS.OSFileSystem, line 122, in readfile
IOError: [Errno 2] No such file or directory: '\\dir\\file.txt'

======================================================================
ERROR: testReadPartOfFile (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 69, in testReadPartOfFile
  Module Zope.Server.VFS.OSFileSystem, line 122, in readfile
IOError: [Errno 2] No such file or directory: '\\dir\\file.txt'

======================================================================
ERROR: testReadPartOfFile2 (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 75, in testReadPartOfFile2
  Module Zope.Server.VFS.OSFileSystem, line 122, in readfile
IOError: [Errno 2] No such file or directory: '\\dir\\file.txt'

======================================================================
ERROR: testRename (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 53, in testRename
  Module Zope.Server.VFS.OSFileSystem, line 168, in rename
OSError: [Errno 2] No such file or directory

======================================================================
ERROR: testStat (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.testOSFileSystem, line 96, in testStat
  Module Zope.Server.VFS.OSFileSystem, line 140, in stat
OSError: [Errno 2] No such file or directory: '\\dir\\file.txt'

======================================================================
ERROR: testWriteBeyondEndOfFile (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 98, in testWriteBeyondEndOfFile
  Module Zope.Server.VFS.OSFileSystem, line 174, in writefile
IOError: [Errno 2] No such file or directory: '\\dir\\file.txt'

======================================================================
ERROR: testWriteFile (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 60, in testWriteFile
  Module Zope.Server.VFS.OSFileSystem, line 122, in readfile
IOError: [Errno 2] No such file or directory: '\\dir\\file.txt'

======================================================================
ERROR: testWriteNewFile (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 109, in testWriteNewFile
  Module Zope.Server.VFS.OSFileSystem, line 174, in writefile
IOError: [Errno 2] No such file or directory: '\\dir\\file.txt.new'

======================================================================
ERROR: testWritePartOfFile (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 85, in testWritePartOfFile
  Module Zope.Server.VFS.OSFileSystem, line 174, in writefile
IOError: [Errno 2] No such file or directory: '\\dir\\file.txt'

======================================================================
ERROR: testListDir (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 57, in testListDir
AttributeError: KeyError instance has no attribute 'sort'

======================================================================
FAIL: testCheckWritable (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 119, in testCheckWritable
  Module unittest, line 279, in failUnlessRaises
AssertionError: IOError

======================================================================
FAIL: testExists (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 41, in testExists
  Module unittest, line 262, in failUnless
AssertionError

======================================================================
FAIL: testIsDir (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 46, in testIsDir
  Module unittest, line 262, in failUnless
AssertionError

======================================================================
FAIL: testIsFile (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 51, in testIsFile
  Module unittest, line 262, in failUnless
AssertionError

======================================================================
FAIL: testNormalize (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.testOSFileSystem, line 64, in testNormalize
  Module unittest, line 286, in failUnlessEqual
AssertionError: '\\foo\\bar' != '/foo/bar'

======================================================================
FAIL: testRemove (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 33, in testRemove
  Module unittest, line 258, in failIf
AssertionError

======================================================================
FAIL: testRmdir (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 46, in testRmdir
  Module unittest, line 258, in failIf
AssertionError

======================================================================
FAIL: testTranslate (Zope.Server.VFS.tests.testOSFileSystem.OSFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.testOSFileSystem, line 88, in testTranslate
  Module unittest, line 286, in failUnlessEqual
AssertionError: '\\foo' != 'C:\\TEMP\\~164-42\\foo'

======================================================================
FAIL: testAppendToFile (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 79, in testAppendToFile
  Module unittest, line 286, in failUnlessEqual
AssertionError: '' != 'Lengthen your stride again'

======================================================================
FAIL: testIsDir (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 47, in testIsDir
  Module unittest, line 262, in failUnless
AssertionError

======================================================================
FAIL: testIsFile (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 52, in testIsFile
  Module unittest, line 262, in failUnless
AssertionError

======================================================================
FAIL: testReadFile (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 64, in testReadFile
  Module unittest, line 286, in failUnlessEqual
AssertionError: '' != 'Lengthen your stride'

======================================================================
FAIL: testReadPartOfFile (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 70, in testReadPartOfFile
  Module unittest, line 286, in failUnlessEqual
AssertionError: '' != 'ngthen your stride'

======================================================================
FAIL: testReadPartOfFile2 (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.ReadFilesystemTests, line 76, in testReadPartOfFile2
  Module unittest, line 286, in failUnlessEqual
AssertionError: '' != 'engt'

======================================================================
FAIL: testRemove (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 35, in testRemove
  Module unittest, line 258, in failIf
AssertionError

======================================================================
FAIL: testRename (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 54, in testRename
  Module unittest, line 258, in failIf
AssertionError

======================================================================
FAIL: testRmdir (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 49, in testRmdir
  Module unittest, line 258, in failIf
AssertionError

======================================================================
FAIL: testWriteBeyondEndOfFile (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 104, in testWriteBeyondEndOfFile
  Module unittest, line 286, in failUnlessEqual
AssertionError: '' != 'Lengthen your daylight savings'

======================================================================
FAIL: testWriteFile (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 61, in testWriteFile
  Module unittest, line 286, in failUnlessEqual
AssertionError: '' != 'Lengthen your stride'

======================================================================
FAIL: testWriteNewFile (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 113, in testWriteNewFile
  Module unittest, line 286, in failUnlessEqual
AssertionError: '' != 'Lengthen your stride'

======================================================================
FAIL: testWritePartOfFile (Zope.Server.VFS.tests.testPublisherFilesystem.PublisherFileSystemTests)
----------------------------------------------------------------------
Traceback (innermost last):
  Module Zope.Server.VFS.tests.WriteFilesystemTests, line 91, in testWritePartOfFile
  Module unittest, line 286, in failUnlessEqual
AssertionError: '' != 'Len123en your stride'

----------------------------------------------------------------------
Ran 1481 tests in 40.989s

FAILED (failures=21, errors=13)