- From: Asir Vedamuthu <asirveda@microsoft.com>
- Date: Tue, 22 May 2007 21:17:47 -0700
- To: "public-ws-policy@w3.org" <public-ws-policy@w3.org>
- CC: Manjula Peiris <manjula@wso2.com>
FYI - WSO2/Manjula reported the following minor bugs in Round 2 WSDL 20 test cases. These are good catches from Manjula.
-----Original Message-----
From: public-ws-policy-qa-request@w3.org [mailto:public-ws-policy-qa-request@w3.org] On Behalf Of bugzilla@wiggum.w3.org
Sent: Tuesday, May 22, 2007 9:00 PM
To: public-ws-policy-qa@w3.org
Subject: [Bug 4575] Minor Bugs in Round 2 WSDL 20 Test Cases from WSO2/Manjula
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4575
Summary: Minor Bugs in Round 2 WSDL 20 Test Cases from
WSO2/Manjula
Product: WS-Policy
Version: CR
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Test Suite
AssignedTo: fsasaki@w3.org
ReportedBy: asirveda@microsoft.com
QAContact: public-ws-policy-qa@w3.org
1. The binding attribute of the endpoint "Endpoint-2B" should be Binding-2B
2. service1-Endpoint1B-Operation1A
The result should be
<wsp:Policy xmlns:wsp="http://www.w3.org/ns/ws-policy">
<wsp:ExactlyOne>
<wsp:All>
<pa:Assertion4
xmlns:pa="http://ws-policy.example.com/assertion" marker="4" />
<pa:Assertion32
xmlns:pa="http://ws-policy.example.com/assertion" marker="32" />
</wsp:All>
</wsp:ExactlyOne>
</wsp:Policy>
3. service1-Operation1A-Endpoint1A-Input
The result should be
<wsp:Policy xmlns:wsp="http://www.w3.org/ns/ws-policy">
<wsp:ExactlyOne>
<wsp:All>
<pa:Assertion5
xmlns:pa="http://ws-policy.example.com/assertion" marker="5" />
<pa:Assertion2
xmlns:pa="http://ws-policy.example.com/assertion" marker="2" />
<pa:Assertion24
xmlns:pa="http://ws-policy.example.com/assertion" marker="24" />
</wsp:All>
</wsp:ExactlyOne>
</wsp:Policy>
4. service1-Operation1A-Endpoint1B-Input
The result should be
<wsp:Policy xmlns:wsp="http://www.w3.org/ns/ws-policy">
<wsp:ExactlyOne>
<wsp:All>
<pa:Assertion5
xmlns:pa="http://ws-policy.example.com/assertion" marker="5" />
<pa:Assertion2
xmlns:pa="http://ws-policy.example.com/assertion" marker="2" />
<pa:Assertion33
xmlns:pa="http://ws-policy.example.com/assertion" marker="33" />
</wsp:All>
</wsp:ExactlyOne>
</wsp:Policy>
Received on Wednesday, 23 May 2007 04:18:10 UTC