diff options
author | David Robillard <d@drobilla.net> | 2017-03-19 13:26:55 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-03-20 02:58:56 +0100 |
commit | ef733c3dc0ea9d1c210fce86103fedea73e4dd4a (patch) | |
tree | 3966633fea28fbafd93551d770c1aa7ec9f06f8f /tests | |
parent | f1c793f7e2148b10610a09a459d9e89b39d2d87b (diff) | |
download | ingen-ef733c3dc0ea9d1c210fce86103fedea73e4dd4a.tar.gz ingen-ef733c3dc0ea9d1c210fce86103fedea73e4dd4a.tar.bz2 ingen-ef733c3dc0ea9d1c210fce86103fedea73e4dd4a.zip |
Fix polyphony tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/poly.ttl | 4 | ||||
-rw-r--r-- | tests/set_graph_poly.ttl | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/poly.ttl b/tests/poly.ttl index 1c73ad0d..a02ba96e 100644 --- a/tests/poly.ttl +++ b/tests/poly.ttl @@ -12,12 +12,14 @@ <msg1> a patch:Set ; + patch:context ingen:internalContext ; patch:subject <ingen:/main/> ; patch:property ingen:polyphony ; patch:value 4 . <msg2> a patch:Set ; + patch:context ingen:externalContext ; patch:subject <ingen:/main/node> ; patch:property ingen:polyphonic ; - patch:value true .
\ No newline at end of file + patch:value true . diff --git a/tests/set_graph_poly.ttl b/tests/set_graph_poly.ttl index 821d9cb1..0933c3a4 100644 --- a/tests/set_graph_poly.ttl +++ b/tests/set_graph_poly.ttl @@ -4,12 +4,14 @@ <msg0> a patch:Set ; + patch:context ingen:internalContext ; patch:subject <ingen:/main/> ; patch:property ingen:polyphony ; patch:value 4 . <msg1> a patch:Set ; + patch:context ingen:internalContext ; patch:subject <ingen:/main/> ; patch:property ingen:polyphony ; patch:value 1 . |