@@ -13,23 +13,23 @@ Feature: Show node references
1313 Then the command should not fail
1414 And I should see a table containing the following rows:
1515 | Type | Property | Node Path |
16- | weak | ref2 | /tests_general_base /idExample /jcr :content /weakreference_target |
17- | weak | ref1 | /tests_general_base /idExample /jcr :content /weakreference_target |
16+ | weak | ref2 | /tests_general_base /idExample /jcr :content /weakreference_source2 |
17+ | weak | ref1 | /tests_general_base /idExample /jcr :content /weakreference_source1 |
1818
1919 Scenario : List named weak references
2020 Given the current node is "/tests_general_base/idExample/jcr:content/weakreference_target"
2121 And I execute the "node:references . ref2 --no-ansi" command
2222 Then the command should not fail
2323 And I should see a table containing the following rows:
2424 | Type | Property | Node Path |
25- | weak | ref2 | /tests_general_base /idExample /jcr :content /weakreference_target |
25+ | weak | ref2 | /tests_general_base /idExample /jcr :content /weakreference_source2 |
2626
2727 Scenario : List strong references
2828 Given the current node is "/tests_general_base/idExample"
2929 And I execute the "node:references . --no-ansi" command
3030 Then the command should not fail
3131 And I should see a table containing the following rows:
3232 | Type | Property | Node Path |
33- | strong | ref | /tests_general_base /idExample |
34- | strong | multiref | /tests_general_base /idExample |
35- | | | / tests_general_base / multiValueProperty |
33+ | strong | ref | /tests_general_base /numberPropertyNode / jcr : content |
34+ | strong | multiref | /tests_general_base /numberPropertyNode / jcr : content |
35+
0 commit comments