/[webpac2]/trunk/t/2-input-dbf.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/t/2-input-dbf.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1115 by dpavlin, Thu Nov 1 00:16:48 2007 UTC revision 1116 by dpavlin, Mon Sep 22 15:32:24 2008 UTC
# Line 3  Line 3 
3  use strict;  use strict;
4  use blib;  use blib;
5    
6  use Test::More tests => 1179;  use Test::More;
7    
8  BEGIN {  BEGIN {
9  use_ok( 'WebPAC::Test' );  
10  use_ok( 'WebPAC::Input' );          eval "use XBase";
11            if ( $@ ) {
12                    plan skip_all => "XBase required for WebPAC::Input::DBF";
13            } else {
14                    plan tests => 1179;
15            }
16    
17            use_ok( 'WebPAC::Test' );
18            use_ok( 'WebPAC::Input' );
19  }  }
20    
21  my $module = 'WebPAC::Input::DBF';  my $module = 'WebPAC::Input::DBF';

Legend:
Removed from v.1115  
changed lines
  Added in v.1116

  ViewVC Help
Powered by ViewVC 1.1.26