Skip to content

Commit

Permalink
[releng] Stabilize Entity RCPTT
Browse files Browse the repository at this point in the history
  • Loading branch information
vrichard12 committed Mar 14, 2022
1 parent 9d2e035 commit 04abdcd
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Element-Version: 3.0
External-Reference:
Id: _0amQgDofEeu-6M4tSPO0Uw
Runtime-Version: 2.5.1.M3
Save-Time: 2/25/22, 5:57 PM
Save-Time: 3/14/22 11:20 AM
Testcase-Type: ecl

------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa
Expand Down Expand Up @@ -324,10 +324,8 @@ with [get-editor "Entities Namespaces Hierarchy" | get-diagram -index 1 | get-ed
with [get-editor "Entities Namespaces Hierarchy" | get-diagram -index 1 | get-edit-part
-name "Entities Namespaces Hierarchy"] {
get-property "children.size" | equals 3 | verify-true
get-property "children.Node[1].element.name" | equals "namespace_1:namespace_1" | verify-true
get-property "children.Node[2].element.name" | equals "namespace_1" | verify-true
get-property "children.Node[1].element.name" | matches "namespace_1(:namespace_1)?" | verify-true
get-property "children.Node[2].element.name" | matches "namespace_1(:namespace_1)?" | verify-true
get-property "edges.size" | equals 2 | verify-true
get-property "edges.Edge[0].element.endLabel" | equals 2 | verify-true
get-property "edges.Edge[1].element.endLabel" | equals 1 | verify-true
}
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--

0 comments on commit 04abdcd

Please sign in to comment.