Skip to content
Snippets Groups Projects
Commit 89cb7a2f authored by Adrien Kirjak's avatar Adrien Kirjak
Browse files

Added test cases


Signed-off-by: default avatarAdrien Kirjak <adrien.kirjak@ericsson.com>
parent 5bf0a980
No related branches found
No related tags found
1 merge request!55Added test cases
...@@ -50,4 +50,4 @@ module Sem_160102_predefined_functions_080 { ...@@ -50,4 +50,4 @@ module Sem_160102_predefined_functions_080 {
control{ control{
execute(TC_Sem_160102_predefined_functions_080()); execute(TC_Sem_160102_predefined_functions_080());
} }
} } with {encode "RAW" }
...@@ -42,9 +42,9 @@ module Sem_B0105_toplevel_002 { ...@@ -42,9 +42,9 @@ module Sem_B0105_toplevel_002 {
} }
v_testMessage:= { v_testMessage:= {
field1 := "ű", field1 := "ű",
field2 := "ű1234Å´", field2 := "ű1234Ŵ",
field3 := "ű" field3 := "ű"
} }
connect(self:messagePort, self:messagePort); connect(self:messagePort, self:messagePort);
......
File mode changed from 100755 to 100644
...@@ -274,7 +274,6 @@ Sem_050402_actual_parameters_192.control ...@@ -274,7 +274,6 @@ Sem_050402_actual_parameters_192.control
Sem_050402_actual_parameters_194.control Sem_050402_actual_parameters_194.control
Sem_050402_actual_parameters_195.control Sem_050402_actual_parameters_195.control
Sem_050402_actual_parameters_196.control Sem_050402_actual_parameters_196.control
Sem_050402_actual_parameters_197.control
Sem_050402_actual_parameters_198.control Sem_050402_actual_parameters_198.control
Sem_050402_actual_parameters_199.control Sem_050402_actual_parameters_199.control
Sem_050402_actual_parameters_200.control Sem_050402_actual_parameters_200.control
...@@ -302,6 +301,7 @@ Sem_060101_TopLevel_003.control ...@@ -302,6 +301,7 @@ Sem_060101_TopLevel_003.control
Sem_060101_TopLevel_004.control Sem_060101_TopLevel_004.control
Sem_060101_TopLevel_005.control Sem_060101_TopLevel_005.control
Sem_060101_TopLevel_006.control Sem_060101_TopLevel_006.control
Sem_060101_TopLevel_007.control
Sem_06010201_ListOfValues_001.control Sem_06010201_ListOfValues_001.control
Sem_06010202_ListOfTypes_001.control Sem_06010202_ListOfTypes_001.control
Sem_06010202_ListOfTypes_002.control Sem_06010202_ListOfTypes_002.control
...@@ -349,11 +349,16 @@ Sem_06020101_ReferencingRecordFields_013.control ...@@ -349,11 +349,16 @@ Sem_06020101_ReferencingRecordFields_013.control
Sem_06020101_ReferencingRecordFields_014.control Sem_06020101_ReferencingRecordFields_014.control
Sem_06020101_ReferencingRecordFields_016.control Sem_06020101_ReferencingRecordFields_016.control
Sem_06020101_ReferencingRecordFields_017.control Sem_06020101_ReferencingRecordFields_017.control
Sem_060201_RecordTypeValues_001.control
Sem_060201_RecordTypeValues_002.control Sem_060201_RecordTypeValues_002.control
Sem_060201_RecordTypeValues_003.control
Sem_060202_SetTypeValues_001.control Sem_060202_SetTypeValues_001.control
Sem_060202_SetTypeValues_002.control Sem_060202_SetTypeValues_002.control
Sem_060202_SetTypeValues_003.control Sem_060202_SetTypeValues_003.control
Sem_060202_SetTypeValues_004.control Sem_060202_SetTypeValues_004.control
Sem_060202_SetTypeValues_005.control
Sem_060202_SetTypeValues_006.control
Sem_060202_SetTypeValues_007.control
Sem_060203_records_and_sets_of_single_types_001.control Sem_060203_records_and_sets_of_single_types_001.control
Sem_060203_records_and_sets_of_single_types_004.control Sem_060203_records_and_sets_of_single_types_004.control
Sem_060203_records_and_sets_of_single_types_005.control Sem_060203_records_and_sets_of_single_types_005.control
...@@ -446,6 +451,8 @@ Sem_060301_non_structured_types_004.control ...@@ -446,6 +451,8 @@ Sem_060301_non_structured_types_004.control
Sem_060302_structured_types_002.control Sem_060302_structured_types_002.control
Sem_060302_structured_types_003.control Sem_060302_structured_types_003.control
Sem_060302_structured_types_005.control Sem_060302_structured_types_005.control
Sem_060303_component_types_001.control
Sem_060303_component_types_002.control
Sem_070101_ArithmeticOperators_001.control Sem_070101_ArithmeticOperators_001.control
Sem_070101_ArithmeticOperators_002.control Sem_070101_ArithmeticOperators_002.control
Sem_070101_ArithmeticOperators_003.control Sem_070101_ArithmeticOperators_003.control
...@@ -575,6 +582,8 @@ Sem_0901_Communication_ports_002.control ...@@ -575,6 +582,8 @@ Sem_0901_Communication_ports_002.control
Sem_0901_Communication_ports_003.control Sem_0901_Communication_ports_003.control
Sem_0901_Communication_ports_004.control Sem_0901_Communication_ports_004.control
Sem_0901_Communication_ports_005.control Sem_0901_Communication_ports_005.control
Sem_0902_Communication_ports_001.control
Sem_0902_Communication_ports_002.control
Sem_10_Constants_001.control Sem_10_Constants_001.control
Sem_10_Constants_002.control Sem_10_Constants_002.control
Sem_10_Constants_003.control Sem_10_Constants_003.control
...@@ -640,6 +649,7 @@ Sem_1505_ModifiedTemplates_003.control ...@@ -640,6 +649,7 @@ Sem_1505_ModifiedTemplates_003.control
Sem_1505_ModifiedTemplates_004.control Sem_1505_ModifiedTemplates_004.control
Sem_1505_ModifiedTemplates_005.control Sem_1505_ModifiedTemplates_005.control
Sem_1505_ModifiedTemplates_006.control Sem_1505_ModifiedTemplates_006.control
Sem_1505_ModifiedTemplates_007.control
Sem_1505_ModifiedTemplates_009.control Sem_1505_ModifiedTemplates_009.control
Sem_1505_ModifiedTemplates_010.control Sem_1505_ModifiedTemplates_010.control
Sem_150602_ReferencingRecordAndSetFields_001.control Sem_150602_ReferencingRecordAndSetFields_001.control
...@@ -719,6 +729,28 @@ Sem_160102_predefined_functions_038.control ...@@ -719,6 +729,28 @@ Sem_160102_predefined_functions_038.control
Sem_160102_predefined_functions_039.control Sem_160102_predefined_functions_039.control
Sem_160102_predefined_functions_040.control Sem_160102_predefined_functions_040.control
Sem_160102_predefined_functions_041.control Sem_160102_predefined_functions_041.control
Sem_160102_predefined_functions_042.control
Sem_160102_predefined_functions_043.control
Sem_160102_predefined_functions_044.control
Sem_160102_predefined_functions_045.control
Sem_160102_predefined_functions_046.control
Sem_160102_predefined_functions_063.control
Sem_160102_predefined_functions_064.control
Sem_160102_predefined_functions_065.control
Sem_160102_predefined_functions_066.control
Sem_160102_predefined_functions_067.control
Sem_160102_predefined_functions_068.control
Sem_160102_predefined_functions_069.control
Sem_160102_predefined_functions_070.control
Sem_160102_predefined_functions_071.control
Sem_160102_predefined_functions_072.control
Sem_160102_predefined_functions_073.control
Sem_160102_predefined_functions_074.control
Sem_160102_predefined_functions_075.control
Sem_160102_predefined_functions_076.control
Sem_160102_predefined_functions_077.control
Sem_160102_predefined_functions_078.control
Sem_160102_predefined_functions_079.control
Sem_160102_predefined_functions_081.control Sem_160102_predefined_functions_081.control
Sem_160102_predefined_functions_082.control Sem_160102_predefined_functions_082.control
Sem_160102_predefined_functions_083.control Sem_160102_predefined_functions_083.control
...@@ -1105,6 +1137,7 @@ Sem_B010503_match_n_times_004.control ...@@ -1105,6 +1137,7 @@ Sem_B010503_match_n_times_004.control
Sem_B010503_match_n_times_005.control Sem_B010503_match_n_times_005.control
Sem_B010505_pattern_compatibility_001.control Sem_B010505_pattern_compatibility_001.control
Sem_B0105_toplevel_001.control Sem_B0105_toplevel_001.control
Sem_B0105_toplevel_002.control
Sem_C0602_The_testcasename_function_001.control Sem_C0602_The_testcasename_function_001.control
Sem_D01_macro_module_001.control Sem_D01_macro_module_001.control
Sem_D02_macro_file_001.control Sem_D02_macro_file_001.control
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment