Skip to content
Snippets Groups Projects
Commit bcb06e81 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Adding suppresswarning deepclone test

parent cd8ce7c1
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ public class TMLDeepCloneTests extends AbstractTest {
assertTrue(parsed);
TMLTextSpecification tmltsw = new TMLTextSpecification("original");
@SuppressWarnings("unchecked")
String outputTML = tmltsw.toTextFormat(tmlts.getTMLModeling());
TraceManager.addDev("Original:\n" + outputTML + "\n\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment