Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/browseui/
H A Dautocomplete.c215 #define expect_str(obj, str) \ macro
285 expect_str(obj, "a"); in test_ACLMulti()
286 expect_str(obj, "c"); in test_ACLMulti()
287 expect_str(obj, "e"); in test_ACLMulti()
288 expect_str(obj, "a"); in test_ACLMulti()
289 expect_str(obj, "b"); in test_ACLMulti()
290 expect_str(obj, "d"); in test_ACLMulti()
351 expect_str(obj, "a"); in test_ACLMulti()
352 expect_str(obj, "b"); in test_ACLMulti()
353 expect_str(obj, "d"); in test_ACLMulti()
/reactos/modules/rostests/winetests/comctl32/
H A Dtab.c38 #define expect_str(expected, got)\ macro
914 expect_str("New Label", tcItem.pszText); in test_getset_item()
917 expect_str("Tab 2", tcItem.pszText); in test_getset_item()