Skip to content

Commit 372c670

Browse files
committed
Fixed fixtures one more time
1 parent 4f7319a commit 372c670

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

features/fixtures/session_data.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<sv:value>nt:unstructured</sv:value>
157157
</sv:property>
158158
<sv:property sv:name="ref1" sv:type="WeakReference">
159-
<sv:value>23543fc6-1abf-4708-bfcc-e49511754b40</sv:value>
159+
<sv:value>13543fc6-1abf-4708-bfcc-e49511754b40</sv:value>
160160
</sv:property>
161161
</sv:node>
162162

@@ -165,7 +165,7 @@
165165
<sv:value>nt:unstructured</sv:value>
166166
</sv:property>
167167
<sv:property sv:name="ref2" sv:type="WeakReference">
168-
<sv:value>33543fc6-1abf-4708-bfcc-e49511754b40</sv:value>
168+
<sv:value>13543fc6-1abf-4708-bfcc-e49511754b40</sv:value>
169169
</sv:property>
170170
</sv:node>
171171

features/session_namespace_list.feature

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,4 @@ Feature: List all namepsaces mapped to prefixes in the current session
1212
And I should see a table containing the following rows:
1313
| Prefix | URI |
1414
| jcr | http://www.jcp.org/jcr/1.0 |
15-
| sv | http://www.jcp.org/jcr/sv/1.0 |
16-
| nt | http://www.jcp.org/jcr/nt/1.0 |
17-
| mix | http://www.jcp.org/jcr/mix/1.0 |
18-
| xml | http://www.w3.org/XML/1998/namespace |
19-
| test | http://liip.to/jackalope |
20-
| xs | http://www.w3.org/2001/XMLSchema |
21-
| fn_old | http://www.w3.org/2004/10/xpath-functions |
22-
| crx | http://www.day.com/crx/1.0 |
23-
| lx | http://flux-cms.org/2.0 |
24-
| sling | http://sling.apache.org/jcr/sling/1.0 |
25-
| new_prefix | http://a_new_namespace |
26-
| vlt | http://www.day.com/jcr/vault/1.0 |
27-
| fn | http://www.w3.org/2005/xpath-functions |
2815
| rep | internal |

0 commit comments

Comments
 (0)