/[Search-Estraier]/trunk/t/5_Node.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/5_Node.t

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

revision 43 by dpavlin, Fri Jan 6 00:04:28 2006 UTC revision 44 by dpavlin, Fri Jan 6 01:12:10 2006 UTC
# Line 3  Line 3 
3  use strict;  use strict;
4  use blib;  use blib;
5    
6  use Test::More tests => 40;  use Test::More tests => 45;
7  use Test::Exception;  use Test::Exception;
8  use Data::Dumper;  use Data::Dumper;
9    
# Line 69  ok( $node->edit_doc( $doc ), 'edit_doc') Line 69  ok( $node->edit_doc( $doc ), 'edit_doc')
69    
70  for ( 6 .. 10 ) {  for ( 6 .. 10 ) {
71          ok( $node->get_doc( $_ ), "get_doc $_");          ok( $node->get_doc( $_ ), "get_doc $_");
72          ok( $node->get_doc_by_uri( 'test' . $_ ), "get_doc_by_uri test$_");          my $uri = 'test' . $_;
73            ok( $node->get_doc_by_uri( $uri ), "get_doc_by_uri $uri");
74            ok( my $k = $node->etch_doc_by_uri( $uri ), "etch_doc_by_uri $uri");
75  }  }

Legend:
Removed from v.43  
changed lines
  Added in v.44

  ViewVC Help
Powered by ViewVC 1.1.26