@@ -110,7 +110,7 @@ protected String getResourceUri() {
110
110
}
111
111
112
112
@ Test (
113
- groups = {MAY , NR },
113
+ groups = {MAY },
114
114
description = "LDP servers may accept an HTTP POST of non-RDF " +
115
115
"representations (LDP-NRs) for creation of any kind of " +
116
116
"resource, for example binary resources." )
@@ -133,7 +133,7 @@ public void testPostNonRDFSource() throws IOException {
133
133
}
134
134
135
135
@ Test (
136
- groups = {MAY , NR },
136
+ groups = {MAY },
137
137
description = "LDP servers may accept an HTTP POST of non-RDF " +
138
138
"representations (LDP-NRs) for creation of any kind of " +
139
139
"resource, for example binary resources." )
@@ -170,7 +170,7 @@ public void testPostResourceAndGetFromContainer() throws IOException {
170
170
}
171
171
172
172
@ Test (
173
- groups = {MAY , NR },
173
+ groups = {MAY },
174
174
description = "LDP servers may host a mixture of LDP-RSs and LDP-NRs. " +
175
175
"For example, it is common for LDP servers to need to host binary " +
176
176
"or text resources that do not have useful RDF representations." )
@@ -207,7 +207,7 @@ public void testPostResourceGetBinary() throws IOException {
207
207
}
208
208
209
209
@ Test (
210
- groups = {MAY , NR },
210
+ groups = {MAY },
211
211
description = "Each LDP Non-RDF Source must also be a conforming LDP Resource. " +
212
212
"LDP Non-RDF Sources may not be able to fully express their state using RDF." )
213
213
@ SpecTest (
@@ -258,7 +258,7 @@ public void testPostResourceGetMetadataAndBinary() throws IOException {
258
258
}
259
259
260
260
@ Test (
261
- groups = {MAY , NR },
261
+ groups = {MAY },
262
262
description = "LDP servers exposing an LDP Non-RDF Source may advertise this by exposing " +
263
263
"a HTTP Link header with a target URI of http://www.w3.org/ns/ldp#NonRDFSource, and " +
264
264
"a link relation type of type (that is, rel='type') in responses to requests made to " +
@@ -293,7 +293,7 @@ public void testPostResourceAndCheckLink() throws IOException {
293
293
}
294
294
295
295
@ Test (
296
- groups = {MAY , NR },
296
+ groups = {MAY },
297
297
description = "Upon successful creation of an LDP-NR (HTTP status code of 201-Created and " +
298
298
"URI indicated by Location response header), LDP servers may create an associated " +
299
299
"LDP-RS to contain data about the newly created LDP-NR. If a LDP server creates " +
@@ -342,7 +342,7 @@ public void testPostResourceAndCheckAssociatedResource() throws IOException {
342
342
}
343
343
344
344
@ Test (
345
- groups = {MUST , NR },
345
+ groups = {MUST },
346
346
description = "When a contained LDPR is deleted, and the LDPC server created an" +
347
347
"associated LDP-RS (see the LDPC POST section), the LDPC server must also" +
348
348
"delete the associated LDP-RS it created." ,
@@ -412,7 +412,7 @@ protected Response postNonRDFSource(String slug, String file, String mimeType) t
412
412
}
413
413
414
414
@ Test (
415
- groups = {MUST , NR },
415
+ groups = {MUST },
416
416
description = "When responding to requests whose request-URI is a LDP-NR with an" +
417
417
"associated LDP-RS, a LDPC server must provide the same HTTP Link response" +
418
418
"header as is required in the create response" ,
0 commit comments