bug 6140 follow-up: DBRev number
[koha.git] / t / db_dependent / Csv.t
blob17cd8bbb035b52bb7df0f3aa97554522870f0533
1 #!/usr/bin/perl
3 # This Koha test module is a stub!
4 # Add more tests here!!!
6 use strict;
7 use warnings;
9 use Test::More tests => 4;
11 BEGIN {
12 use_ok('C4::Csv');
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');