]> git.ipfire.org Git - thirdparty/libvirt.git/commit
testParseXMLDocFromFile: Remove 'type' argument
authorPeter Krempa <pkrempa@redhat.com>
Thu, 22 Sep 2022 14:38:42 +0000 (16:38 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 6 Oct 2022 08:54:24 +0000 (10:54 +0200)
commitb46667ac6f8bdb38dd5daff4487dfc4e76e04510
tree93b7b487f475e35fb07f43e87bffea162be762da
parent880e45e0176114acb494e96b16048472c1c18c26
testParseXMLDocFromFile: Remove 'type' argument

virXMLParse ignores the 'url' argument which is what 'type' was passed
to it as when a filename is used as source for the XML.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/test/test_driver.c