mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 05:58:16 +00:00
Updated the tests to use the new VersionParser
This commit is contained in:
@@ -78,11 +78,9 @@ is_deeply(
|
||||
# Test online stuff, e.g. get_cols_and_struct().
|
||||
# #############################################################################
|
||||
use DSNParser;
|
||||
use VersionParser;
|
||||
use Sandbox;
|
||||
my $dp = new DSNParser(opts=>$dsn_opts);
|
||||
my $sb = new Sandbox(basedir => '/tmp', DSNParser => $dp);
|
||||
my $vp = new VersionParser;
|
||||
my $dbh = $sb->get_dbh_for('master');
|
||||
|
||||
SKIP: {
|
||||
|
Reference in New Issue
Block a user