summaryrefslogtreecommitdiffstats
path: root/tests/interop
diff options
context:
space:
mode:
authorAnas Nashif <nashif@intel.com>2007-01-25 20:19:06 +0000
committerAnas Nashif <nashif@intel.com>2007-01-25 20:19:06 +0000
commit0117e6866b9becd6a4ff338b71705be27e21ce65 (patch)
tree893a11975ffb21c1df51d4fc8b55b014cf9f1bb2 /tests/interop
parent1869b59560fd78b7c196003d42821b4057d14d3f (diff)
downloadwsmancli-0117e6866b9becd6a4ff338b71705be27e21ce65.tar.gz
wsmancli-0117e6866b9becd6a4ff338b71705be27e21ce65.tar.xz
wsmancli-0117e6866b9becd6a4ff338b71705be27e21ce65.zip
adapt invoke calls
Diffstat (limited to 'tests/interop')
-rw-r--r--tests/interop/interop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/interop/interop.c b/tests/interop/interop.c
index 2cf6205..3a846ae 100644
--- a/tests/interop/interop.c
+++ b/tests/interop/interop.c
@@ -171,7 +171,7 @@ static int run_interop_test (WsManClient *cl, WsXmlNodeH scenario, InteropTest i
char *resource_uri = ws_xml_get_node_text(r);
char *method = ws_xml_get_node_text(m);
wsman_add_selectors_list_from_node(input, &options);
- response = wsman_invoke(cl, resource_uri, method, options);
+ response = wsman_invoke(cl, resource_uri, method, NULL, options);
xml_parser_doc_dump(stdout, response);
}else if (id == 18) { // 9.1 Put