Author: jelmer Date: 2007-12-20 17:07:28 +0000 (Thu, 20 Dec 2007) New Revision: 26553
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26553 Log: Fix html output. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/selftest/output/html.pm Changeset: Property changes on: branches/SAMBA_4_0 ___________________________________________________________________ Name: bzr:revision-info ...skipped... Name: bzr:revision-id:v3-trunk0 ...skipped... Modified: branches/SAMBA_4_0/source/selftest/output/html.pm =================================================================== --- branches/SAMBA_4_0/source/selftest/output/html.pm 2007-12-20 17:07:21 UTC (rev 26552) +++ branches/SAMBA_4_0/source/selftest/output/html.pm 2007-12-20 17:07:28 UTC (rev 26553) @@ -12,13 +12,13 @@ use Subunit qw(parse_results); -sub new$($$$) { +sub new($$$) { my ($class, $dirname, $statistics) = @_; my $self = { dirname => $dirname, active_test => undef, local_statistics => {}, - statistics => {}, + statistics => $statistics, msg => "", error_summary => { skip => [],
