[XML-SIG] Help: can't complete tests

Grzegorz Makarewicz mak@mikroplan.com.pl
Thu, 18 Nov 1999 17:37:12 +0100


Hi,

After building from source xml-0.51 I have run test/test_xmllib.py and the
result is:
--
test_arch
test test_arch failed -- Writing: '?test where="before"\012?test
where="after"\012(biblio\012-\012  \012(firstname\012Anationality
norwegian\012-Geir Ove\012)firstname\012(lastname\012Aht
#IMPLIED\012Amodified yes\012-Gronmo\012)lastname\012(note\012Aht
address\012-You can reach me at \012-grove@infotek.no\012)note\012-\012
\012-\012\012)biblio\012', expected: '?test where="before"\012?test
where="after"\012(biblio\012-\012\012-  \012(firstname\012Anationality
norwegian\012-Geir Ove\012)firstname\012(lastname\012Aht
#IMPLIED\012Amodified yes\012-Gronmo\012)lastname\012(note\012Aht
address\012-You can reach me at \012-grove@infotek.no\012)note\012-\012\012-
\012-\012\012)bib'
...
test test_utils failed -- Writing: '1997-12-31T22:00Z', expected:
'1998-01-01T05:00Z'
test_xmllib
9 tests OK.
2 tests failed: test_arch test_utils
--

1. test_utils - timezone differently handled (?) in python (1.5.2c from cvs)
and utils/iso8601.py, my TZ=CET-2CTD (Warsaw,Praque time GMT+01:00)

2. But why test_arch has failed ?

Any help is very welcome.

My platform:
Window NT 4.0 SP 5
VC 6 SP 3
Python 1.5.2 (cvs)
expat 1.1 (cvs)

Grzegorz Makarewicz