C:\Temp\perl\Siebel-Srvrmgr>prove -I C:\Temp\perl\Siebel-Srvrmgr\t t\ActionLoadPreferences.t -v t\ActionLoadPreferences.t .. 1..22 ok 1 - use Siebel::Srvrmgr::Daemon::Action; ok 2 - the constructor should succeed# # Test::Action->class_attributes # ok 3 - The object does has an attribute named parser# Test::Action->class_methods ok 4 - The object does has an attribute named params ok 5 - get_parser returns isa Siebel::Srvrmgr::ListParser ok 6 - Siebel::Srvrmgr::Daemon::Action->can(...) ok 7 - do method works with an array reference # Failed test 'startup died (Can't locate object method "new" via package "Siebel::Srvrmgr::Daemon::Action::LoadPreferences" (perhaps you forgot to load "Siebel::Srvrmgr::Daemon::Action::Loa dPreferences"?) at t/Test/Action/LoadPreferences.pm line 13.)' ok 8 - do method returns 1 if output is used # at t\ActionLoadPreferences.t line 4. ok 9 - do method raises an exception with wrong type of parameter# (in Test::Action::LoadPreferences->startup) # Looks like you planned 22 tests but ran 13. ok 10 - get_params works# Looks like you failed 1 test of 13 run. not ok 11 - startup died (Can't locate object method "new" via package "Siebel::Srvrmgr::Daemon::Action::LoadPreferences" (perhaps you forgot to load "Siebel::Srvrmgr::Daemon::Action::LoadPref erences"?) at t/Test/Action/LoadPreferences.pm line 13.) ok 12 # skip startup died ok 13 # skip startup died Dubious, test returned 1 (wstat 256, 0x100) Failed 10/22 subtests (less 2 skipped subtests: 10 okay) Test Summary Report ------------------- t\ActionLoadPreferences.t (Wstat: 256 Tests: 13 Failed: 1) Failed test: 11 Non-zero exit status: 1 Parse errors: Bad plan. You planned 22 tests but ran 13. Files=1, Tests=13, 1 wallclock secs ( 0.05 usr + 0.05 sys = 0.09 CPU) Result: FAIL