[Cgi-session-user] Failing DB_File tests
Brought to you by:
sherzodr
From: David S. <ca...@po...> - 2005-12-15 22:04:14
|
Hello, I am currently using CGI::Session on Mac OS X 10.4 and OpenBSD 3.8. On both platforms the test involving the DB_File fail while all other test pass. Here is the test output I get on Mac OS X 10.4 for the failing tests: t/api3_db_file..................NOK 10# Failed test (t/api3_db_file.t at line 46) Can't call method "id" on an undefined value at t/api3_db_file.t line 48. # Looks like you planned 14 tests but only ran 10. # Looks like your test died just after 10. t/api3_db_file..................dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 10-14 Failed 5/14 tests, 64.29% okay t/api3_db_file_storable.........NOK 10# Failed test (t/api3_db_file_storable.t at line 47) Can't call method "id" on an undefined value at t/api3_db_file_storable.t line 48. # Looks like you planned 14 tests but only ran 10. # Looks like your test died just after 10. t/api3_db_file_storable.........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 10-14 Failed 5/14 tests, 64.29% okay t/api3_db_file_storable_incr....NOK 11# Failed test (t/api3_db_file_storable_incr.t at line 51) Can't call method "id" on an undefined value at t/api3_db_file_storable_incr.t line 52. # Looks like you planned 15 tests but only ran 11. # Looks like your test died just after 11. t/api3_db_file_storable_incr....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 11-15 Failed 5/15 tests, 66.67% okay t/api3_obj_store_db_file........Can't call method "id" on an undefined value at t/api3_obj_store_db_file.t line 55 (#1) (F) You used the syntax of a method call, but the slot filled by the object reference or package name contains an undefined value. Something like this will reproduce the error: $BADREF = undef; process $BADREF 1,2,3; $BADREF->process(1,2,3); Uncaught exception from user code: Can't call method "id" on an undefined value at t/api3_obj_store_db_file.t line 55. at t/api3_obj_store_db_file.t line 55 t/api3_obj_store_db_file........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 5-8 Failed 4/8 tests, 50.00% okay I would like to be able to install CGI::Session via the CPAN shell without using force and hence would like to get to the bottom of these test failures. Does anyone have any ideas why this might be occurring or suggestions on things to look into? Thanks, -- David Steinbrunner |