From 22572de85fe57e0ee13042659ea19367a61d9f01 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 30 Mar 2012 02:41:37 +0000 Subject: Fix bad data discovered by sord_validate. Remove units from blip port labels and add unit metadata. Build instrument MDA plugins (still not working). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4131 a436a847-0d15-0410-975c-d299462d15a1 --- test/lilv_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lilv_test.c b/test/lilv_test.c index b44fd7c..09a4663 100644 --- a/test/lilv_test.c +++ b/test/lilv_test.c @@ -545,7 +545,7 @@ test_plugin(void) " a lv2:ControlPort ; a lv2:OutputPort ; " " lv2:index 2 ; lv2:symbol \"latency\" ; lv2:name \"Latency\" ; " " lv2:portProperty lv2:reportsLatency ; " - " lv2:isParameter lv2:latency " + " lv2:designation lv2:latency " "] . \n" ":thing doap:name \"Something else\" .\n")) return 0; -- cgit v1.2.1