/[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

Annotation of /trunk/t/5_Node.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29 - (hide annotations)
Thu Jan 5 15:30:35 2006 UTC (18 years, 2 months ago) by dpavlin
File MIME type: application/x-troff
File size: 361 byte(s)
set_url, set_proxy
1 dpavlin 28 #!/usr/bin/perl -w
2    
3     use strict;
4     use blib;
5    
6 dpavlin 29 use Test::More tests => 5;
7 dpavlin 28 use Test::Exception;
8     use Data::Dumper;
9    
10     BEGIN { use_ok('Search::Estraier') };
11    
12     ok(my $node = new Search::Estraier::Node, 'new');
13     isa_ok($node, 'Search::Estraier::Node');
14    
15 dpavlin 29 ok($node->set_url('http://localhost:1978/'), 'set_url');
16    
17     ok($node->set_proxy('proxy.example.com', 8080), 'set_proxy');

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26