Bug 9302: Use patron-title.inc
[koha.git] / t / AuthoritiesMarc_UNIMARC.t
blob4d26f3948ba8e9dba4814e393237c41d3338c2be
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 => 2;
11 BEGIN {
12 use_ok('C4::AuthoritiesMarc::UNIMARC');
15 my @test = C4::AuthoritiesMarc::UNIMARC::default_auth_type_location();
16 ok(($test[0] == 152) && ($test[1] eq 'b'), "correct variables being returned");