[Bps-public-commit] r15751 - Test-Chimps/branches/modern-tap/lib/Test/Chimps

alexmv at bestpractical.com alexmv at bestpractical.com
Thu Sep 4 01:03:00 EDT 2008


Author: alexmv
Date: Thu Sep  4 01:02:53 2008
New Revision: 15751

Modified:
   Test-Chimps/branches/modern-tap/lib/Test/Chimps/Server.pm

Log:
 * Add CSS and JS urls

Modified: Test-Chimps/branches/modern-tap/lib/Test/Chimps/Server.pm
==============================================================================
--- Test-Chimps/branches/modern-tap/lib/Test/Chimps/Server.pm	(original)
+++ Test-Chimps/branches/modern-tap/lib/Test/Chimps/Server.pm	Thu Sep  4 01:02:53 2008
@@ -400,6 +400,8 @@
   my ($start, $end, $meta);
   my $formatter = TAP::Formatter::HTML->new;
   $formatter->verbosity(-3);
+  $formatter->js_uris(['/jquery-1.2.6.pack.js','/default_report.js']);
+  $formatter->css_uris(['/default_page.css',   '/default_report.css']);
   my $aggregator = TAP::Harness::Archive->aggregator_from_archive( {
       archive => "$tmpfile",
       made_parser_callback => sub {



More information about the Bps-public-commit mailing list