You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, we switched to M4 build and got some new fails in our TCs. The problematic scenario is a property with a name: "mandatory" or "optional" i.e.
functionblock Testable {
status {
mandatory optional as boolean with {
eventable : true
} <NULLABLE false>
}
}
or
functionblock Testable {
status {
mandatory mandatory as boolean with {
eventable : true
} <NULLABLE false>
}
}
org.eclipse.vorto.core.api.model.datatype.Property.getName() returns null but should return "optional" or "mandatory" as a name.
The text was updated successfully, but these errors were encountered:
Ebolon
added a commit
to Ebolon/vorto
that referenced
this issue
Aug 16, 2018
Recently, we switched to M4 build and got some new fails in our TCs. The problematic scenario is a property with a name: "mandatory" or "optional" i.e.
or
org.eclipse.vorto.core.api.model.datatype.Property.getName() returns null but should return "optional" or "mandatory" as a name.
The text was updated successfully, but these errors were encountered: