File: 03_complexType-choice.t

package info (click to toggle)
libsoap-wsdl-perl 3.003-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,860 kB
  • sloc: perl: 8,431; xml: 1,769; java: 19; makefile: 15
file content (12 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
use Test::More tests => 2;
use lib '../lib';

use_ok qw/SOAP::WSDL/;

my $soap = SOAP::WSDL->new();


TODO: {
    local $TODO="implement tests";
    fail "serialize choice element";
}