Skip to content

Commit 2bbddf1

Browse files
committed
Reenabled node copy from other ws test, as now fixed in jackalope
1 parent 1af6ef6 commit 2bbddf1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

features/phpcr_node_copy.feature

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ Feature: Copy a node from a given workspace to the current workspace
1616
And I save the session
1717
And there should exist a node at "/foo"
1818

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"
19+
Scenario: Copy node from a different workspace
20+
Given I execute the "node:copy /tests_general_base/index.txt /index.txt default_1" command
21+
Then the command should not fail
22+
And there should exist a node at "/index.txt"

0 commit comments

Comments
 (0)