Skip to content
Snippets Groups Projects
Commit ccfc0acd authored by Roy Storey's avatar Roy Storey
Browse files

Seems to require mysql connection to localhost here

parent dbd5c058
No related branches found
No related tags found
2 merge requests!355registry.t: Skip the testing of load_registry_from_db() parameter-name auto-correction on databases other than MySQL,!355registry.t: Skip the testing of load_registry_from_db() parameter-name auto-correction on databases other than MySQL
......@@ -110,7 +110,8 @@ TMPL
}
#Testing auto-correction of arguments for common 1st line methods
{
SKIP: {
skip 'Tests for load_registry_from_db are done on MySQL engine', 4 unless $dbc->driver eq 'mysql';
my $tester = sub {
my ($misspelling) = @_;
my %params = (-HOST => $dbc->host(), -PORT => $dbc->port(), -USER => $dbc->username());
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment