sure, i would create a junit test cases for the assertions.
----- Original Message ---- From: Lawrence Mandel (JIRA) <[EMAIL PROTECTED]> To: [email protected] Sent: Tuesday, April 29, 2008 6:55:56 AM Subject: [jira] Commented: (WODEN-103) Woden is failing several binding assertions in the WSDL validation report [ https://issues.apache.org/jira/browse/WODEN-103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593016#action_12593016 ] Lawrence Mandel commented on WODEN-103: --------------------------------------- Hi Sudhir. Thanks for the patch. In general, we like to to have a test for new code or fixes contributed with the new code. Have you created a JUnit test before? We use JUnit in Woden to automate testing of components, like assertions. You can see examples of assertion tests at [1]. Do you think this is something you can create an contribute?w3 [1] http://svn.apache.org/repos/asf/webservices/woden/trunk/java/test/org/apache/woden/internal/wsdl20/assertions/ > Woden is failing several binding assertions in the WSDL validation report > ------------------------------------------------------------------------- > > Key: WODEN-103 > URL: https://issues.apache.org/jira/browse/WODEN-103 > Project: Woden > Issue Type: Bug > Components: Validation > Reporter: Lawrence Mandel > Assignee: sudhir vishwanath > Fix For: M8 > > Attachments: Echo.wsdl, jira-103-Binding1047.txt > > > Woden is failing the following validation tests by reporting an unexpected > assertion ID: Binding-4B, Binding-5B, BindingFaultReference-1B, > BindingFaultReference-2B, BindingMessageReference-2B, > BindingMessageReference-3B, and BindingOperation-1B. > The failures may be due to incorrect validation logic in Woden or incorrectly > flagged assertions in the W3C test suite. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
