diff options
Diffstat (limited to 'tests/enable_graph.ttl')
-rw-r--r-- | tests/enable_graph.ttl | 14 |
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 . |