[Zope-Coders] Win32 Test Results

Chris Withers chrisw@nipltd.com
Fri, 29 Mar 2002 08:28:16 +0000


Yay! It worked! Woohoo! (etc)

Good job Matt...

cheers,

Chris

zope-tests@squishdot.org wrote:
> 
> ==============================================================================
> ==============================================================================
> Python Version:2.1.2 (#31, Jan 15 2002, 17:28:11) [MSC 32 bit (Intel)]
> 
> Modules included:
> Zope (HEAD)
> CMF/CMFCore (HEAD)
> CMF/CMFCalendar (HEAD)
> CMF/CMFCollector (HEAD)
> CMF/CMFDecor (HEAD)
> CMF/CMFDefault (HEAD)
> CMF/CMFTopic (HEAD)
> CMF/CMFTracker (HEAD)
> CMF/CMFWiki (HEAD)
> CMF/DCWorkflow (HEAD)
> 
> ======================================================================
> FAIL: check_simple_html (test_xmlparser.XMLParserTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_xmlparser.py", line 114, in check_simple_html
>   File "test_xmlparser.py", line 95, in _run_check
>   File "c:\python21\lib\unittest.py", line 273, in failUnlessEqual
>     raise self.failureException, (msg or '%s != %s' % (first, second))
> AssertionError: [('starttag', u'html', []), ('data', u' \n'), ('comment', u'comment1a\n-></foo><bar>&lt;<?pi?></foo<bar\ncomment1b'), ('data', u'\n'), ('starttag', u'img', [u'src', u'Bar', u'ismap', u'']), ('endtag', u'img'), ('data', u'sample\ntext\n'), ('comment', u'comment2a- -comment2b'), ('data', u'\n'), ('endtag', u'html')] != [('decl', '1.0', 'iso-8859-1', -1), ('doctype', 'html', 'foo', 'bar', 0), ('starttag', 'html', []), ('data', ' \n'), ('comment', 'comment1a\n-></foo><bar>&lt;<?pi?></foo<bar\ncomment1b'), ('data', '\n'), ('starttag', 'img', ['src', 'Bar', 'ismap', '']), ('endtag', 'img'), ('data', 'sample\ntext\n'), ('comment', 'comment2a- -comment2b'), ('data', '\n'), ('endtag', 'html')]
> ======================================================================
> FAIL: testExceptionInSubAbortSub (testTransaction.TransactionTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "testTransaction.py", line 494, in testExceptionInSubAbortSub
> AssertionError
> ----------------------------------------------------------------------
> Ran 1617 tests in 245.052s
> 
> FAILED (failures=2)
> 
> ======================================================================
> OVERALL FAILED (total failures=2)
> ==============================================================================
> ==============================================================================
> Python Version:2.1.2 (#31, Jan 15 2002, 17:28:11) [MSC 32 bit (Intel)]
> 
> Modules included:
> Zope (Zope-2_5-branch)
> 
> ======================================================================
> FAIL: check_simple_html (test_xmlparser.XMLParserTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "test_xmlparser.py", line 114, in check_simple_html
>   File "test_xmlparser.py", line 95, in _run_check
>   File "c:\python21\lib\unittest.py", line 249, in failUnless
>     if not expr: raise self.failureException, msg
> AssertionError: [('starttag', u'html', []), ('data', u' \n'), ('comment', u'comment1a\n-></foo><bar>&lt;<?pi?></foo<bar\ncomment1b'), ('data', u'\n'), ('starttag', u'img', [u'src', u'Bar', u'ismap', u'']), ('endtag', u'img'), ('data', u'sample\ntext\n'), ('comment', u'comment2a- -comment2b'), ('data', u'\n'), ('endtag', u'html')]
> ----------------------------------------------------------------------
> Ran 1151 tests in 189.553s
> 
> FAILED (failures=1)
> 
> ======================================================================
> OVERALL FAILED (total failures=1)
> 
> _______________________________________________
> Zope-Coders mailing list
> Zope-Coders@zope.org
> http://lists.zope.org/mailman/listinfo/zope-coders