Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP2
perl-XML-LibXSLT.35825
perl-XML-LibXSLT-no-xml-lib-version-check.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File perl-XML-LibXSLT-no-xml-lib-version-check.patch of Package perl-XML-LibXSLT.35825
Index: XML-LibXSLT-1.95/t/01basic.t =================================================================== --- XML-LibXSLT-1.95.orig/t/01basic.t +++ XML-LibXSLT-1.95/t/01basic.t @@ -3,7 +3,7 @@ use warnings; use vars qw($loaded); -use Test::More tests => 4; +use Test::More tests => 2; use XML::LibXSLT; @@ -15,24 +15,4 @@ my $p = XML::LibXSLT->new(); # TEST ok($p, ' TODO : Add test name'); -# TEST -is(XML::LibXSLT::LIBXSLT_VERSION(), XML::LibXSLT::LIBXSLT_RUNTIME_VERSION(), 'LIBXSLT_VERSION is the same as the runtime version.'); - -# TEST -is(XML::LibXML::LIBXML_VERSION(), XML::LibXML::LIBXML_RUNTIME_VERSION(), 'LibXML version is the same as its run time version.'); -warn "\n\nCompiled against: ", - "libxslt ",XML::LibXSLT::LIBXSLT_VERSION(), - ", libxml2 ",XML::LibXML::LIBXML_VERSION(), - "\nRunning: ", - "libxslt ",XML::LibXSLT::LIBXSLT_RUNTIME_VERSION(), - ", libxml2 ",XML::LibXML::LIBXML_RUNTIME_VERSION(), - "\nCompiled with EXSLT: ", (XML::LibXSLT::HAVE_EXSLT() ? 'yes' : 'no'), - "\n\n"; - -if (XML::LibXSLT::LIBXSLT_VERSION() != XML::LibXSLT::LIBXSLT_RUNTIME_VERSION() - or - XML::LibXML::LIBXML_VERSION() != XML::LibXML::LIBXML_RUNTIME_VERSION() - ) { - warn "DO NOT REPORT THIS FAILURE: Your setup of library paths is incorrect!\n\n"; -}
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor