Skip to content

Mark tests of 1.1 features with processingMode-1.1. #452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 10, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions test-suite/tests/compact-manifest.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -592,39 +592,44 @@
"purpose": "Compaction using a scoped context uses term scope for selecting proper term",
"input": "compact-c001-in.jsonld",
"context": "compact-c001-context.jsonld",
"expect": "compact-c001-out.jsonld"
"expect": "compact-c001-out.jsonld",
"option": {"processingMode": "json-ld-1.1"}
}, {
"@id": "#tc002",
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
"name": "overriding a term",
"purpose": "Compaction using a scoped context uses term scope for selecting proper term",
"input": "compact-c002-in.jsonld",
"context": "compact-c002-context.jsonld",
"expect": "compact-c002-out.jsonld"
"expect": "compact-c002-out.jsonld",
"option": {"processingMode": "json-ld-1.1"}
}, {
"@id": "#tc003",
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
"name": "property and value with different terms mapping to the same expanded property",
"purpose": "Compaction using a scoped context uses term scope for selecting proper term",
"input": "compact-c003-in.jsonld",
"context": "compact-c003-context.jsonld",
"expect": "compact-c003-out.jsonld"
"expect": "compact-c003-out.jsonld",
"option": {"processingMode": "json-ld-1.1"}
}, {
"@id": "#tc004",
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
"name": "deep @context affects nested nodes",
"purpose": "Compaction using a scoped context uses term scope for selecting proper term",
"input": "compact-c004-in.jsonld",
"context": "compact-c004-context.jsonld",
"expect": "compact-c004-out.jsonld"
"expect": "compact-c004-out.jsonld",
"option": {"processingMode": "json-ld-1.1"}
}, {
"@id": "#tc005",
"@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
"name": "scoped context layers on intemediate contexts",
"purpose": "Compaction using a scoped context uses term scope for selecting proper term",
"input": "compact-c005-in.jsonld",
"context": "compact-c005-context.jsonld",
"expect": "compact-c005-out.jsonld"
"expect": "compact-c005-out.jsonld",
"option": {"processingMode": "json-ld-1.1"}
}
]
}
15 changes: 10 additions & 5 deletions test-suite/tests/expand-manifest.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -564,35 +564,40 @@
"name": "adding new term",
"purpose": "Expansion using a scoped context uses term scope for selecting proper term",
"input": "expand-c001-in.jsonld",
"expect": "expand-c001-out.jsonld"
"expect": "expand-c001-out.jsonld",
"option": {"processingMode": "json-ld-1.1"}
}, {
"@id": "#tc002",
"@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],
"name": "overriding a term",
"purpose": "Expansion using a scoped context uses term scope for selecting proper term",
"input": "expand-c002-in.jsonld",
"expect": "expand-c002-out.jsonld"
"expect": "expand-c002-out.jsonld",
"option": {"processingMode": "json-ld-1.1"}
}, {
"@id": "#tc003",
"@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],
"name": "property and value with different terms mapping to the same expanded property",
"purpose": "Expansion using a scoped context uses term scope for selecting proper term",
"input": "expand-c003-in.jsonld",
"expect": "expand-c003-out.jsonld"
"expect": "expand-c003-out.jsonld",
"option": {"processingMode": "json-ld-1.1"}
}, {
"@id": "#tc004",
"@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],
"name": "deep @context affects nested nodes",
"purpose": "Expansion using a scoped context uses term scope for selecting proper term",
"input": "expand-c004-in.jsonld",
"expect": "expand-c004-out.jsonld"
"expect": "expand-c004-out.jsonld",
"option": {"processingMode": "json-ld-1.1"}
}, {
"@id": "#tc005",
"@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],
"name": "scoped context layers on intemediate contexts",
"purpose": "Expansion using a scoped context uses term scope for selecting proper term",
"input": "expand-c005-in.jsonld",
"expect": "expand-c005-out.jsonld"
"expect": "expand-c005-out.jsonld",
"option": {"processingMode": "json-ld-1.1"}
}
]
}