@@ -13,23 +13,23 @@ Feature: Show node references
13
13
Then the command should not fail
14
14
And I should see a table containing the following rows:
15
15
| 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 |
18
18
19
19
Scenario : List named weak references
20
20
Given the current node is "/tests_general_base/idExample/jcr:content/weakreference_target"
21
21
And I execute the "node:references . ref2 --no-ansi" command
22
22
Then the command should not fail
23
23
And I should see a table containing the following rows:
24
24
| 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 |
26
26
27
27
Scenario : List strong references
28
28
Given the current node is "/tests_general_base/idExample"
29
29
And I execute the "node:references . --no-ansi" command
30
30
Then the command should not fail
31
31
And I should see a table containing the following rows:
32
32
| 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