From d1683d393c2b1871a7e6e7c9804b45a6122a6dc7 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 21 Aug 2018 16:53:47 +0300 Subject: [PATCH] Revert 011a564 -- 0023581: [CEA 2262] : Syntax error in XML tag The error in XML tag is intentional, to check that an exception is raised --- src/yacsloader_swig/Test/testEdit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yacsloader_swig/Test/testEdit.py b/src/yacsloader_swig/Test/testEdit.py index 6054d892c..ab9bb838a 100755 --- a/src/yacsloader_swig/Test/testEdit.py +++ b/src/yacsloader_swig/Test/testEdit.py @@ -67,7 +67,7 @@ class TestEdit(unittest.TestCase): inport=n.getInputPort("p1"); retex=None try: - inport.edInitXML("5") + inport.edInitXML("5") except ValueError as ex: print("Value Error: ", ex) retex=ex -- 2.39.2