-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bsml_sax.t by using lax SAX parser
The test `t/SeqIO/bsml_sax.t` may fail on systems with older versions of `XML::LibXML` due to a 404 for the external BSML DTD's URL. This gives the error: ``` http error : Unknown IO error t/SeqIO/bsml_sax.t .................. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 14/15 subtests ``` Uses lax parser XML::SAX::PurePerl within the test which does not try to fetch the external DTD. Fixes <#376>. Connects with <#379>.
- Loading branch information
Showing
2 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters