From e97e56cb0c904d109d60dae0c3229b65b9a7322a Mon Sep 17 00:00:00 2001 From: Vadim Revyakin Date: Thu, 30 Nov 2006 13:54:50 +0000 Subject: Unneeded print removed --- tests/cunit/enumeration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cunit/enumeration.c b/tests/cunit/enumeration.c index 9ae158d..d6f4e9e 100644 --- a/tests/cunit/enumeration.c +++ b/tests/cunit/enumeration.c @@ -326,7 +326,7 @@ static void enumeration_test() { check_response_header(enum_response, wsman_get_client_response_code(cl), ENUM_ACTION_ENUMERATERESPONSE); -if (i==11) ws_xml_dump_node_tree(stdout, ws_xml_get_doc_root(enum_response)); +//if (i==11) ws_xml_dump_node_tree(stdout, ws_xml_get_doc_root(enum_response)); handle_filters(enum_response, filters); handle_filters(enum_response, tests[i].common_filters); -- cgit