3 # This Koha test module is a stub!
4 # Add more tests here!!!
9 use Test
::More tests
=> 4;
15 ok
(C4
::Csv
::GetCsvProfiles
(), 'test getting csv profiles');
16 is
(C4
::Csv
::GetCsvProfile
(),undef, 'test getting csv profiles');
18 ok
(C4
::Csv
::GetCsvProfilesLoop
(), 'test getting profile loop');