PT-96 Fixed tests for SchemaIterator

This commit is contained in:
Carlos Salguero
2017-03-09 17:30:11 -03:00
parent 4408d5f6c2
commit 5407573c74

View File

@@ -591,10 +591,10 @@ my $si = new SchemaIterator(
Quoter => $q,
TableParser => $tp,
);
for my $db (qw( information_schema performance_schema|lost\+found percona percona_schema )) {
for my $db (qw( information_schema performance_schema lost+found percona_schema )) {
is(
$si->database_is_allowed($db),
1,
0,
"database is allowed: $db",
);
}