[Bps-public-commit] r15752 - in Test-Chimps/trunk: .
alexmv at bestpractical.com
alexmv at bestpractical.com
Thu Sep 4 01:03:22 EDT 2008
Author: alexmv
Date: Thu Sep 4 01:03:21 2008
New Revision: 15752
Modified:
Test-Chimps/trunk/ (props changed)
Test-Chimps/trunk/lib/Test/Chimps/Server.pm
Log:
r36876 at kohr-ah (orig r15751): alexmv | 2008-09-04 01:02:53 -0400
* Add CSS and JS urls
Modified: Test-Chimps/trunk/lib/Test/Chimps/Server.pm
==============================================================================
--- Test-Chimps/trunk/lib/Test/Chimps/Server.pm (original)
+++ Test-Chimps/trunk/lib/Test/Chimps/Server.pm Thu Sep 4 01:03:21 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