Loading TBBTestSuite/BrowserBundleTests.pm +4 −3 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ my $test_types = { }; our %testsuite = ( description => 'Tor Browser Bundle integration tests', test_types => $test_types, pre_tests => \&pre_tests, post_tests => \&post_tests, Loading TBBTestSuite/BrowserUnitTests.pm +4 −3 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ my $test_types = { }; our %testsuite = ( description => 'Tor Browser unit tests', test_types => $test_types, pre_tests => \&pre_tests, post_tests => \&post_tests, Loading TBBTestSuite/Reports.pm +1 −0 Original line number Diff line number Diff line Loading @@ -154,6 +154,7 @@ sub make_reports_index { reports_by_type => \%reports_by_type, reports_by_tag => \%reports_by_tag, reports_by_month => \%reports_by_month, testsuite_types => \%TBBTestSuite::Tests::testsuite_types, }; $template->process('reports_index.html', $vars, 'index.html') || exit_error "Template Error:\n" . $template->error; Loading tmpl/reports_index.html +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ <h1>Tests Reports</h1> <ul> [% FOREACH type IN reports_by_type.keys.sort %] <li><a href="index-[% type %].html">[% type %] reports</a> <li><a href="index-[% type %].html">[% testsuite_types.$type.description %]</a> [% IF reports_by_month.$type %] <div> Months: Loading Loading
TBBTestSuite/BrowserBundleTests.pm +4 −3 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ my $test_types = { }; our %testsuite = ( description => 'Tor Browser Bundle integration tests', test_types => $test_types, pre_tests => \&pre_tests, post_tests => \&post_tests, Loading
TBBTestSuite/BrowserUnitTests.pm +4 −3 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ my $test_types = { }; our %testsuite = ( description => 'Tor Browser unit tests', test_types => $test_types, pre_tests => \&pre_tests, post_tests => \&post_tests, Loading
TBBTestSuite/Reports.pm +1 −0 Original line number Diff line number Diff line Loading @@ -154,6 +154,7 @@ sub make_reports_index { reports_by_type => \%reports_by_type, reports_by_tag => \%reports_by_tag, reports_by_month => \%reports_by_month, testsuite_types => \%TBBTestSuite::Tests::testsuite_types, }; $template->process('reports_index.html', $vars, 'index.html') || exit_error "Template Error:\n" . $template->error; Loading
tmpl/reports_index.html +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ <h1>Tests Reports</h1> <ul> [% FOREACH type IN reports_by_type.keys.sort %] <li><a href="index-[% type %].html">[% type %] reports</a> <li><a href="index-[% type %].html">[% testsuite_types.$type.description %]</a> [% IF reports_by_month.$type %] <div> Months: Loading