Searched refs:test_saxstr (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/msxml3/ |
H A D | saxreader.c | 349 …test_saxstr(file, line, actual->attributes[i].uriW, expected->attributes[i].uri, todo, failcount… in compare_attributes() 426 test_saxstr(file, line, actual->arg1W, expected->arg1, todo, &failcount); in ok_sequence_() 427 test_saxstr(file, line, actual->arg2W, expected->arg2, todo, &failcount); in ok_sequence_() 431 test_saxstr(file, line, actual->arg1W, expected->arg1, todo, &failcount); in ok_sequence_() 439 test_saxstr(file, line, actual->arg1W, expected->arg1, todo, &failcount); in ok_sequence_() 440 test_saxstr(file, line, actual->arg2W, expected->arg2, todo, &failcount); in ok_sequence_() 441 test_saxstr(file, line, actual->arg3W, expected->arg3, todo, &failcount); in ok_sequence_() 446 test_saxstr(file, line, actual->arg1W, expected->arg1, todo, &failcount); in ok_sequence_() 450 test_saxstr(file, line, actual->arg1W, expected->arg1, todo, &failcount); in ok_sequence_() 451 test_saxstr(file, line, actual->arg2W, expected->arg2, todo, &failcount); in ok_sequence_() [all …]
|