Skip to content

Commit

Permalink
another bug bites the dust
Browse files Browse the repository at this point in the history
  • Loading branch information
rainer-prosi committed Oct 2, 2024
1 parent 09d8d8f commit d74d700
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
import org.cip4.jdflib.core.ElementName;
import org.cip4.jdflib.core.JDFElement.EnumNodeStatus;
import org.cip4.jdflib.core.JDFElement.EnumValidationLevel;
import org.cip4.jdflib.core.JDFElement.EnumVersion;
import org.cip4.jdflib.core.KElement;
import org.cip4.jdflib.core.VString;
import org.cip4.jdflib.datatypes.JDFAttributeMap;
Expand Down Expand Up @@ -351,6 +352,7 @@ void testComplexStatus()
{
final JDFJMF jmf = JDFJMF.parseFile(sm_dirTestData + "jmf/JMF1.jmf");
final JDFToXJDF conv = new JDFToXJDF();
conv.setNewVersion(EnumVersion.Version_2_3);
final KElement xjmf = conv.makeNewJMF(jmf);
xjmf.write2File(sm_dirTestDataTemp + "JMF1.xjmf");
assertEquals("0", xjmf.getXPathAttribute("SignalStatus/DeviceInfo/ModuleInfo/@ModuleID", null));
Expand Down

0 comments on commit d74d700

Please sign in to comment.