Skip Menu |

This queue is for tickets about the DBD-Mock CPAN distribution.

Report information
The Basics
Id: 16072
Status: resolved
Priority: 0/
Queue: DBD-Mock

People
Owner: stevan.little [...] gmail.com
Requestors: mag-perl [...] occamstoothbrush.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.28
Fixed in: (no value)



Subject: minor test failures on RHEL 4
The 005_db_parser.t file generates some harmless looking errors on my system. RHEL 4 (update 2), perl 5.8.5, DBI 1.40. Michael Test failure output and list of installed modules follow. Test failure output: $ perl -Ilib t/005_db_parser.t 1..26 ok 1 - use DBD::Mock; ok 2 - use DBI; ok 3 - The object isa DBI::db ok 4 - ... make sure RaiseError is set correctly ok 5 - ... parser successfully added to dbh ok 6 - ... the same parser is stored ok 7 - The object isa DBI::st ok 8 - ... we should get nothing back from here ok 9 - ... parser failure generated correct error ok 10 - The object isa DBI::db ok 11 - ... make sure PrintError is set correctly ok 12 - ... parser successfully added to dbh ok 13 - ... the same parser is stored ok 14 - The object isa DBI::st ok 15 - ...got the expected warning ok 16 - ... we should get nothing back from here ok 17 - The object isa DBI::db ok 18 - ... make sure RaiseError is set correctly not ok 19 - ... bad parser successfully not added to dbh # Failed test '... bad parser successfully not added to dbh' # in t/005_db_parser.t at line 102. # '' # doesn't match '(?-xism:Parser must be a code reference or )' not ok 20 - ... bad parser successfully not added to dbh # Failed test '... bad parser successfully not added to dbh' # in t/005_db_parser.t at line 107. # '' # doesn't match '(?-xism:Parser must be a code reference or )' ok 21 - The object isa DBI::db ok 22 - ... make sure PrintError is set correctly ok 23 - ... this returns undef too ok 24 - ... this returns undef too # Looks like you planned 26 tests but only ran 24. # Looks like you failed 2 tests of 24 run. # Looks like your test died just after 24. Modules installed (via -d:Modlist) AutoLoader 5.60 Carp 1.03 Config DBD::Mock 1.31 DBI 1.40 DynaLoader 1.05 Exporter 5.58 Exporter::Heavy 5.58 Test::Builder 0.32 Test::Builder::Module 0.03 Test::More 0.62 constant 1.04 overload 1.01 strict 1.03 vars 1.01 warnings 1.03 warnings::register 1.00