mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 07:30:02 +00:00
Updated the tests to use the new VersionParser
This commit is contained in:
@@ -20,7 +20,6 @@ $Data::Dumper::Indent = 0;
|
||||
$Data::Dumper::Sortkeys = 1;
|
||||
$Data::Dumper::Quotekeys = 0;
|
||||
|
||||
my $vp = new VersionParser();
|
||||
my $dp = new DSNParser(opts=>$dsn_opts);
|
||||
my $sb = new Sandbox(basedir => '/tmp', DSNParser => $dp);
|
||||
my $c1_dbh = $sb->get_dbh_for('master');
|
||||
|
Reference in New Issue
Block a user