From: Shawn Boyette Date: Thu, 26 Mar 2009 21:21:56 +0000 (+0000) Subject: initial checkin X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=d38aa4231d42f1231c6538b545a4b5405df86c22 initial checkin --- diff --git a/Equinox-Migration/t/03-MapDrivenXMLProc.t b/Equinox-Migration/t/03-MapDrivenXMLProc.t new file mode 100644 index 0000000..3c3540c --- /dev/null +++ b/Equinox-Migration/t/03-MapDrivenXMLProc.t @@ -0,0 +1,10 @@ +#!perl -T + +#use Test::More tests => 39; +use Test::More qw(no_plan); +use Equinox::Migration::MapDrivenXMLProc; + +# baseline object creation +my $sm = Equinox::Migration::MapDrivenXMLProc->new(); +is(ref $sm, "Equinox::Migration::MapDrivenXMLProc", "self is self"); +