baf880f3a015667745def208200f079db27029ad
[migration-tools.git] / Equinox-Migration / t / 03-MapDrivenMARCXMLProc.t
1 #!perl -T
2
3 #use Test::More tests => 39;
4 use Test::More qw(no_plan);
5 #use Equinox::Migration::MapDrivenXMLProc;
6 is (1,1);
7 exit;
8 # baseline object creation
9 #my $sm = Equinox::Migration::MapDrivenXMLProc->new();
10 #is(ref $sm, "Equinox::Migration::MapDrivenXMLProc", "self is self");
11