summaryrefslogtreecommitdiffstats
path: root/tests/cunit/enumeration.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cunit/enumeration.c')
-rw-r--r--tests/cunit/enumeration.c2
1 files changed, 1 insertions, 1 deletions
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);