Commit 3dd365f9 authored by stancakapost's avatar stancakapost
Browse files

fixed tc name

parent d54a75b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;