Changeset 2983

Show
Ignore:
Timestamp:
11/06/08 11:08:59 (2 months ago)
Author:
kkaempf
Message:

adapt to new filter_create_selector() api

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openwsman/trunk/tests/client/test_selectorfilter.c

    r2584 r2983  
    9696                hash_alloc_insert(selectors_new, hnode_getkey(hn), entry); 
    9797        } 
    98         filter_t *filter = filter_create_selector(selectors_new, "root/cimv2"); 
     98        filter_t *filter = filter_create_selector(selectors_new); 
    9999        wsmc_set_action_option(options, FLAG_DUMP_REQUEST); 
    100100        selector_resp = wsmc_action_enumerate(cl, (char *)test.resource_uri, options, filter); 
  • openwsman/trunk/tests/filter/test_filter.c

    r2582 r2983  
    8686        hash_alloc_insert(selectors, "SystemCreationClassName", &entry1[3]); 
    8787         
    88         filter_t *filter = filter_create_selector(selectors,NULL); 
     88        filter_t *filter = filter_create_selector(selectors); 
    8989        WsXmlDocH doc = ws_xml_create_envelope(); 
    9090        WsXmlNodeH body = ws_xml_get_soap_body(doc);