[Zope3-dev] Zope 3 DAV tests on Win32...

Chris Withers chrisw@nipltd.com
Thu, 22 May 2003 09:23:07 +0100


Sidnei,

For some reason these tests are failing on Windows,

Can you take a look?

cheers,

Chris

zope-tests@squishdot.org wrote:
> ======================================================================
> Python Version:2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)]
> 
> Modules included:
> Zope3 (HEAD)
> 
> Running unit tests from D:\ZopeTests\sandbox\Zope3
> Error in test test_bad_contenttype (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\tests\test_propfind.py", line 171, in test_bad_contenttype
>     pfind.PROPFIND()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\propfind.py", line 152, in PROPFIND
>     body = response.toxml('utf-8')
> TypeError: toxml() takes exactly 1 argument (2 given)
> 
> Error in test test_contenttype1 (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\tests\test_propfind.py", line 153, in test_contenttype1
>     pfind.PROPFIND()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\propfind.py", line 152, in PROPFIND
>     body = response.toxml('utf-8')
> TypeError: toxml() takes exactly 1 argument (2 given)
> 
> Error in test test_contenttype2 (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\tests\test_propfind.py", line 162, in test_contenttype2
>     pfind.PROPFIND()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\propfind.py", line 152, in PROPFIND
>     body = response.toxml('utf-8')
> TypeError: toxml() takes exactly 1 argument (2 given)
> 
> Error in test test_davpropdccreated (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\tests\test_propfind.py", line 314, in test_davpropdccreated
>     pfind.PROPFIND()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\propfind.py", line 152, in PROPFIND
>     body = response.toxml('utf-8')
> TypeError: toxml() takes exactly 1 argument (2 given)
> 
> Error in test test_davpropdctitle (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\tests\test_propfind.py", line 272, in test_davpropdctitle
>     pfind.PROPFIND()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\propfind.py", line 152, in PROPFIND
>     body = response.toxml('utf-8')
> TypeError: toxml() takes exactly 1 argument (2 given)
> 
> Error in test test_davpropname (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\tests\test_propfind.py", line 359, in test_davpropname
>     pfind.PROPFIND()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\propfind.py", line 152, in PROPFIND
>     body = response.toxml('utf-8')
> TypeError: toxml() takes exactly 1 argument (2 given)
> 
> Error in test test_davpropnamefolderdepth0 (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\tests\test_propfind.py", line 405, in test_davpropnamefolderdepth0
>     pfind.PROPFIND()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\propfind.py", line 152, in PROPFIND
>     body = response.toxml('utf-8')
> TypeError: toxml() takes exactly 1 argument (2 given)
> 
> Error in test test_davpropnamefolderdepth1 (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\tests\test_propfind.py", line 451, in test_davpropnamefolderdepth1
>     pfind.PROPFIND()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\propfind.py", line 152, in PROPFIND
>     body = response.toxml('utf-8')
> TypeError: toxml() takes exactly 1 argument (2 given)
> 
> Error in test test_davpropnamefolderdepthinfinity (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\tests\test_propfind.py", line 497, in test_davpropnamefolderdepthinfinity
>     pfind.PROPFIND()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\propfind.py", line 152, in PROPFIND
>     body = response.toxml('utf-8')
> TypeError: toxml() takes exactly 1 argument (2 given)
> 
> Error in test test_depth0 (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\tests\test_propfind.py", line 201, in test_depth0
>     pfind.PROPFIND()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\propfind.py", line 152, in PROPFIND
>     body = response.toxml('utf-8')
> TypeError: toxml() takes exactly 1 argument (2 given)
> 
> Error in test test_depth1 (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\tests\test_propfind.py", line 212, in test_depth1
>     pfind.PROPFIND()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\propfind.py", line 152, in PROPFIND
>     body = response.toxml('utf-8')
> TypeError: toxml() takes exactly 1 argument (2 given)
> 
> Error in test test_depthinf (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\tests\test_propfind.py", line 223, in test_depthinf
>     pfind.PROPFIND()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\propfind.py", line 152, in PROPFIND
>     body = response.toxml('utf-8')
> TypeError: toxml() takes exactly 1 argument (2 given)
> 
> Error in test test_no_contenttype (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\tests\test_propfind.py", line 180, in test_no_contenttype
>     pfind.PROPFIND()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\propfind.py", line 152, in PROPFIND
>     body = response.toxml('utf-8')
> TypeError: toxml() takes exactly 1 argument (2 given)
> 
> Error in test test_nodepth (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\tests\test_propfind.py", line 190, in test_nodepth
>     pfind.PROPFIND()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\propfind.py", line 152, in PROPFIND
>     body = response.toxml('utf-8')
> TypeError: toxml() takes exactly 1 argument (2 given)
> 
> ======================================================================
> ERROR: test_bad_contenttype (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\tests\test_propfind.py", line 171, in test_bad_contenttype
>     pfind.PROPFIND()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\propfind.py", line 152, in PROPFIND
>     body = response.toxml('utf-8')
> TypeError: toxml() takes exactly 1 argument (2 given)
> 
> ======================================================================
> ERROR: test_contenttype1 (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\tests\test_propfind.py", line 153, in test_contenttype1
>     pfind.PROPFIND()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\propfind.py", line 152, in PROPFIND
>     body = response.toxml('utf-8')
> TypeError: toxml() takes exactly 1 argument (2 given)
> 
> ======================================================================
> ERROR: test_contenttype2 (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\tests\test_propfind.py", line 162, in test_contenttype2
>     pfind.PROPFIND()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\propfind.py", line 152, in PROPFIND
>     body = response.toxml('utf-8')
> TypeError: toxml() takes exactly 1 argument (2 given)
> 
> ======================================================================
> ERROR: test_davpropdccreated (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\tests\test_propfind.py", line 314, in test_davpropdccreated
>     pfind.PROPFIND()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\propfind.py", line 152, in PROPFIND
>     body = response.toxml('utf-8')
> TypeError: toxml() takes exactly 1 argument (2 given)
> 
> ======================================================================
> ERROR: test_davpropdctitle (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\tests\test_propfind.py", line 272, in test_davpropdctitle
>     pfind.PROPFIND()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\propfind.py", line 152, in PROPFIND
>     body = response.toxml('utf-8')
> TypeError: toxml() takes exactly 1 argument (2 given)
> 
> ======================================================================
> ERROR: test_davpropname (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\tests\test_propfind.py", line 359, in test_davpropname
>     pfind.PROPFIND()
>   File "D:\ZopeTests\sandbox\Zope3\src\zope\app\dav\propfind.py", line 152, in PROPFIND
>     body = response.toxml('utf-8')
> TypeError: toxml() takes exactly 1 argument (2 given)
> 
> ======================================================================
> ERROR: test_davpropnamefolderdepth0 (zope.app.dav.tests.test_propfind.TestPlacefulPROPFIND)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "D:\ZopeTests\
> <truncated>
> 
> _______________________________________________
> Zope3-dev mailing list
> Zope3-dev@zope.org
> http://mail.zope.org/mailman/listinfo/zope3-dev
> 
>