Loading 08_modules/0802_module_definitions_part/080203_importing_from_modules/08020303_importing_groups/Sem_08020303_ImportingGroups_002.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ import from Sem_08020303_ImportingGroups_002_import { type component GeneralComp {} testcase TC_Sem_08020303_ImportingGroups_002() runs on GeneralComp { if (c_myconst == 49532) { if (c_myconst == 49532) { // c_myconst shall be imported from const all;, the exception must not removed it from the imports. setverdict(fail); } else { setverdict(pass); Loading Loading
08_modules/0802_module_definitions_part/080203_importing_from_modules/08020303_importing_groups/Sem_08020303_ImportingGroups_002.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ import from Sem_08020303_ImportingGroups_002_import { type component GeneralComp {} testcase TC_Sem_08020303_ImportingGroups_002() runs on GeneralComp { if (c_myconst == 49532) { if (c_myconst == 49532) { // c_myconst shall be imported from const all;, the exception must not removed it from the imports. setverdict(fail); } else { setverdict(pass); Loading