Unverified Commit 814f05fb authored by boklm's avatar boklm
Browse files

Add testsuite descriptions

parent eac7664c
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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,
+4 −3
Original line number Diff line number Diff line
@@ -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,
+1 −0
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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: