After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 54015 - REC-xml-20001006*.html not found
REC-xml-20001006*.html not found
Status: VERIFIED FIXED
Product: libxslt
Classification: Platform
Component: general
unspecified
Other Windows
: Normal normal
: ---
Assigned To: Daniel Veillard
Daniel Veillard
Depends on:
Blocks:
 
 
Reported: 2001-05-02 02:17 UTC by jwag
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jwag 2001-05-02 02:17:08 UTC
The files REC-xml-20001006.html and REC-xml-20001006-review.html are not 
included in the libxslt-0.8.0 tar file and are expected by the test in the 
xmlspec directory.

gmake[3]: Entering directory `/home/jwag/src/libxslt-0.8.0/tests/xmlspec'
diff: ./REC-xml-20001006.html: No such file or directory
Parsing stylesheet REC-xml-2e.xsl took 29 ms
Parsing document REC-xml-20001006.xml took 80 ms
Applying stylesheet took 376 ms
Saving result took 30 ms
diff: ./REC-xml-20001006-review.html: No such file or directory
Parsing stylesheet REC-xml-2e.xsl took 29 ms
Parsing document REC-xml-20001006.xml took 80 ms
Applying stylesheet took 424 ms
Saving result took 35 ms
gmake[3]: Leaving directory `/home/jwag/src/libxslt-0.8.0/tests/xmlspec'
Comment 1 jwag 2001-05-02 02:27:48 UTC
Also, the file result.xml is missing from the tests/multiple 
directory.
Comment 2 Daniel Veillard 2001-05-02 09:04:42 UTC
Okay I had already fixed the missing REC-xml output, and I just added
result.xml to EXTRA_DIST in the Makefile.am,

  thanks for the report,

Daniel
Comment 3 Daniel Veillard 2001-05-04 10:40:49 UTC
shipped in 0.9.0,

Daniel