~percona-toolkit-dev/percona-toolkit/no-indirect

« back to all changes in this revision

Viewing changes to t/lib/SlowLogWriter.t

  • Committer: fraserb at gmail
  • Date: 2012-03-06 13:33:41 UTC
  • mfrom: (114.3.35 no-indirect)
  • Revision ID: fraserb@gmail.com-20120306133341-rgvwd1ixeuthqw8x
Merged with current trunk, resolved conflicts.

Should be ready for merging now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
use SlowLogWriter;
16
16
use PerconaTest;
17
17
 
18
 
my $p = new SlowLogParser;
19
 
my $w = new SlowLogWriter;
 
18
my $p = SlowLogParser->new;
 
19
my $w = SlowLogWriter->new;
20
20
 
21
21
sub __no_diff {
22
22
   my ( $filename, $expected ) = @_;