Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

fix incorrect assertions in RdfSourceTest.putReplaceResource #141

Merged
merged 1 commit into from
Jul 26, 2014

Conversation

spadgett
Copy link
Contributor

No description provided.

@@ -159,8 +159,8 @@ protected Model getDefaultModel() {
resource.addProperty(RDF.type, model.createResource(LDP.RDFSource.stringValue()));
resource.addProperty(
model.createProperty("http://example.com/ns#severity"), "High");
resource.addProperty(DC_11.title, "Another bug to test.");
resource.addProperty(DC_11.description, "Issues that need to be fixed.");
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We use dcterms elsewhere in the suite, so I changed it here to be consistent.

sspeiche added a commit that referenced this pull request Jul 26, 2014
fix incorrect assertions in RdfSourceTest.putReplaceResource
@sspeiche sspeiche merged commit 67387c0 into w3c:master Jul 26, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants