/[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 36 by dpavlin, Thu Jan 5 21:51:29 2006 UTC revision 37 by dpavlin, Thu Jan 5 22:16:21 2006 UTC
# Line 3  Line 3 
3  use strict;  use strict;
4  use blib;  use blib;
5    
6  use Test::More tests => 11;  use Test::More tests => 12;
7  use Test::Exception;  use Test::Exception;
8  use Data::Dumper;  use Data::Dumper;
9    
# Line 28  ok($node->set_auth('foo','bar'), 'set_au Line 28  ok($node->set_auth('foo','bar'), 'set_au
28  cmp_ok($node->status, '==', -1, 'status');  cmp_ok($node->status, '==', -1, 'status');
29    
30  my $nodelist;  my $nodelist;
31  cmp_ok($node->shuttle_url( '?action=nodelist', 'text/plain', undef, \$nodelist),  foreach my $url (qw{?action=nodelist http://localhost/master_ui?action=nodelist}) {
32          '==', 200, 'nodelist');          cmp_ok(
33                    $node->shuttle_url( $url, 'text/plain', undef, \$nodelist)
34            ,'==', 200, 'nodelist');
35    }
36    
37  my $draft = <<'_END_OF_DRAFT_';  my $draft = <<'_END_OF_DRAFT_';
38  @uri=data001  @uri=data001

Legend:
Removed from v.36  
changed lines
  Added in v.37

  ViewVC Help
Powered by ViewVC 1.1.26