Home
last modified time | relevance | path

Searched refs:new_artist (Results 1 - 1 of 1) sorted by relevance

/third_party/libsnd/tests/
H A Dstring_test.c548 new_artist [] = "The New Artist", in string_multi_set_test() local
579 sf_set_string (file, SF_STR_ARTIST, new_artist) ; in string_multi_set_test()
606 count = str_count (buffer, new_artist) ; in string_multi_set_test()
607 exit_if_true (count < 1, "\n\nLine %d : Could not find new_artist in :\n%s\n", __LINE__, buffer) ; in string_multi_set_test()
608 exit_if_true (count > 1, "\n\nLine %d : new_artist appears %d times in :\n\n%s\n", __LINE__, count, buffer) ; in string_multi_set_test()

Completed in 2 milliseconds