/[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 565 by dpavlin, Thu Nov 27 21:31:45 2008 UTC revision 593 by dpavlin, Fri Nov 28 16:45:35 2008 UTC
# Line 107  sub as_markup { Line 107  sub as_markup {
107                  warn "can't find any tests ", dump( $self->tests ), " within depends ", dump( $self->test_because );                  warn "can't find any tests ", dump( $self->tests ), " within depends ", dump( $self->test_because );
108  #               warn "running all tests instead";  #               warn "running all tests instead";
109  #               @tests = glob('t/*.t');  #               @tests = glob('t/*.t');
110                  @tests = glob('t/01*.t'); # XXX default tests                  @tests = ( qw{t/00-load.t t/pod.t} ); # XXX default tests
111          }          }
112    
113          $self->title( join(' ', @tests ) );          $self->title( join(' ', @tests ) );
# Line 163  sub as_markup { Line 163  sub as_markup {
163                          } @tests )                          } @tests )
164                  . qq|</li></ul>|                  . qq|</li></ul>|
165                  ;                  ;
166            } else {
167                    warn "# test_because empty";
168          }          }
169    
170          $self->add_icon( $1 ) if $html =~ m{class="(passed|failed)"};          $self->add_icon( $1 ) if $html =~ m{class="(passed|failed)"};

Legend:
Removed from v.565  
changed lines
  Added in v.593

  ViewVC Help
Powered by ViewVC 1.1.26