Home
last modified time | relevance | path

Searched refs:comment_a (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/mstask/
H A Dtask.c285 const WCHAR comment_a[] = {'C','o','m','m','e','n','t','.', 0}; in test_SetComment_GetComment() local
308 hres = ITask_SetComment(test_task, comment_a); in test_SetComment_GetComment()
310 wine_dbgstr_w(comment_a), hres); in test_SetComment_GetComment()
315 ok(!lstrcmpW(comment, comment_a), "Got %s, expected %s\n", in test_SetComment_GetComment()
316 wine_dbgstr_w(comment), wine_dbgstr_w(comment_a)); in test_SetComment_GetComment()