summaryrefslogtreecommitdiffstats
path: root/tests/enable_graph.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-07-30 08:31:54 -0400
committerDavid Robillard <d@drobilla.net>2016-07-30 08:31:54 -0400
commit59ec230f9812354b855ef5842c3362caa71e8fe0 (patch)
tree22a14c64d09f27fa6bb26a535a27389eaebcfc3a /tests/enable_graph.ttl
parent22e34e9132668b9b87a765c090ff86e449d01273 (diff)
downloadingen-59ec230f9812354b855ef5842c3362caa71e8fe0.tar.gz
ingen-59ec230f9812354b855ef5842c3362caa71e8fe0.tar.bz2
ingen-59ec230f9812354b855ef5842c3362caa71e8fe0.zip
Clean up tests
Diffstat (limited to 'tests/enable_graph.ttl')
-rw-r--r--tests/enable_graph.ttl14
1 files changed, 6 insertions, 8 deletions
diff --git a/tests/enable_graph.ttl b/tests/enable_graph.ttl
index b16a0332..481cc93a 100644
--- a/tests/enable_graph.ttl
+++ b/tests/enable_graph.ttl
@@ -3,15 +3,13 @@
@prefix patch: <http://lv2plug.in/ns/ext/patch#> .
<msg0>
- a patch:Put ;
+ a patch:Set ;
patch:subject <ingen:/graph> ;
- patch:body [
- ingen:enabled true
- ] .
+ patch:property ingen:enabled ;
+ patch:value true .
<msg1>
- a patch:Put ;
+ a patch:Set ;
patch:subject <ingen:/graph> ;
- patch:body [
- ingen:enabled false
- ] .
+ patch:property ingen:enabled ;
+ patch:value false .