name change
[migration-tools.git] / Equinox-Migration / t / 03-MapDrivenMARCXMLProc.t
diff --git a/Equinox-Migration/t/03-MapDrivenMARCXMLProc.t b/Equinox-Migration/t/03-MapDrivenMARCXMLProc.t
new file mode 100644 (file)
index 0000000..baf880f
--- /dev/null
@@ -0,0 +1,11 @@
+#!perl -T
+
+#use Test::More tests => 39;
+use Test::More qw(no_plan);
+#use Equinox::Migration::MapDrivenXMLProc;
+is (1,1);
+exit;
+# baseline object creation
+#my $sm = Equinox::Migration::MapDrivenXMLProc->new();
+#is(ref $sm, "Equinox::Migration::MapDrivenXMLProc", "self is self");
+