/[Frey]/trunk/lib/Frey/Test/Runner.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/Test/Runner.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 502 by dpavlin, Mon Nov 24 21:35:34 2008 UTC revision 503 by dpavlin, Mon Nov 24 21:50:05 2008 UTC
# Line 40  sub as_markup { Line 40  sub as_markup {
40          my $tests;          my $tests;
41    
42          map {          map {
43                  $tests->{$_}++ if m{\.t$};                  $tests->{$_}->{'test modified'}++ if m{\.t$};
44          } @{ $self->tests };          } @{ $self->tests };
45    
46          map {          map {
# Line 95  sub as_markup { Line 95  sub as_markup {
95                                  .                                  .
96                                  join(' ',                                  join(' ',
97                                          map {                                          map {
98  #                                               qq|<a target="editor" href="/editor+$_+1" title="edit">$_</a>|                                                  if ( m{\s} ) {
99                                                  qq|<a target="introspect" href="/$_" title="introspect">$_</a>|                                                          $_      # human comment with space
100                                                    } else {
101                                                            qq|<a target="introspect" href="/$_" title="introspect">$_</a>|
102    #                                                       qq|<a target="editor" href="/editor+$_+1" title="edit">$_</a>|
103                                                    }
104                                          } keys %{ $tests->{$_} }                                          } keys %{ $tests->{$_} }
105                                  )                                  )
106                          } @tests )                          } @tests )

Legend:
Removed from v.502  
changed lines
  Added in v.503

  ViewVC Help
Powered by ViewVC 1.1.26