]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests.testutils: use virTestDifferenceFull in virtTestCompareToFile
authorPavel Hrdina <phrdina@redhat.com>
Thu, 10 Dec 2015 14:20:56 +0000 (15:20 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Fri, 8 Jan 2016 15:08:15 +0000 (16:08 +0100)
commitc060f44c16966dc1e388f151a0c9ace00f214ca2
treec53095192b510a6c6b3d18a21aadb50132510372
parent781d70c027fffbceca1d404dac56de7071dcebc5
tests.testutils: use virTestDifferenceFull in virtTestCompareToFile

Let's use the new virTestDifferenceFull function that will regenerate
the expected output and fail the test to let developer know that there
something was updated.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
tests/testutils.c