]> iEval git - gruntmaster-page.git/blobdiff - lib/Gruntmaster/Page/Log/Entry.pm
Add example test suite
[gruntmaster-page.git] / lib / Gruntmaster / Page / Log / Entry.pm
index af9e1db26ab5250277df264538dfbf96d172cc27..57591b5da3837d2bb3c8bfcd3e5fec057e9f051a 100644 (file)
@@ -7,26 +7,10 @@ use Gruntmaster::Page::Base log_entry => 'Job <tmpl_var id>';
 our @ISA = qw/Gruntmaster::Page::Base/;
 our $VERSION = '0.001';
 
-use constant TEMPLATES => {
-       en => <<'HTML',
-Compiler output:
-<pre><tmpl_var errors></pre>
-
-Results:
-<table border>
-<thead>
-<tr><th>Test number<th>Result<th>Time
-<tbody>
-<tmpl_loop tests><tr><td><tmpl_var id><td class="r<tmpl_var result>"><tmpl_var result_text><td><tmpl_var time>
-</tmpl_loop>
-</table>
-HTML
-};
-
 sub _generate{
        my ($self, $htc, $lang, $env, $ct, $id) = @_;
        debug $env => "language is '$lang', contest is '$ct' and id is '$id'";
-       local $Gruntmaster::Data::contest = $ct;
+       local $Gruntmaster::Data::contest = $ct if $ct;
 
        my @tests = ();
 
This page took 0.018741 seconds and 4 git commands to generate.