summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLiang Hou <houliang@intel.com>2007-09-23 05:47:11 +0000
committerLiang Hou <houliang@intel.com>2007-09-23 05:47:11 +0000
commit54823c3644309f59ee69f8c301ee5aa2f07b2cd8 (patch)
tree40c1ed184ed443562252ac0fd65533e98b3f44aa /tests
parent7619468cf25e62c2b5653fb216ea149729486c0b (diff)
downloadwsmancli-54823c3644309f59ee69f8c301ee5aa2f07b2cd8.tar.gz
wsmancli-54823c3644309f59ee69f8c301ee5aa2f07b2cd8.tar.xz
wsmancli-54823c3644309f59ee69f8c301ee5aa2f07b2cd8.zip
update for wsmc_read_file interface change
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 d24668d..3402da4 100644
--- a/tests/interop/interop.c
+++ b/tests/interop/interop.c
@@ -251,7 +251,7 @@ int main(int argc, char** argv)
fprintf(stderr, "Interop file required\n");
return 1;
}
- doc = wsmc_read_file(cl, file, "UTF-8", 0);
+ doc = wsmc_read_file(file, "UTF-8", 0);
//xml_parser_doc_dump(stdout, doc);