From ef733c3dc0ea9d1c210fce86103fedea73e4dd4a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 19 Mar 2017 13:26:55 +0100 Subject: Fix polyphony tests --- tests/poly.ttl | 4 +++- tests/set_graph_poly.ttl | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 @@ a patch:Set ; + patch:context ingen:internalContext ; patch:subject ; patch:property ingen:polyphony ; patch:value 4 . a patch:Set ; + patch:context ingen:externalContext ; patch:subject ; 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 @@ a patch:Set ; + patch:context ingen:internalContext ; patch:subject ; patch:property ingen:polyphony ; patch:value 4 . a patch:Set ; + patch:context ingen:internalContext ; patch:subject ; patch:property ingen:polyphony ; patch:value 1 . -- cgit v1.2.1