We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af6ef6 commit 2bbddf1Copy full SHA for 2bbddf1
features/phpcr_node_copy.feature
@@ -16,8 +16,7 @@ Feature: Copy a node from a given workspace to the current workspace
16
And I save the session
17
And there should exist a node at "/foo"
18
19
- # Does not currently work with jackrabbit..
20
- #Scenario: Copy node from a different workspace
21
- # Given I execute the "node:copy /tests_general_base/index.txt /index.txt default_1" command
22
- # Then the command should not fail
23
- # And there should exist a node at "/index.txt"
+ Scenario: Copy node from a different workspace
+ Given I execute the "node:copy /tests_general_base/index.txt /index.txt default_1" command
+ Then the command should not fail
+ And there should exist a node at "/index.txt"
0 commit comments