diff options
author | David Robillard <d@drobilla.net> | 2010-09-04 01:32:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-09-04 01:32:50 +0000 |
commit | a7d2fdb7cdd7933fd40c9e52e7b97d68f4fb0a14 (patch) | |
tree | 9eb93862b0990ad6ed28125b8a9373647f0aba1a /test/slv2_test.c | |
parent | 35ba70cfd62a3e433857f28e69d8a11bc004d5d6 (diff) | |
download | lilv-a7d2fdb7cdd7933fd40c9e52e7b97d68f4fb0a14.tar.gz lilv-a7d2fdb7cdd7933fd40c9e52e7b97d68f4fb0a14.tar.bz2 lilv-a7d2fdb7cdd7933fd40c9e52e7b97d68f4fb0a14.zip |
My name is David. :)
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2590 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'test/slv2_test.c')
-rw-r--r-- | test/slv2_test.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/slv2_test.c b/test/slv2_test.c index 0ee3caf..41b00ff 100644 --- a/test/slv2_test.c +++ b/test/slv2_test.c @@ -1,5 +1,5 @@ /* SLV2 Tests - * Copyright (C) 2008-2009 Dave Robillard <http://drobilla.net> + * Copyright (C) 2008-2009 David Robillard <http://drobilla.net> * Copyright (C) 2008 Krzysztof Foltman * * This library is free software; you can redistribute it and/or modify it @@ -558,7 +558,7 @@ test_plugin() "lv2:requiredFeature <http://lv2plug.in/ns/ext/event> ; " ":foo 1.6180 ; " "doap:maintainer [ foaf:name \"David Robillard\" ; " - " foaf:homepage <http://drobilla.net> ; foaf:mbox <mailto:dave@drobilla.net> ] ; " + " foaf:homepage <http://drobilla.net> ; foaf:mbox <mailto:d@drobilla.net> ] ; " "lv2:port [ " " a lv2:ControlPort ; a lv2:InputPort ; " " lv2:index 0 ; lv2:symbol \"foo\" ; lv2:name \"bar\" ; " @@ -674,7 +674,7 @@ test_plugin() slv2_value_free(author_name); SLV2Value author_email = slv2_plugin_get_author_email(plug); - TEST_ASSERT(!strcmp(slv2_value_as_string(author_email), "mailto:dave@drobilla.net")); + TEST_ASSERT(!strcmp(slv2_value_as_string(author_email), "mailto:d@drobilla.net")); slv2_value_free(author_email); SLV2Value author_homepage = slv2_plugin_get_author_homepage(plug); @@ -885,7 +885,7 @@ test_ui() "lv2:requiredFeature <http://lv2plug.in/ns/ext/event> ; " "lv2ui:ui :ui , :ui2 , :ui3 , :ui4 ; " "doap:maintainer [ foaf:name \"David Robillard\" ; " - " foaf:homepage <http://drobilla.net> ; foaf:mbox <mailto:dave@drobilla.net> ] ; " + " foaf:homepage <http://drobilla.net> ; foaf:mbox <mailto:d@drobilla.net> ] ; " "lv2:port [ " " a lv2:ControlPort ; a lv2:InputPort ; " " lv2:index 0 ; lv2:symbol \"foo\" ; lv2:name \"bar\" ; " |