@@ -, +, @@ tests --------- -- on an UBUNTU git (lacks DBD::Mock >= 1.45) -- on a DEBIAN git (has DBD::Mock >= 1.45) -- skipped tests should be 8 (2 individual tests + 6 in the loop) under Ubuntu. -- non-skipped tests should align. -- everything should be 13 tests. --- t/db_dependent/ReportsGuided.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/t/db_dependent/ReportsGuided.t +++ a/t/db_dependent/ReportsGuided.t @@ -2,7 +2,7 @@ use Modern::Perl; -use Test::More tests => 12; +use Test::More tests => 13; use Test::MockModule; use DBD::Mock; @@ -55,7 +55,7 @@ $koha->mock( SKIP: { - skip "DBD::Mock is too old", 7 + skip "DBD::Mock is too old", 8 unless $DBD::Mock::VERSION >= 1.45; ok( IsAuthorisedValueValid('LOC'), --