Skip to content
Snippets Groups Projects
Unverified Commit 7c165200 authored by Kieron Taylor's avatar Kieron Taylor Committed by GitHub
Browse files

Merge pull request #355 from kiwiroy/registry-sqlite

registry.t: Skip the testing of load_registry_from_db() parameter-name auto-correction on databases other than MySQL
parents dbd5c058 ccfc0acd
No related branches found
No related tags found
No related merge requests found
......@@ -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