Searched refs:childNode1 (Results 1 – 1 of 1) sorted by relevance
1149 XMLNode* childNode1 = parent->InsertAfterChild( childNode0, childText1 ); in main() local1150 XMLTest( "InsertAfterChild() return", true, childNode1 == childText1 ); in main()1152 XMLTest( "Test InsertAfterChild on empty node. ", true, ( childNode1 == parent->LastChild() ) ); in main()