]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Replace use of testError with virReportError
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 18 Jul 2012 12:12:06 +0000 (13:12 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 19 Jul 2012 15:19:51 +0000 (16:19 +0100)
commit3de99600b14116d86ac8cd3ce6c27b6c00411d47
tree5c6ea5eeae48a07d112a9c54bb2e0766fc73ec01
parent51f6e5a6ef7f06676292d8924fb981b0b1c749a0
Replace use of testError with virReportError

Update the test driver to use virReportError instead of the
testError custom macro

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/test/test_driver.c