Loading tools/TestMacroProcessor/macros/TC_type.ttcn_macro +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ testcase TC_${module}() runs on C system C { // encode the message if (isvalue(m_msg) && match(m_msg, m_msg)) { if (isvalue(m_msg) and match(m_msg, m_msg)) { setverdict(pass, "Built-in XSD type was found and TCI value was created"); } else { setverdict(fail, "Failure to create a value of the given built-in XSD type"); Loading Loading
tools/TestMacroProcessor/macros/TC_type.ttcn_macro +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ testcase TC_${module}() runs on C system C { // encode the message if (isvalue(m_msg) && match(m_msg, m_msg)) { if (isvalue(m_msg) and match(m_msg, m_msg)) { setverdict(pass, "Built-in XSD type was found and TCI value was created"); } else { setverdict(fail, "Failure to create a value of the given built-in XSD type"); Loading