summaryrefslogtreecommitdiffstats
path: root/tests/cunit/enumeration.c
diff options
context:
space:
mode:
authorAnas Nashif <nashif@intel.com>2008-05-28 11:07:06 +0000
committerAnas Nashif <nashif@intel.com>2008-05-28 11:07:06 +0000
commitb709c2b62036d710e1aad28ab04e1e1708153994 (patch)
treef598ae16d3d56bbc36112248283baaf94eb719d5 /tests/cunit/enumeration.c
parent12680bc52662b24e0df2829f19d2ea4d03765d2d (diff)
downloadwsmancli-b709c2b62036d710e1aad28ab04e1e1708153994.tar.gz
wsmancli-b709c2b62036d710e1aad28ab04e1e1708153994.tar.xz
wsmancli-b709c2b62036d710e1aad28ab04e1e1708153994.zip
fixed testsuite
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 a062af5..b0be5bc 100644
--- a/tests/cunit/enumeration.c
+++ b/tests/cunit/enumeration.c
@@ -264,7 +264,7 @@ static void enumeration_test(void) {
options->max_elements = tests[i].max_elements;
WsXmlDocH enum_response = wsmc_action_enumerate(cl,
- (char *)tests[i].resource_uri, options);
+ (char *)tests[i].resource_uri, options, NULL);
CU_ASSERT_TRUE(wsmc_get_response_code(cl) == tests[i].final_status);
if (wsmc_get_response_code(cl) != tests[i].final_status) {