Re: [Zope-CMF] cmf-tests - OK: 2, UNKNOWN: 2

2012-04-11 Thread yuppie

Hi Charlie!


Charlie Clark wrote:

Am 11.04.2012, 03:00 Uhr, schrieb CMF tests summarizer nore...@zope.org:


[1] UNKNOWN FAILED (failures=1) : CMF-trunk Zope-2.13 Python-2.6.6 :
Linux
https://mail.zope.org/pipermail/cmf-tests/2012-April/016076.html
[2] UNKNOWN FAILED (failures=1) : CMF-trunk Zope-trunk Python-2.6.6 :
Linux
https://mail.zope.org/pipermail/cmf-tests/2012-April/016077.html


I noticed this the other day but thought it might be related to my
configuration. Even though I'm on Python 2.6.7

Failure in test test_parseHeadersBody_embedded_blank_line
(Products.CMFDefault.tests.test_utils.DefaultUtilsTests)
Traceback (most recent call last):
File
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py,
line 279, in run
testMethod()
File
/Users/charlieclark/Sites/CMF/src/Products.CMFDefault/Products/CMFDefault/tests/test_utils.py,
line 85, in test_parseHeadersBody_embedded_blank_line
self.assertEqual( desc_len, 3, desc_lines )
File
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py,
line 350, in failUnlessEqual
(msg or '%r != %r' % (first, second))
AssertionError: ['this description spans multiple lines.']

This is weird because all of a sudden blank lines in headers are being
treated as separators, as they should. Why wasn't the test failing earlier?


It wasn't a blank line. You removed whitespace in rev 125119:


Modified: Products.CMFDefault/trunk/Products/CMFDefault/tests/test_utils.py
===
--- Products.CMFDefault/trunk/Products/CMFDefault/tests/test_utils.py   
2012-04-09 16:16:46 UTC (rev 125118)
+++ Products.CMFDefault/trunk/Products/CMFDefault/tests/test_utils.py   
2012-04-09 16:30:40 UTC (rev 125119)
@@ -27,7 +27,7 @@

 MULTIPARAGRAPH_DESCRIPTION = \
 '''Description: this description spans multiple lines.
-
+
 It includes a second paragraph'''


I can't reproduce the other failures.

Cheers, Yuppie
___
Zope-CMF maillist  -  Zope-CMF@zope.org
https://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


Re: [Zope-CMF] cmf-tests - OK: 2, UNKNOWN: 2

2012-04-11 Thread Charlie Clark

Am 11.04.2012, 16:03 Uhr, schrieb yuppie y.2...@wcm-solutions.de:


It wasn't a blank line. You removed whitespace in rev 125119:
 Modified:  
Products.CMFDefault/trunk/Products/CMFDefault/tests/test_utils.py

===
---  
Products.CMFDefault/trunk/Products/CMFDefault/tests/test_utils.py	2012-04-09  
16:16:46 UTC (rev 125118)
+++  
Products.CMFDefault/trunk/Products/CMFDefault/tests/test_utils.py	2012-04-09  
16:30:40 UTC (rev 125119)

@@ -27,7 +27,7 @@
  MULTIPARAGRAPH_DESCRIPTION = \
 '''Description: this description spans multiple lines.
-
+
 It includes a second paragraph'''


Doh, it was my editor what done it! (Configured to remove my bête noire of  
trailing) whitespace). I added some whitespace back in. I can't make any  
sense from the RFC whether this should actually be supported but for our  
purposes we need to keep it.


Do you any examples of where this behaviour is required?


 I can't reproduce the other failures.


Thanks for looking. I'll do clean checkout and buildout and see if that  
makes any difference.


Charlie
--
Charlie Clark
Managing Director
Clark Consulting  Research
German Office
Kronenstr. 27a
Düsseldorf
D- 40217
Tel: +49-211-600-3657
Mobile: +49-178-782-6226
___
Zope-CMF maillist  -  Zope-CMF@zope.org
https://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


Re: [Zope-CMF] cmf-tests - OK: 2, UNKNOWN: 2

2012-04-11 Thread Charlie Clark
Am 11.04.2012, 17:06 Uhr, schrieb Charlie Clark  
charlie.cl...@clark-consulting.eu:



 I can't reproduce the other failures.
 Thanks for looking. I'll do clean checkout and buildout and see if that  
makes any difference.


I can reproduce the errors on CMF trunk with Zope trunk on Mac OS, Debian  
and FreeBSD.


Charlie
--
Charlie Clark
Managing Director
Clark Consulting  Research
German Office
Kronenstr. 27a
Düsseldorf
D- 40217
Tel: +49-211-600-3657
Mobile: +49-178-782-6226
___
Zope-CMF maillist  -  Zope-CMF@zope.org
https://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests