Skip to content
Snippets Groups Projects
Commit 2ccef61e authored by Botond Baranyi's avatar Botond Baranyi Committed by Adam Knapp
Browse files

Adjusted negative OOP conformance tests (issue #604)

parent 6f18b053
No related branches found
No related tags found
1 merge request!261Adjusted negative OOP conformance tests (issue #604)
......@@ -1121,7 +1121,7 @@ module NegSem_50101_top_level_004a "TTCN-3:2018 Object-Oriented" {
<END_MODULE>
<RESULT COUNT>
error: Function .* cannot be started on a parallel test component because parameter .* is of a class type
error: Function .* cannot be started on a parallel test component because the type of parameter .* is or embeds a class type
<END_RESULT>
<END_TC>
......@@ -1276,7 +1276,7 @@ module NegSem_50101_top_level_006 "TTCN-3:2018 Object-Oriented" {
<END_MODULE>
<RESULT COUNT>
error: Type of module parameter cannot be or embed class type
error: Type of module parameter cannot be or embed a class type
<END_RESULT>
<END_TC>
......
......@@ -114,7 +114,7 @@ module NegSem_5010202_ObjectReferences_001 "TTCN-3:2018 Object-Oriented" {
<END_MODULE>
<RESULT COUNT>
error: Function .* cannot be started on a parallel test component because parameter .* is of a class type
error: Function .* cannot be started on a parallel test component because the type of parameter .* is or embeds a class type
<END_RESULT>
<END_TC>
......
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