Change MaatkitTest to PerconaTest in all tool tests. Add stub tests for pt-align and pt-collect.

This commit is contained in:
Daniel Nichter
2011-07-12 16:56:55 -06:00
parent f49ff82b83
commit eb01431399
232 changed files with 304 additions and 254 deletions

View File

@@ -11,7 +11,7 @@ use warnings FATAL => 'all';
use English qw(-no_match_vars);
use Test::More;
use MaatkitTest;
use PerconaTest;
use Sandbox;
require "$trunk/bin/pt-show-grants";

View File

@@ -11,7 +11,7 @@ use warnings FATAL => 'all';
use English qw(-no_match_vars);
use Test::More;
use MaatkitTest;
use PerconaTest;
use Sandbox;
require "$trunk/bin/pt-show-grants";

View File

@@ -11,7 +11,7 @@ use warnings FATAL => 'all';
use English qw(-no_match_vars);
use Test::More;
use MaatkitTest;
use PerconaTest;
use Sandbox;
require "$trunk/bin/pt-show-grants";

View File

@@ -11,7 +11,7 @@ use warnings FATAL => 'all';
use English qw(-no_match_vars);
use Test::More tests => 1;
use MaatkitTest;
use PerconaTest;
require "$trunk/bin/pt-show-grants";
my $output;