Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-8462

Stunner - old marshaller tests for AdHocSubProcess are failing

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 7.22.0.Final
    • Designer
    • NEW
    • NEW

    Description

      Old marshaller tests for AdHocSubProcess are failing.

      The tests are in the class: org.kie.workbench.common.stunner.bpmn.backend.service.diagram.marshalling.subprocesses.AdHocSubProcessTest

      • testUnmarshallTopLevelEmptyPropertiesSubProcess() and testUnmarshallSubProcessLevelEmptyPropertiesSubProcess() are failing because:
        adHocCompletionCondition script is null instead of "".
      • Tests testMarshallTopLevelEmptyPropertiesSubProcess() and testMarshallSubProcessLevelEmptyPropertiesSubProcess() are failing because:
        Node before marshalling has adHocCompletionCondition script set to null and after marshalling it is set to autocomplete.
      • testMarshallTopLevelFilledPropertiesSubProcess() test is failing because there are different process data before and after marshalling:
        • "subVarString:String,subVarCustom:CustomType,subVarBoolean:Boolean,subVarFloat:Float,subVarInteger:Integer,subVarObject:Object"
        • "subVarString,subVarCustom,subVarBoolean,subVarFloat,subVarInteger,subVarObject"

      Attachments

        Issue Links

          Activity

            People

              romartin@redhat.com Roger Martinez
              lterifaj@redhat.com Lubomir Terifaj
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: