Re: DBD::CSV: make test fails



[sorry for the missing subject in previous posting]

Hi Ron,

thanks for the hint in the right direction: executing the tests
individually shows the needed details. The message I get is:

YOU ARE MISSING REQUIRED MODULES: [ ]

This is not much (missing an unnamed module?), but I detected in lip.pl
(located in the same test directory) the code which throws the error
message. There are the prerequisits tested (lines 40-49). But this list
includes DBD::CSV itself! How can this ever work? Besides this DBD::CSV is
not part of the error reporting (which explains the empty brackets above).
After commenting the DBD::CSV-test, I come to the next problem:

Can't locate DBI object method "list_tables" via package "DBD::Adabas::db"
at CSV.dbtest line 94.

So the DBD::CSV problem turns to an DBD::Adabas issue...

But why do I need another DB to test DBD::CSV? This seems to me not
necessary.

Greetings Robert

---

Hi Robert


t/20createdrop.....dubious
Test returned status 22 (wstat 5632, 0x1600)
DIED. FAILED tests 2-5
Failed 4/5 tests, 20.00% okay

Perhaps it's a permissions problem. Try running this test by itself, and
find if there is a specific statement (Perl, SQL) which fails.

--
Ron Savage



.