mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-20 19:04:59 +00:00
Remove $Revision$ and finish re-branding modules. Rename MaatkitTest.pm to PerconaTest.pm. Put copyrights on one line.
This commit is contained in:
@@ -30,7 +30,7 @@ use Transformers;
|
||||
use Retry;
|
||||
use Sandbox;
|
||||
use CompareResults;
|
||||
use MaatkitTest;
|
||||
use PerconaTest;
|
||||
|
||||
my $dp = new DSNParser(opts=>$dsn_opts);
|
||||
my $sb = new Sandbox(basedir => '/tmp', DSNParser => $dp);
|
||||
@@ -136,7 +136,7 @@ isa_ok($cr, 'CompareResults');
|
||||
);
|
||||
|
||||
$i = 0;
|
||||
MaatkitTest::wait_until(
|
||||
PerconaTest::wait_until(
|
||||
sub {
|
||||
my $r;
|
||||
eval {
|
||||
@@ -355,7 +355,7 @@ isa_ok($cr, 'CompareResults');
|
||||
);
|
||||
|
||||
$i = 0;
|
||||
MaatkitTest::wait_until(
|
||||
PerconaTest::wait_until(
|
||||
sub {
|
||||
my $r;
|
||||
eval {
|
||||
|
Reference in New Issue
Block a user