/[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 44 by dpavlin, Wed May 18 12:32:56 2005 UTC revision 56 by dpavlin, Tue Jun 21 09:14:54 2005 UTC
# Line 42  my $soap = SOAP::Lite Line 42  my $soap = SOAP::Lite
42    
43  ok(my $list_id = $soap->NewList({  ok(my $list_id = $soap->NewList({
44          list => 'SOAP test',          list => 'SOAP test',
45            from => 'SOAP list',
46          email => 'soap-test@example.com',          email => 'soap-test@example.com',
47  })->result, "NewList named");  })->result, "NewList named");
48    
49  ok(my $list_id2 = $soap->NewList(  ok(my $list_id2 = $soap->NewList(
50          'SOAP test',          'SOAP test',
51            'SOAP list',
52          'soap-test@example.com',          'soap-test@example.com',
53  )->result, "NewList positional");  )->result, "NewList positional");
54    

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

  ViewVC Help
Powered by ViewVC 1.1.26