Loading 08_modules/0802_module_definitions_part/080203_importing_from_modules/08020303_importing_groups/NegSem_08020303_ImportingGroups_001.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ import from NegSem_08020303_ImportingGroups_001 { const c_myotherconst; } }; type component GeneralComp {} testcase TC_NegSem_08020303_ImportingGroups_001() runs on GeneralComp { if (c_myotherconst == 123456) { // c_myotherconst is excluded and shall not be accessible setverdict(fail); Loading Loading
08_modules/0802_module_definitions_part/080203_importing_from_modules/08020303_importing_groups/NegSem_08020303_ImportingGroups_001.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ import from NegSem_08020303_ImportingGroups_001 { const c_myotherconst; } }; type component GeneralComp {} testcase TC_NegSem_08020303_ImportingGroups_001() runs on GeneralComp { if (c_myotherconst == 123456) { // c_myotherconst is excluded and shall not be accessible setverdict(fail); Loading