Files
aws/regtests/0247_empty_record/test.py
Pascal Obry 9c69e35793 Fix handling of empty complexType.
Add corresponding regression test.
2014-06-07 18:43:28 +02:00

6 lines
135 B
Python

from test_support import *
exec_cmd('wsdl2aws', ['-f', '-doc', 'wsdl_empty_record.wsdl'],
ignore_error=True)
build('wsdler')