Searched refs:attr_cnt (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/msxml3/ |
H A D | domdoc.c | 5191 LONG attr_cnt, attr_cnt1; in test_cloneNode() local 5270 attr_cnt = 0; in test_cloneNode() 5271 hr = IXMLDOMNamedNodeMap_get_length(mapAttr, &attr_cnt); in test_cloneNode() 5273 ok(attr_cnt == 3, "got %d\n", attr_cnt); in test_cloneNode() 5298 ok(attr_cnt == attr_cnt1, "wrong Attribute count (%d, %d)\n", attr_cnt, attr_cnt1); in test_cloneNode() 5324 ok(attr_cnt == attr_cnt1, "wrong Attribute count (%d, %d)\n", attr_cnt, attr_cnt1); in test_cloneNode()
|