Searched refs:section_names (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/setupapi/ |
H A D | parser.c | 193 } section_names[] = variable 233 for (i = 0; i < ARRAY_SIZE(section_names); i++) in test_section_names() 236 hinf = test_file_contents( section_names[i].data, &err_line ); in test_section_names() 240 ret = SetupGetLineCountA( hinf, section_names[i].section ); in test_section_names() 245 ok( !section_names[i].error, "line %u: section name %s found\n", in test_section_names() 246 i, section_names[i].section ); in test_section_names() 251 ok( section_names[i].error, "line %u: section name %s not found\n", in test_section_names() 252 i, section_names[i].section ); in test_section_names() 253 ok( err == section_names[i].error, "line %u: bad error %u/%u\n", in test_section_names() 254 i, err, section_names[i].error ); in test_section_names()
|