View | Details | Raw Unified | Return to bug 5327
Collapse All | Expand All

(-)a/t/Csv.t (-2 / +5 lines)
Lines 6-14 Link Here
6
use strict;
6
use strict;
7
use warnings;
7
use warnings;
8
8
9
use Test::More tests => 1;
9
use Test::More tests => 4;
10
10
11
BEGIN {
11
BEGIN {
12
        use_ok('C4::Csv');
12
        use_ok('C4::Csv');
13
}
13
}
14
14
15
- 
15
ok(C4::Csv::GetCsvProfiles(), 'test getting csv profiles');
16
is(C4::Csv::GetCsvProfile(),undef, 'test getting csv profiles');
17
18
ok(C4::Csv::GetCsvProfilesLoop(), 'test getting profile loop');

Return to bug 5327