Loading tools/TestMacroProcessor/macros/TC.ttcn_macro +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ */ external function matchFile(Raw p_textToMatch, File p_referenceXmlFile, FileList p_xsdFileList, out universal charstring p_matchError) return boolean; testcase TC_Pos_050101_namespaces_001() runs on C system C { testcase TC_${module}() runs on C system C { var Raw v_rcv; var universal charstring v_matchError; Loading Loading
tools/TestMacroProcessor/macros/TC.ttcn_macro +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ */ external function matchFile(Raw p_textToMatch, File p_referenceXmlFile, FileList p_xsdFileList, out universal charstring p_matchError) return boolean; testcase TC_Pos_050101_namespaces_001() runs on C system C { testcase TC_${module}() runs on C system C { var Raw v_rcv; var universal charstring v_matchError; Loading