diff options
author | David Robillard <d@drobilla.net> | 2012-03-11 02:16:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-11 02:16:14 +0000 |
commit | 441de5ce4490b85b9b5b329e3dcfc5f3b275077e (patch) | |
tree | dd348f065eee6e0fb987eb340b238187d64e57cc /test | |
parent | 9949dd84be2c4defeb9397d1e7198cd9cc49f4d5 (diff) | |
download | lilv-441de5ce4490b85b9b5b329e3dcfc5f3b275077e.tar.gz lilv-441de5ce4490b85b9b5b329e3dcfc5f3b275077e.tar.bz2 lilv-441de5ce4490b85b9b5b329e3dcfc5f3b275077e.zip |
Fix incorrect lv2:hardRTCapable URI.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4049 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'test')
-rw-r--r-- | test/test_plugin.ttl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_plugin.ttl.in b/test/test_plugin.ttl.in index ec16d00..704f815 100644 --- a/test/test_plugin.ttl.in +++ b/test/test_plugin.ttl.in @@ -23,7 +23,7 @@ doap:name "Lilv Test" ; doap:license <http://opensource.org/licenses/isc> ; lv2:requiredFeature <http://lv2plug.in/ns/ext/urid#Mapper> ; - lv2:optionalFeature lv2:hardRtCapable ; + lv2:optionalFeature lv2:hardRTCapable ; lv2:extensionData <http://lv2plug.in/ns/ext/state#Interface> ; lv2:port [ a lv2:InputPort , |