test_xml_2 20 lib/common/tests/operations/copy_in_properties_test.c xmlNode *test_xml_2 = NULL; test_xml_2 24 lib/common/tests/operations/copy_in_properties_test.c copy_in_properties(test_xml_2, test_xml_1); test_xml_2 26 lib/common/tests/operations/copy_in_properties_test.c assert_ptr_equal(test_xml_2, NULL); test_xml_2 33 lib/common/tests/operations/copy_in_properties_test.c xmlNode *test_xml_2 = create_xml_node(NULL, "test_xml_2"); test_xml_2 35 lib/common/tests/operations/copy_in_properties_test.c copy_in_properties(test_xml_2, test_xml_1); test_xml_2 37 lib/common/tests/operations/copy_in_properties_test.c assert_ptr_equal(test_xml_2->properties, NULL); test_xml_2 47 lib/common/tests/operations/copy_in_properties_test.c xmlNode *test_xml_2 = create_xml_node(NULL, "test_xml_2"); test_xml_2 51 lib/common/tests/operations/copy_in_properties_test.c copy_in_properties(test_xml_2, test_xml_1); test_xml_2 54 lib/common/tests/operations/copy_in_properties_test.c xml_2_value = crm_element_value(test_xml_2, "test_prop");