Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jorol committed Oct 12, 2017
1 parent 8e38b80 commit b6d5719
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion t/00-load.t
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ require_ok 'MAB2::Parser::XML';
require_ok 'MAB2::Writer::RAW';
require_ok 'MAB2::Writer::XML';

done_testing 14;
done_testing;
6 changes: 4 additions & 2 deletions t/06-sru.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ use Test::More;
use Test::Exception;
use Catmandu::Importer::SRU;
use Catmandu::Importer::SRU::Parser::mabxml;
require 't/lib/MockFurl.pm';

use Data::Dumper;
use FindBin;
use lib "$FindBin::Bin/lib";
use MockFurl;


my %attrs = (
base => 'http://www.unicat.be/sru',
Expand Down

0 comments on commit b6d5719

Please sign in to comment.