/[notice-sender]/trunk/t/2_soap.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_soap.t

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

revision 63 by dpavlin, Wed Jun 22 16:42:06 2005 UTC revision 66 by dpavlin, Fri Jul 8 11:46:35 2005 UTC
# Line 13  BEGIN { Line 13  BEGIN {
13    
14  my $list_name = 'SOAP test';  my $list_name = 'SOAP test';
15    
16  ok(my $nos = new Nos::SOAP('dsn' => 'dbi:Pg:dbname=notices'), "new");  ok(my $nos = new Nos::SOAP(
17            'dsn' => 'dbi:Pg:dbname=notices',
18            'aliases' => './t/aliases',
19    ), "new");
20    
21  ok(my $daemon = new SOAP::Transport::HTTP::Daemon(LocalAddr => 'localhost')->dispatch_to('Nos::SOAP'), "SOAP daemon");  ok(my $daemon = new SOAP::Transport::HTTP::Daemon(LocalAddr => 'localhost')->dispatch_to('Nos::SOAP'), "SOAP daemon");
22    

Legend:
Removed from v.63  
changed lines
  Added in v.66

  ViewVC Help
Powered by ViewVC 1.1.26