[Zope3-dev] Help to get tests passing on Linux?

Chris Withers chrisw@nipltd.com
Fri, 16 Aug 2002 14:05:16 +0100


If someone could help me get these tests passing, I'd be very grateful :-)

Chris

zope-tests@squishdot.org wrote:
> ==============================================================================
> ==============================================================================
> Python Version:2.2.1 (#1, Aug  7 2002, 09:54:14) 
> [GCC 2.95.2 20000220 (Debian GNU/Linux)]
> 
> Modules included:
> Zope3 (HEAD)
> 
> Traceback (most recent call last):
>   File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/TAL/runtest.py", line 92, in main
>     driver.main()
>   File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/TAL/driver.py", line 150, in main
>     it = compilefile(file, mode)
>   File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/TAL/driver.py", line 189, in compilefile
>     p.parseFile(file)
>   File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/TAL/XMLParser.py", line 72, in parseFile
>     self.parseStream(open(filename))
>   File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/TAL/XMLParser.py", line 82, in parseStream
>     self.parser.ParseFile(stream)
> ExpatError: undefined entity: line 18, column 2
> Failure in test runTest (Zope.TAL.tests.test_files.FileTestCase)
> Traceback (most recent call last):
>   File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/TAL/tests/test_files.py", line 54, in runTest
>     self.fail("output for %s didn't match" % self.__file)
>   File "/usr/local/lib/python2.2/unittest.py", line 254, in fail
>     raise self.failureException, msg
> AssertionError: output for /stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/TAL/tests/input/test01.xml didn't match
> 
> Error in test check_simple_html (Zope.TAL.tests.test_xmlparser.XMLParserTestCase)
> Traceback (most recent call last):
>   File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/TAL/tests/test_xmlparser.py", line 127, in check_simple_html
>     self._run_check("""\
>   File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/TAL/tests/test_xmlparser.py", line 107, in _run_check
>     parser.parseString(source)
>   File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/TAL/XMLParser.py", line 75, in parseString
>     self.parser.Parse(s, 1)
> ExpatError: undefined entity: line 3, column 6
> 
> ======================================================================
> ERROR: check_simple_html (Zope.TAL.tests.test_xmlparser.XMLParserTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/TAL/tests/test_xmlparser.py", line 127, in check_simple_html
>     self._run_check("""\
>   File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/TAL/tests/test_xmlparser.py", line 107, in _run_check
>     parser.parseString(source)
>   File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/TAL/XMLParser.py", line 75, in parseString
>     self.parser.Parse(s, 1)
> ExpatError: undefined entity: line 3, column 6
> 
> ======================================================================
> FAIL: .../TAL/tests/input/test01.xml
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/TAL/tests/test_files.py", line 54, in runTest
>     self.fail("output for %s didn't match" % self.__file)
>   File "/usr/local/lib/python2.2/unittest.py", line 254, in fail
>     raise self.failureException, msg
> AssertionError: output for /stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/TAL/tests/input/test01.xml didn't match
> 
> ----------------------------------------------------------------------
> Ran 2004 tests in 86.915s
> 
> FAILED (failures=1, errors=1)
> 
> 
> _______________________________________________
> Zope3-dev mailing list
> Zope3-dev@zope.org
> http://lists.zope.org/mailman/listinfo/zope3-dev
> 
>