X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F10_09firebird_common.t;h=69611a7f0f2aa24e9f4e43a0dba0572c7310c751;hb=9cee8ab188d83dab3bc25622e1f30e0c7e36b5c8;hp=1a044d176a8bbcef435b63c1d9736300d7800bfa;hpb=7336f5dc45f7b330b6ea21b31edb3591de0b2d40;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/10_09firebird_common.t b/t/10_09firebird_common.t index 1a044d1..69611a7 100644 --- a/t/10_09firebird_common.t +++ b/t/10_09firebird_common.t @@ -22,7 +22,7 @@ for (qw(FIREBIRD FIREBIRD_ODBC FIREBIRD_INTERBASE)) { $dsns{$_}{user} = $ENV{"DBICTEST_${_}_USER"}; $dsns{$_}{password} = $ENV{"DBICTEST_${_}_PASS"}; $dsns{$_}{connect_info_opts} = { on_connect_call => 'use_softcommit' } - if /\AFIREBIRD(?:_INTERBASE)\z/; + if /\AFIREBIRD(?:_INTERBASE)?\z/; }; plan skip_all => 'You need to set the DBICTEST_FIREBIRD_DSN, _USER and _PASS and/or the DBICTEST_FIREBIRD_ODBC_DSN, _USER and _PASS and/or the DBICTEST_FIREBIRD_INTERBASE_DSN, _USER and _PASS environment variables'