anything pending for iwhd-1.1?

Jim Meyering jim at meyering.net
Wed Nov 30 19:14:59 UTC 2011


Pete Zaitcev wrote:
> On Wed, 30 Nov 2011 19:12:49 +0100
> Jim Meyering <jim at meyering.net> wrote:
>
>>  static char json_obj_header[] = "\
>>  {\n\
>> -	\"object_body\": \"http://%s/%s/%s/body\"\n\
>> +	\"object_body\": \"http://%s/%s/%s/\"\n\
>>  	\"object_attr_list\": \"http://%s/%s/%s/_attrs\"\
>>  ";
>
> I think the object's path should not have the trailing slash.
> XML does not:
>
> static const char xml_obj_header[] = "\
> <object>\n\
> 	<object_body path=\"http://%s/%s/%s\"/>\n\
> 	<object_attr_list path=\"http://%s/%s/%s/_attrs\"/>\
> ";

Good catch.  Thanks.
I've adjusted that and the expected test output.


More information about the iwhd-devel mailing list