[libvirt] [PATCH v2 1/2] tests: files named '.*-invalid.xml' should fail validation

2013-05-09 Thread Ján Tomko
Currently, using an invalid XML in tests fails, because the schema test expects all of them to be valid. Treat files with -invalid.xml suffix as invalid and expect them to fail validation. --- tests/schematestutils.sh | 12 1 file changed, 12 insertions(+) diff --git

Re: [libvirt] [PATCH v2 1/2] tests: files named '.*-invalid.xml' should fail validation

2013-05-09 Thread Daniel P. Berrange
On Thu, May 09, 2013 at 02:18:12PM +0200, Ján Tomko wrote: Currently, using an invalid XML in tests fails, because the schema test expects all of them to be valid. Treat files with -invalid.xml suffix as invalid and expect them to fail validation. --- tests/schematestutils.sh | 12

Re: [libvirt] [PATCH v2 1/2] tests: files named '.*-invalid.xml' should fail validation

2013-05-09 Thread Eric Blake
On 05/09/2013 06:18 AM, Ján Tomko wrote: Currently, using an invalid XML in tests fails, because the schema test expects all of them to be valid. Treat files with -invalid.xml suffix as invalid and expect them to fail validation. --- tests/schematestutils.sh | 12 1 file