summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAnas Nashif <nashif@intel.com>2006-12-19 22:35:47 +0000
committerAnas Nashif <nashif@intel.com>2006-12-19 22:35:47 +0000
commit2ed253d5c0351259faaea5fc281bffd98f021d14 (patch)
treef621e36bdbb2a8c20b7202ce8bd69b7d6d80c3a0 /tests
parented2f9ad2053ec6114c9303ebddd9b9fe9d8b55be (diff)
downloadwsmancli-2ed253d5c0351259faaea5fc281bffd98f021d14.tar.gz
wsmancli-2ed253d5c0351259faaea5fc281bffd98f021d14.tar.xz
wsmancli-2ed253d5c0351259faaea5fc281bffd98f021d14.zip
renamed put function until final function is ready
Diffstat (limited to 'tests')
-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 2aa6afc..fdc66c0 100644
--- a/tests/interop/interop.c
+++ b/tests/interop/interop.c
@@ -184,7 +184,7 @@ static int run_interop_test (WsManClient *cl, WsXmlNodeH scenario, InteropTest i
wsman_add_selectors_list_from_node(input, &options);
set_props(&options, ws_xml_get_node_text(k), ws_xml_get_node_text(v) );
- response = ws_transfer_put(cl, resource_uri, options);
+ response = ws_transfer_put1(cl, resource_uri, options);
xml_parser_doc_dump(stdout, response);
}