Dave Cross wrote:
> Andrew Ford wrote:
>
>   
>>  * fixed some of the tests that were failing if the dvitype program was 
>> not installed (now just skips those tests)
>>     
>
> This fix doesn't seem to be working on Linux. There's something strange 
> about your TAP output - multiple plans from one test file.
>
> Let me know if there's anything I can do to help you fix this. I'd like 
> to start using it.
>   
I'll revisit those test scripts.  What was happening was that some 
platforms seem to have TeX installed but do not have the dvitype program 
installed (or at least not in a directory on $ENV{PATH}).  The test 
scripts use dvitype to extract text from the DVI files for comparison.  
I didn't want to fail on platforms without dvitype so I checked for the 
presence of the program in the test scripts and issued a "plan skip_all" 
(using Test::More).  Looks like I can just invoke the skip_all() 
function from Template::Test.

I'll put out an updated release this evening.

Andrew

-- 
Andrew Ford
South Wing Compton House                      
Compton Green, Redmarley
Gloucester, GL19 3JB, UK
Telephone: +44 1531 829900
Mobile:    +44 7785 258278


_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to