X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=Equinox-Migration%2Ft%2F03-MapDrivenMARCXMLProc.t;h=3c3540cdcde867b2d9e6eadfeebed43307e612f8;hp=baf880f3a015667745def208200f079db27029ad;hb=bb1c30314ae23633e03ab1f3111a64a6c8532f85;hpb=6122a9e8332fdd507a98251a9eed96662e05647a diff --git a/Equinox-Migration/t/03-MapDrivenMARCXMLProc.t b/Equinox-Migration/t/03-MapDrivenMARCXMLProc.t index baf880f..3c3540c 100644 --- a/Equinox-Migration/t/03-MapDrivenMARCXMLProc.t +++ b/Equinox-Migration/t/03-MapDrivenMARCXMLProc.t @@ -2,10 +2,9 @@ #use Test::More tests => 39; use Test::More qw(no_plan); -#use Equinox::Migration::MapDrivenXMLProc; -is (1,1); -exit; +use Equinox::Migration::MapDrivenXMLProc; + # baseline object creation -#my $sm = Equinox::Migration::MapDrivenXMLProc->new(); -#is(ref $sm, "Equinox::Migration::MapDrivenXMLProc", "self is self"); +my $sm = Equinox::Migration::MapDrivenXMLProc->new(); +is(ref $sm, "Equinox::Migration::MapDrivenXMLProc", "self is self");