--- trunk/t/0-common.t 2007/09/03 15:26:46 887 +++ trunk/t/0-common.t 2007/11/01 00:16:48 949 @@ -1,22 +1,15 @@ #!/usr/bin/perl -w use strict; -use Test::More tests => 7; -use Test::Exception; use blib; -use Data::Dump qw/dump/; -use Cwd qw/abs_path/; +use Test::More tests => 7; BEGIN { +use_ok( 'WebPAC::Test' ); use_ok( 'WebPAC::Common' ); } -my $debug = shift @ARGV; - -ok(my $abs_path = abs_path($0), "abs_path"); -$abs_path =~ s#/[^/]*$#/#; # - my $path = "$abs_path/conf/test.yml"; my $common = 'WebPAC::Common';