summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2011-04-13 23:17:34 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2011-04-14 00:04:52 -0300
commit1b5a6395d23e5d047e8442e94f7ea50e2083ad36 (patch)
tree77faed014971385e0c3fa03db2b6d241955b0fa8
parente57473178b196ba2e2919745985f1954020bf008 (diff)
tests: tag: Fix typo
-rw-r--r--tests/check/libs/tag.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/check/libs/tag.c b/tests/check/libs/tag.c
index af6f726fd..c963ce537 100644
--- a/tests/check/libs/tag.c
+++ b/tests/check/libs/tag.c
@@ -178,7 +178,7 @@ GST_END_TEST;
"%f does not match expected %f", ___d, d); \
}
-GST_START_TEST (test_muscibrainz_tag_registration)
+GST_START_TEST (test_musicbrainz_tag_registration)
{
GstTagList *list;
@@ -1622,7 +1622,7 @@ tag_suite (void)
TCase *tc_chain = tcase_create ("general");
suite_add_tcase (s, tc_chain);
- tcase_add_test (tc_chain, test_muscibrainz_tag_registration);
+ tcase_add_test (tc_chain, test_musicbrainz_tag_registration);
tcase_add_test (tc_chain, test_parse_extended_comment);
tcase_add_test (tc_chain, test_vorbis_tags);
tcase_add_test (tc_chain, test_id3_tags);