jomarko commented on issue #1751:
URL: 
https://github.com/apache/incubator-kie-issues/issues/1751#issuecomment-2710108748

   Thank you, I am still trying to understand if there is something we should 
try to verify in the context of automatic migrations 
https://github.com/apache/incubator-kie-tools/pull/2968/files
   
   Looking on the test:
   ```
         
expect(marshaller.instanceNs.get(marshaller.instanceNs.get(dmn15ns.get("")!)!)).toStrictEqual(dmn15ns.get(""));
         
expect(marshaller.instanceNs.get(marshaller.instanceNs.get(dmn15ns.get("dmndi:")!)!)).toStrictEqual(
           dmn15ns.get("dmndi:")
         );
         
expect(marshaller.instanceNs.get(marshaller.instanceNs.get(dmn15ns.get("dc:")!)!)).toStrictEqual(
           dmn15ns.get("dc:")
         );
         
expect(marshaller.instanceNs.get(marshaller.instanceNs.get(dmn15ns.get("di:")!)!)).toStrictEqual(
           dmn15ns.get("di:")
         );
         
expect(marshaller.instanceNs.get(marshaller.instanceNs.get(dmn15ns.get("kie:")!)!)).toStrictEqual(
           dmn15ns.get("kie:")
         );
   ```
   
   Should verify that opening a model with `feel` set as `B-FEEL` migrate also 
`dmndi:`, `dc:`, `di:` and `kie:` values to be aligned with DMN 1.5? Really do 
not know. Just asking.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to