summaryrefslogtreecommitdiffstats
path: root/tests/empty.ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-07-29 19:41:19 -0400
committerDavid Robillard <d@drobilla.net>2016-07-29 19:43:43 -0400
commit50a6edb088ead6d8f6287aeca55e4d704add61a2 (patch)
tree71a14257ba1ea107f8f454544b30bce7e4c4ec90 /tests/empty.ingen
parent9ff60e9058080ccbea85eee603642a577dd258cf (diff)
downloadingen-50a6edb088ead6d8f6287aeca55e4d704add61a2.tar.gz
ingen-50a6edb088ead6d8f6287aeca55e4d704add61a2.tar.bz2
ingen-50a6edb088ead6d8f6287aeca55e4d704add61a2.zip
Save bundled graphs to graph.ttl by default
This avoids a lot of hassle with filename construction and renaming, while ensuring that the internal structure of any graph bundle is the same.
Diffstat (limited to 'tests/empty.ingen')
-rw-r--r--tests/empty.ingen/graph.ttl (renamed from tests/empty.ingen/empty.ttl)0
-rw-r--r--tests/empty.ingen/manifest.ttl4
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/empty.ingen/empty.ttl b/tests/empty.ingen/graph.ttl
index aaaf6087..aaaf6087 100644
--- a/tests/empty.ingen/empty.ttl
+++ b/tests/empty.ingen/graph.ttl
diff --git a/tests/empty.ingen/manifest.ttl b/tests/empty.ingen/manifest.ttl
index 0bd4224e..c02191ef 100644
--- a/tests/empty.ingen/manifest.ttl
+++ b/tests/empty.ingen/manifest.ttl
@@ -9,8 +9,8 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-<empty.ttl>
+<graph.ttl>
lv2:prototype ingen:GraphPrototype ;
a ingen:Graph ,
lv2:Plugin ;
- rdfs:seeAlso <empty.ttl> .
+ rdfs:seeAlso <graph.ttl> .