diff options
author | David Robillard <d@drobilla.net> | 2009-11-09 22:01:57 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-11-09 22:01:57 +0000 |
commit | a44593857453b9716f0c31abaafa1c9c0203e31f (patch) | |
tree | 9382c278ac4f786f3a847217ef167d392cc7a3aa /test | |
parent | 0706c830581bb6e693aed370168e64af6e989e3f (diff) | |
download | lilv-a44593857453b9716f0c31abaafa1c9c0203e31f.tar.gz lilv-a44593857453b9716f0c31abaafa1c9c0203e31f.tar.bz2 lilv-a44593857453b9716f0c31abaafa1c9c0203e31f.zip |
lv2:hardRtCapable -> lv2:hardRTCapable. Oops.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2245 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'test')
-rw-r--r-- | test/slv2_test.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/slv2_test.c b/test/slv2_test.c index 7b52060..842f3bb 100644 --- a/test/slv2_test.c +++ b/test/slv2_test.c @@ -554,7 +554,7 @@ test_plugin() ":plug a lv2:Plugin ; a lv2:CompressorPlugin ; " PLUGIN_NAME("Test plugin") " ; " LICENSE_GPL " ; " - "lv2:optionalFeature lv2:hardRtCapable ; " + "lv2:optionalFeature lv2:hardRTCapable ; " "lv2:requiredFeature <http://lv2plug.in/ns/ext/event> ; " ":foo 1.6180 ; " "doap:maintainer [ foaf:name \"David Robillard\" ; " @@ -638,7 +638,7 @@ test_plugin() TEST_ASSERT(slv2_plugin_get_latency_port_index(plug) == 2); SLV2Value rt_feature = slv2_value_new_uri(world, - "http://lv2plug.in/ns/lv2core#hardRtCapable"); + "http://lv2plug.in/ns/lv2core#hardRTCapable"); SLV2Value event_feature = slv2_value_new_uri(world, "http://lv2plug.in/ns/ext/event"); SLV2Value pretend_feature = slv2_value_new_uri(world, @@ -881,7 +881,7 @@ test_ui() ":plug a lv2:Plugin ; a lv2:CompressorPlugin ; " PLUGIN_NAME("Test plugin") " ; " LICENSE_GPL " ; " - "lv2:optionalFeature lv2:hardRtCapable ; " + "lv2:optionalFeature lv2:hardRTCapable ; " "lv2:requiredFeature <http://lv2plug.in/ns/ext/event> ; " "lv2ui:ui :ui , :ui2 , :ui3 , :ui4 ; " "doap:maintainer [ foaf:name \"David Robillard\" ; " |