From d38aa4231d42f1231c6538b545a4b5405df86c22 Mon Sep 17 00:00:00 2001 From: Shawn Boyette Date: Thu, 26 Mar 2009 21:21:56 +0000 Subject: [PATCH 1/1] initial checkin --- Equinox-Migration/t/03-MapDrivenXMLProc.t | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 Equinox-Migration/t/03-MapDrivenXMLProc.t 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"); + -- 1.7.2.5