]> xenbits.xensource.com Git - libvirt.git/commit
tests: files named '.*-invalid.xml' should fail validation
authorJán Tomko <jtomko@redhat.com>
Thu, 9 May 2013 11:43:32 +0000 (13:43 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 9 May 2013 12:25:11 +0000 (14:25 +0200)
commit470d5c4654b512d101a8665754b13866925eeaa2
treec58fdaa9bd20209db426afd4b040a91b561111d8
parentc075f89fa291478e5244d64cf528ca3e80705d26
tests: files named '.*-invalid.xml' should fail validation

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