You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Mike Edwards (JIRA)" <de...@tuscany.apache.org> on 2009/11/05 19:03:32 UTC

[jira] Created: (TUSCANY-3363) OASIS Test ASM_12011 has errors

OASIS Test ASM_12011 has errors
-------------------------------

                 Key: TUSCANY-3363
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3363
             Project: Tuscany
          Issue Type: Bug
          Components: OASIS Compliance - OASIS
    Affects Versions: Java-SCA-2.0
            Reporter: Mike Edwards
            Assignee: Mike Edwards
             Fix For: Java-SCA-2.0


ASM_120011 is in error since the current set of artifacts (TEST_ASM_12011.composite, plus set of contributions indicated by the Test Client) do not provide a test which matches the documentation for the testcase nor match the definition provided in the related Test Assertion.

- ASM_120011 has some of its artifacts mixed with those of ASM_12010.  This affects the order of artifact resolution that is under test and prevents ASM_12011 from getting the resolution sequence that is necessary.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TUSCANY-3363) OASIS Test ASM_12011 has errors

Posted by "Mike Edwards (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Edwards resolved TUSCANY-3363.
-----------------------------------

    Resolution: Fixed

Fixed in OASIS SVN revisions 385, 386

> OASIS Test ASM_12011 has errors
> -------------------------------
>
>                 Key: TUSCANY-3363
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3363
>             Project: Tuscany
>          Issue Type: Bug
>          Components: OASIS Compliance - OASIS
>    Affects Versions: Java-SCA-2.0
>            Reporter: Mike Edwards
>            Assignee: Mike Edwards
>             Fix For: Java-SCA-2.0
>
>
> ASM_120011 is in error since the current set of artifacts (TEST_ASM_12011.composite, plus set of contributions indicated by the Test Client) do not provide a test which matches the documentation for the testcase nor match the definition provided in the related Test Assertion.
> - ASM_120011 has some of its artifacts mixed with those of ASM_12010.  This affects the order of artifact resolution that is under test and prevents ASM_12011 from getting the resolution sequence that is necessary.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (TUSCANY-3363) OASIS Test ASM_12011 has errors

Posted by "Mike Edwards (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Edwards closed TUSCANY-3363.
---------------------------------


Closing resolved issues

> OASIS Test ASM_12011 has errors
> -------------------------------
>
>                 Key: TUSCANY-3363
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3363
>             Project: Tuscany
>          Issue Type: Bug
>          Components: OASIS Compliance - OASIS
>    Affects Versions: Java-SCA-2.0
>            Reporter: Mike Edwards
>            Assignee: Mike Edwards
>             Fix For: Java-SCA-2.0
>
>
> ASM_120011 is in error since the current set of artifacts (TEST_ASM_12011.composite, plus set of contributions indicated by the Test Client) do not provide a test which matches the documentation for the testcase nor match the definition provided in the related Test Assertion.
> - ASM_120011 has some of its artifacts mixed with those of ASM_12010.  This affects the order of artifact resolution that is under test and prevents ASM_12011 from getting the resolution sequence that is necessary.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TUSCANY-3363) OASIS Test ASM_12011 has errors

Posted by "Mike Edwards (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-3363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774009#action_12774009 ] 

Mike Edwards commented on TUSCANY-3363:
---------------------------------------

a) Create a new ASM_12011 contribution

b) Move Test_ASM_12011.composite to this new contribution

c) Create a new sca-contribution.xml file for the new contribution:

<!-- sca-contribution for testcase ASM_12011 -->
<contribution 
	xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
	xmlns:test="http://docs.oasis-open.org/ns/opencsa/scatests/200903">

	<import namespace="http://docs.oasis-open.org/ns/opencsa/scatests/200903"/>
	<!-- The test is set up so that the imports for namespace http://docs.oasis-open.org/ns/opencsa/scatests/2009032 
	     are made from 1 other contribution - Contribution2
	-->
	<import namespace="http://docs.oasis-open.org/ns/opencsa/scatests/2009032" location="Contribution2"/>
	<import namespace="http://test.sca.oasisopen.org/"/> 							<!-- WSDL namespace -->
	
</contribution>

d) Change the ASM_12011_TestCase client to use the new contribution:

"ASM_12011", "Contribution2", "General", "General" + _Lang

The new contribution and its sca-contribution.xml file, plus the other contributions listed, cause the right form of resolution for the artifacts and cause the artifact resolution error that is demanded by the testcase description.

> OASIS Test ASM_12011 has errors
> -------------------------------
>
>                 Key: TUSCANY-3363
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3363
>             Project: Tuscany
>          Issue Type: Bug
>          Components: OASIS Compliance - OASIS
>    Affects Versions: Java-SCA-2.0
>            Reporter: Mike Edwards
>            Assignee: Mike Edwards
>             Fix For: Java-SCA-2.0
>
>
> ASM_120011 is in error since the current set of artifacts (TEST_ASM_12011.composite, plus set of contributions indicated by the Test Client) do not provide a test which matches the documentation for the testcase nor match the definition provided in the related Test Assertion.
> - ASM_120011 has some of its artifacts mixed with those of ASM_12010.  This affects the order of artifact resolution that is under test and prevents ASM_12011 from getting the resolution sequence that is necessary.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.