Commit 83b148e1 authored by stancakapost's avatar stancakapost
Browse files

removed external function for neg tests

parent 1bdd9b29
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -25,8 +25,6 @@ module Neg_050103_imports_001 {
        port P p;
    }

	external function matchFile(Raw p_textToMatch, XsdFile p_referenceXmlFile, XsdFileList p_xsdFileList, out universal charstring p_matchError) return boolean;

    testcase TC_Neg_050103_imports_001() runs on C system C {
        map(self:p, system:p);

+0 −2
Original line number Diff line number Diff line
@@ -25,8 +25,6 @@ module Neg_05_top_level_001 {
        port P p;
    }

	external function matchFile(Raw p_textToMatch, XsdFile p_referenceXmlFile, XsdFileList p_xsdFileList, out universal charstring p_matchError) return boolean;

    testcase TC_Neg_05_top_level_001() runs on C system C {
        map(self:p, system:p);

+0 −2
Original line number Diff line number Diff line
@@ -20,8 +20,6 @@ module Neg_060101_length_001 {
        port P p;
    }

	external function matchFile(Raw p_textToMatch, XsdFile p_referenceXmlFile, XsdFileList p_xsdFileList, out universal charstring p_matchError) return boolean;

    testcase TC_Neg_060101_length_001() runs on C system C {
        map(self:p, system:p);

+0 −2
Original line number Diff line number Diff line
@@ -19,8 +19,6 @@ module Neg_060110_maxexclusive_001 {
        port P p;
    }

	external function matchFile(Raw p_textToMatch, XsdFile p_referenceXmlFile, XsdFileList p_xsdFileList, out universal charstring p_matchError) return boolean;

    testcase TC_Neg_060110_maxexclusive_001() runs on C system C {
        map(self:p, system:p);

+0 −2
Original line number Diff line number Diff line
@@ -20,8 +20,6 @@ module Neg_060502_date_and_time_001 {
        port P p;
    }

	external function matchFile(Raw p_textToMatch, XsdFile p_referenceXmlFile, XsdFileList p_xsdFileList, out universal charstring p_matchError) return boolean;

    testcase TC_Neg_060502_date_and_time_001() runs on C system C {
        map(self:p, system:p);

Loading