Skip to content

Commit abdc97e

Browse files
committed
Fixed CND example
1 parent 4167ace commit abdc97e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

features/node_type_edit.feature

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ Feature: Edit a node type
4040
Scenario: Create a new node type
4141
Given I have an editor which produces the following:
4242
"""
43-
<ns ='http://namespace.com/ns'>
44-
[ns:somenewtype] > nt:unstructured
43+
<ns='http://namespace.com/ns'>
44+
<nt='http://www.jcp.org/jcr/nt/1.0'>
45+
[ns:NodeType] > nt:unstructured
46+
orderable query
4547
"""
4648
And I execute the "node-type:edit ns:somenewtype --no-interaction" command
4749
Then the command should not fail

0 commit comments

Comments
 (0)