Commit 3c00b81c authored by YannGarcia's avatar YannGarcia
Browse files

Bug fixed in LibHttp_XmlMessageBodyTypes.ttcn

parent 923452dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ module LibHttp_XmlMessageBodyTypes {
    
    type union XmlBodyMsg {
      // TODO Add here your custom variants
      charstring raw
    } with {
      variant ""
    }