From a7d2fdb7cdd7933fd40c9e52e7b97d68f4fb0a14 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 4 Sep 2010 01:32:50 +0000 Subject: My name is David. :) git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2590 a436a847-0d15-0410-975c-d299462d15a1 --- test/slv2_test.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test') 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 + * Copyright (C) 2008-2009 David Robillard * 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 ; " ":foo 1.6180 ; " "doap:maintainer [ foaf:name \"David Robillard\" ; " - " foaf:homepage ; foaf:mbox ] ; " + " foaf:homepage ; foaf:mbox ] ; " "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 ; " "lv2ui:ui :ui , :ui2 , :ui3 , :ui4 ; " "doap:maintainer [ foaf:name \"David Robillard\" ; " - " foaf:homepage ; foaf:mbox ] ; " + " foaf:homepage ; foaf:mbox ] ; " "lv2:port [ " " a lv2:ControlPort ; a lv2:InputPort ; " " lv2:index 0 ; lv2:symbol \"foo\" ; lv2:name \"bar\" ; " -- cgit v1.2.1