Re: [Zope3-dev] httpdoc problems

2005-04-13 Thread Stephan Richter
On Monday 11 April 2005 11:46, Garrett Smith wrote:
> I'm getting this rather uninformative error message when I try to build
> a doctest using tcpwatch output.
>
> Traceback (most recent call last):
>   File "\SCM\zope\Zope3\src\zope\app\testing\dochttp.py", line 224, in ?
>     main()
>   File "\SCM\zope\Zope3\src\zope\app\testing\dochttp.py", line 101, in
> dochttp
>     assert (request and response) or not (request or response)
> AssertionError

TCPWatch sometimes does not work well for binary data. Simply remove all the 
request files from the record directory that does not have a matching 
response.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



[Zope3-dev] httpdoc problems

2005-04-11 Thread Garrett Smith
I'm getting this rather uninformative error message when I try to build
a doctest using tcpwatch output.

Traceback (most recent call last):
  File "\SCM\zope\Zope3\src\zope\app\testing\dochttp.py", line 224, in ?
main()
  File "\SCM\zope\Zope3\src\zope\app\testing\dochttp.py", line 101, in
dochttp
assert (request and response) or not (request or response)
AssertionError

 -- Garrett
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com