Skip Menu |

This queue is for tickets about the XML-RelaxNG-Compact-PXB CPAN distribution.

Report information
The Basics
Id: 44633
Status: new
Priority: 0/
Queue: XML-RelaxNG-Compact-PXB

People
Owner: Nobody in particular
Requestors: martykube [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.14
Fixed in: (no value)



Subject: Parameter test_dir not respected by generated test.pl
The PXB new method takes an argument to name the generated test directory: PXB->new({top_dir=>"./gen-lib",test_dir=>"tests"}); After a call to PXB::buildAPI(), The generated test driver script at : gen-lib/test.pl Still points to a test directory named 't'. See the generated test.pl line 17: Test::Harness::runtests(<$Bin/t/*.t>); This should be: Test::Harness::runtests(<$Bin/tests/*.t>);