Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Java-SCA-2.0-M3
-
None
-
all
Description
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)