[
https://issues.apache.org/jira/browse/TUSCANY-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Edwards resolved TUSCANY-3335.
-----------------------------------
Resolution: Fixed
This is one testcase that is always implementation dependent and as a result
the main contribution is not "ASM_8005" but rather "ASM_8005_Lang".
Change ASM_8005_TestCase.java to use the contribution list:
"ASM_8005" + _Lang, "General", "General" + _Lang
OASIS SVN repository updated in revision 408
> OASIS fixes required to make ASM-8005 work
> ------------------------------------------
>
> Key: TUSCANY-3335
> URL: https://issues.apache.org/jira/browse/TUSCANY-3335
> Project: Tuscany
> Issue Type: Bug
> Components: OASIS Compliance - OASIS
> Affects Versions: Java-SCA-2.0-M3
> Environment: all
> Reporter: Simon Laws
> Priority: Blocker
> Fix For: Java-SCA-2.0-M4
>
>
> ASM_8005_TestCase.java
> test case should refer to the test case's language specific contribution as
> follows
> config.contributionNames = new String[] { config.testName + _Lang,
> "General", "General" + _Lang };
> (ie the + _Lang on the testName)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.