/[webpac2]/trunk/t/2-input-xml.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-xml.t

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

revision 968 by dpavlin, Fri Nov 2 13:59:10 2007 UTC revision 989 by dpavlin, Sun Nov 4 13:26:06 2007 UTC
# Line 3  Line 3 
3  use strict;  use strict;
4  use blib;  use blib;
5    
6  use Test::More tests => 12;  use Test::More tests => 18;
7    
8  BEGIN {  BEGIN {
9  use_ok( 'WebPAC::Test' );  use_ok( 'WebPAC::Test' );
# Line 22  ok(my $input = new WebPAC::Input( Line 22  ok(my $input = new WebPAC::Input(
22  throws_ok { $input->open( path => '/tmp/does_not_exit', %LOG ) } qr/can't find path/, 'open with non-existant path';  throws_ok { $input->open( path => '/tmp/does_not_exit', %LOG ) } qr/can't find path/, 'open with non-existant path';
23    
24  ok(my $db = $input->open(  ok(my $db = $input->open(
25          path => "$abs_path/data/xml/"          path => "$abs_path/data/xml/",
26            mungle => "$abs_path/conf/mungle/xml.pl",
27  ), "open");  ), "open");
28  ok(my $size = $input->size, "size");  ok(my $size = $input->size, "size");
29    

Legend:
Removed from v.968  
changed lines
  Added in v.989

  ViewVC Help
Powered by ViewVC 1.1.26