Re: [libvirt] [PATCH V5 4/4] Add test cases for parsing of list values

2011-11-18 Thread Stefan Berger
On 11/02/2011 07:21 PM, Eric Blake wrote: On 10/31/2011 07:01 AM, Stefan Berger wrote: This patch adds test cases for parsing of parameters with multiple occurrances of the same name. s/occurrances/occurrences/ +++ libvirt-acl/tests/nwfilterxml2xmlin/attr-value-test.xml @@ -0,0 +1,27 @@

Re: [libvirt] [PATCH V5 4/4] Add test cases for parsing of list values

2011-11-02 Thread Eric Blake
On 10/31/2011 07:01 AM, Stefan Berger wrote: This patch adds test cases for parsing of parameters with multiple occurrances of the same name. s/occurrances/occurrences/ +++ libvirt-acl/tests/nwfilterxml2xmlin/attr-value-test.xml @@ -0,0 +1,27 @@ +filter name='testcase'

[libvirt] [PATCH V5 4/4] Add test cases for parsing of list values

2011-10-31 Thread Stefan Berger
This patch adds test cases for parsing of parameters with multiple occurrances of the same name. v5: - Addressing Eric Blake's comments: added more tests Signed-off-by: Stefan Berger stef...@linux.vnet.ibm.com --- tests/nwfilterxml2xmlin/attr-value-test.xml | 27 +++