Community
Participate
Working Groups
Some tests do not success anymore on hudson nightly build. KdmToUml2ConverterTest.testKdmSourceToUmlConverter_bug315355 KdmToUml2ConverterTest.testValidationOfConvertedSourceUmlModel
The both tests fail with a transformation exception junit.framework.AssertionFailedError: Transformation of kdm model into uml model shall not produce errors ! at junit.framework.Assert.fail(Assert.java:47) at org.eclipse.gmt.modisco.kdm.uml2converter.tests.KdmToUml2ConverterTest.basicKdmSourceToUmlConverter_bug315355(KdmToUml2ConverterTest.java:217)
Here is the cause : non portable xmi test file (using CP1252 xml encoding). Fixed in SVN. I also fixed the KDM.Source Discoverer for using UTF-8. Test working on Hudson now.
Bug fixed.