[Python-Dev] tests failing in 2.2.2 (original) (raw)

Neal Norwitz neal@metaslash.com
Tue, 8 Oct 2002 17:16:33 -0400


On Fri, Oct 04, 2002 at 11:00:33AM -0400, Guido van Rossum wrote:

[Neal Norwitz] > Is anyone else having problems with 2.2.2 tests? > > minidom & sax fail for me on Linux: > > testsax > test testsax skipped -- cannot import name quoteattr > testminidom > Traceback (most recent call last): > File "Lib/test/testminidom.py", line 636, in ? > func() > File "Lib/test/testminidom.py", line 208, in testAAA > "setAttribute() sets ownerDocument") > File "Lib/test/testminidom.py", line 22, in confirm > raise Exception > Exception > > I'm off for a long weekend. I'll be back late Monday.

Both tests work fine for me. I expect there's a problem with your expat installation. Maybe Fred has a suggestion?

I had an installed version of 2.2.2 from a while ago, in addition to the latest 2.2.2. I removed the installed version and all the tests pass now.

Neal