Searched refs:new_copyright (Results 1 - 1 of 1) sorted by relevance
/third_party/libsnd/tests/ |
H A D | string_test.c | 547 new_copyright [] = "Copyright (c) 2001 New Artist", in string_multi_set_test() local 586 sf_set_string (file, SF_STR_COPYRIGHT, new_copyright) ; in string_multi_set_test() 610 count = str_count (buffer, new_copyright) ; in string_multi_set_test() 611 exit_if_true (count < 1, "\n\nLine %d : Could not find new_copyright in :\n%s\n", __LINE__, buffer) ; in string_multi_set_test() 612 exit_if_true (count > 1, "\n\nLine %d : new_copyright appears %d times in :\n\n%s\n", __LINE__, count, buffer) ; in string_multi_set_test()
|
Completed in 2 milliseconds