From a44593857453b9716f0c31abaafa1c9c0203e31f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 Nov 2009 22:01:57 +0000 Subject: lv2:hardRtCapable -> lv2:hardRTCapable. Oops. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2245 a436a847-0d15-0410-975c-d299462d15a1 --- test/slv2_test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/slv2_test.c') 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 ; " ":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 ; " "lv2ui:ui :ui , :ui2 , :ui3 , :ui4 ; " "doap:maintainer [ foaf:name \"David Robillard\" ; " -- cgit v1.2.1