initial checkin
authorShawn Boyette <sboyette@esilibrary.com>
Thu, 26 Mar 2009 21:21:56 +0000 (21:21 +0000)
committerShawn Boyette <sboyette@esilibrary.com>
Thu, 26 Mar 2009 21:21:56 +0000 (21:21 +0000)
Equinox-Migration/t/03-MapDrivenXMLProc.t [new file with mode: 0644]

diff --git a/Equinox-Migration/t/03-MapDrivenXMLProc.t b/Equinox-Migration/t/03-MapDrivenXMLProc.t
new file mode 100644 (file)
index 0000000..3c3540c
--- /dev/null
@@ -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");
+