Loading 06_types_and_values/0601_basic_types_and_values/060102_subtyping_of_basic_types/06010201_lists_of_values/NegSem_06010201_ListOfValues_001.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ module NegSem_06010201_ListOfValues_001 { type component GeneralComp {} testcase TC_NegSem_06010201_ListOfValues_001() runs on GeneralComp { var MyListOfBitStrings v_b := '00'B; var MyListOfBitStrings v_b := '00'B; // value is not defined by the type setverdict(pass); } Loading 06_types_and_values/0601_basic_types_and_values/060102_subtyping_of_basic_types/06010201_lists_of_values/NegSem_06010201_ListOfValues_002.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ module NegSem_06010201_ListOfValues_002 { type component GeneralComp {} testcase TC_NegSem_06010201_ListOfValues_002() runs on GeneralComp { var MyListOfHexStrings v_h := '00'H; var MyListOfHexStrings v_h := '00'H; // value is not defined by the type setverdict(pass); } Loading 06_types_and_values/0601_basic_types_and_values/060102_subtyping_of_basic_types/06010201_lists_of_values/NegSem_06010201_ListOfValues_003.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ module NegSem_06010201_ListOfValues_003 { type component GeneralComp {} testcase TC_NegSem_06010201_ListOfValues_003() runs on GeneralComp { var MyListOfOctetStrings v_h := '00'O; var MyListOfOctetStrings v_h := '00'O; // value is not defined by the type setverdict(pass); } Loading 06_types_and_values/0601_basic_types_and_values/060102_subtyping_of_basic_types/06010201_lists_of_values/NegSem_06010201_ListOfValues_004.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ module NegSem_06010201_ListOfValues_004 { type component GeneralComp {} testcase TC_NegSem_06010201_ListOfValues_004() runs on GeneralComp { var MyCharstr v_b := "d"; var MyCharstr v_b := "d"; // value is not defined by the type setverdict(pass); } Loading 06_types_and_values/0601_basic_types_and_values/060102_subtyping_of_basic_types/06010201_lists_of_values/NegSem_06010201_ListOfValues_005.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ module NegSem_06010201_ListOfValues_005 { type component GeneralComp {} testcase TC_NegSem_06010201_ListOfValues_005() runs on GeneralComp { var MyInt v_i := 2; var MyInt v_i := 2; // value is not defined by the type setverdict(pass); } Loading Loading
06_types_and_values/0601_basic_types_and_values/060102_subtyping_of_basic_types/06010201_lists_of_values/NegSem_06010201_ListOfValues_001.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ module NegSem_06010201_ListOfValues_001 { type component GeneralComp {} testcase TC_NegSem_06010201_ListOfValues_001() runs on GeneralComp { var MyListOfBitStrings v_b := '00'B; var MyListOfBitStrings v_b := '00'B; // value is not defined by the type setverdict(pass); } Loading
06_types_and_values/0601_basic_types_and_values/060102_subtyping_of_basic_types/06010201_lists_of_values/NegSem_06010201_ListOfValues_002.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ module NegSem_06010201_ListOfValues_002 { type component GeneralComp {} testcase TC_NegSem_06010201_ListOfValues_002() runs on GeneralComp { var MyListOfHexStrings v_h := '00'H; var MyListOfHexStrings v_h := '00'H; // value is not defined by the type setverdict(pass); } Loading
06_types_and_values/0601_basic_types_and_values/060102_subtyping_of_basic_types/06010201_lists_of_values/NegSem_06010201_ListOfValues_003.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ module NegSem_06010201_ListOfValues_003 { type component GeneralComp {} testcase TC_NegSem_06010201_ListOfValues_003() runs on GeneralComp { var MyListOfOctetStrings v_h := '00'O; var MyListOfOctetStrings v_h := '00'O; // value is not defined by the type setverdict(pass); } Loading
06_types_and_values/0601_basic_types_and_values/060102_subtyping_of_basic_types/06010201_lists_of_values/NegSem_06010201_ListOfValues_004.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ module NegSem_06010201_ListOfValues_004 { type component GeneralComp {} testcase TC_NegSem_06010201_ListOfValues_004() runs on GeneralComp { var MyCharstr v_b := "d"; var MyCharstr v_b := "d"; // value is not defined by the type setverdict(pass); } Loading
06_types_and_values/0601_basic_types_and_values/060102_subtyping_of_basic_types/06010201_lists_of_values/NegSem_06010201_ListOfValues_005.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ module NegSem_06010201_ListOfValues_005 { type component GeneralComp {} testcase TC_NegSem_06010201_ListOfValues_005() runs on GeneralComp { var MyInt v_i := 2; var MyInt v_i := 2; // value is not defined by the type setverdict(pass); } Loading