This document explains CVS access to the W3C Public CVS Repository for participants in WS Policy interoperability testing.
The CVS base is available read-only, using the CVS pserver authentication:
CVSROOT=:pserver:anonymous@dev.w3.org:/sources/public
password: anonymous
To checkout the 2006/ws/policy/interop CVS Module, you have to run the following commands:
CVSROOT=:pserver:anonymous@dev.w3.org:/sources/public cvs login
enter the password anonymous
when
prompted. Then do:
CVSROOT=:pserver:anonymous@dev.w3.org:/sources/public cvs checkout -r <RELEASE-TAG>
2006/ws/policy/interop
A list of the existing release tags can be found at http://dev.w3.org/cvsweb/2006/ws/policy/interop (see the bottom of the page). For more information, please visit the WWW interface to the W3C public CVS tree.
There are three simple steps to record and report your interop or unit test results for the CR Dashboard:
Update the XML file with your interop or unit test results.
For instance, there are 108 unit test cases in Round 1. Axway will download and update the XML file round1-Axway.xml. <passed>true</passed> element represents a successful outcome. <passed>false</passed> element represents a failure.
Another example, there are four interop test cases in Round 3 WSDL 11. BEA will download the template XML file round3-WSDL11-BEA.xml and update it. Where,
<result>- represents a successful outcome for test case T1 against the Microsoft Round 3 WSDL 11 endpoint.
<testcaseref>R3WSDL11T1</testcaseref>
<provider>Microsoft</provider>
<passed>true</passed>
</result>
Copyright © 2006 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply. Your interactions with this site are in accordance with our public and Member privacy statements.