| Summary: | [Unit Test Failure] KdmToUml2ConverterTest | ||
|---|---|---|---|
| Product: | [Modeling] MoDisco | Reporter: | Fabien Giquel <fabien.giquel> |
| Component: | Technologies | Assignee: | Fabien Giquel <fabien.giquel> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P1 | CC: | hugo.bruneliere, modisco.web-inbox |
| Version: | 0.9.0 | Flags: | fabien.giquel:
indigo+
|
| Target Milestone: | 0.9.0 M2 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Fabien Giquel
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. |