aboutsummaryrefslogtreecommitdiffstats
path: root/test/qualify
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-04-03 09:00:12 -0400
committerDavid Robillard <d@drobilla.net>2023-04-05 09:45:15 -0400
commit08a09191dd69e66aa56822383e84fe034d59dd3f (patch)
tree36048566f68bf46b8ad6b52925e0fac30f9f38fa /test/qualify
parentf1adf9a4999d80d26314565d0c1f49c4471e5851 (diff)
downloadserd-08a09191dd69e66aa56822383e84fe034d59dd3f.tar.gz
serd-08a09191dd69e66aa56822383e84fe034d59dd3f.tar.bz2
serd-08a09191dd69e66aa56822383e84fe034d59dd3f.zip
Separate test suites and simplify licensing metadata
Diffstat (limited to 'test/qualify')
-rw-r--r--test/qualify/README.md4
-rw-r--r--test/qualify/manifest.ttl20
-rw-r--r--test/qualify/qualify-in.ttl10
-rw-r--r--test/qualify/qualify-out.ttl10
4 files changed, 0 insertions, 44 deletions
diff --git a/test/qualify/README.md b/test/qualify/README.md
deleted file mode 100644
index c345f242..00000000
--- a/test/qualify/README.md
+++ /dev/null
@@ -1,4 +0,0 @@
-Qualify Test Suite
-==================
-
-This small suite tests qualifying full URIs into shortened forms.
diff --git a/test/qualify/manifest.ttl b/test/qualify/manifest.ttl
deleted file mode 100644
index 0a2fb698..00000000
--- a/test/qualify/manifest.ttl
+++ /dev/null
@@ -1,20 +0,0 @@
-@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix rdft: <http://www.w3.org/ns/rdftest#> .
-@prefix serd: <http://drobilla.net/ns/serd#> .
-
-<>
- a mf:Manifest ;
- rdfs:comment "Serd URI qualification test suite" ;
- mf:entries (
- <#qualify>
- ) .
-
-<#qualify>
- a rdft:TestTurtleEval ;
- mf:action <qualify-in.ttl> ;
- mf:name "qualify" ;
- mf:result <qualify-out.ttl> .
-
-rdft:Test
- rdfs:subClassOf mf:ManifestEntry .
diff --git a/test/qualify/qualify-in.ttl b/test/qualify/qualify-in.ttl
deleted file mode 100644
index 04afc07f..00000000
--- a/test/qualify/qualify-in.ttl
+++ /dev/null
@@ -1,10 +0,0 @@
-@prefix eg: <http://example.org/> .
-
-<http://example.org/s>
- <http://example.org/p> <http://example.org/o> .
-
-<http://example.org/a-subject>
- <http://example.org/a-predicate> <http://example.org/a-object> .
-
-<http://www.w3.org/1999/02/22-rdf-syntax-ns#nil>
- <http://www.w3.org/2000/01/rdf-schema#label> "nil" .
diff --git a/test/qualify/qualify-out.ttl b/test/qualify/qualify-out.ttl
deleted file mode 100644
index f4dd15d4..00000000
--- a/test/qualify/qualify-out.ttl
+++ /dev/null
@@ -1,10 +0,0 @@
-@prefix eg: <http://example.org/> .
-
-eg:s
- eg:p eg:o .
-
-<http://example.org/a-subject>
- <http://example.org/a-predicate> <http://example.org/a-object> .
-
-()
- <http://www.w3.org/2000/01/rdf-schema#label> "nil" .