fix for failing tests

master
Vishnu 2013-03-26 18:25:21 +05:30
parent cadb31ba03
commit 9fd4dfe1b1
3 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<SOAP-ENV:Body>
<helloObj xmlns="http://xml.netbeans.org/schema/dataTypes.xsd">
<dat:string xmlns:dat="http://xml.netbeans.org/schema/dataTypes.xsd">string</dat:string>
<dat:int xmlns:dat="http://xml.netbeans.org/schema/dataTypes.xsd">1</dat:int>
<dat:int xmlns:dat="http://xml.netbeans.org/schema/dataTypes.xsd">2</dat:int>
</helloObj>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

View File

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<urn:person xmlns:msgns="http://j2ee.netbeans.org/wsdl/childWSDL" xmlns:urn="urn:SampleXSD" name="Original Name">
<urn:person xmlns:msgns="http://j2ee.netbeans.org/wsdl/childWSDL" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:SampleXSD" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Original Name">
<urn:home country="US">
<urn:name>?string?</urn:name>

View File

@ -40,5 +40,4 @@ caps.jbi.tests=\
driver-tests/smtpbc/SMTPBCTests/INOUTTestJBI, \
driver-tests/smtpbc/SMTPBCTests/OneWayTestJBI, \
driver-tests/filebc/FileBCTests/FileBCJbi, \
driver-tests/ftpbc/FTPBCTests/DownloaderCompApp, \
driver-tests/ftpbc/FTPBCTests/Download_Keep_Remote_Name_CompApp
driver-tests/ftpbc/FTPBCTests/DownloaderCompApp