]> git.ipfire.org Git - thirdparty/libvirt.git/commit
test: fix screenshot API impl
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 6 Dec 2016 12:45:18 +0000 (12:45 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 8 Dec 2016 10:57:32 +0000 (10:57 +0000)
commit0be9cea1990a62953a8b6bcfec8bf266d93dc395
treef9452900912d8e835c271aa829d6b15fd32b8b25
parent4ec981d9c21c8d42d8df21defe5f49aa4a3dcf51
test: fix screenshot API impl

When redoing the website we deleted the libvirtLogo.png file
not remembering that the test driver screenshot API impl
relied on it.

Rather than having the test driver use the logo as a side
effect, give it its own dedicated image to use. This is
installed in /usr/share/libvirt/test-screenshot.png and
is taken from a NeXT Cube running WorldWideWeb[1]. The
very first web browser in existance, running on the
hardware it was originally written on.

[1] https://en.wikipedia.org/wiki/WorldWideWeb

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
libvirt.spec.in
mingw-libvirt.spec.in
src/Makefile.am
src/test/test-screenshot.png [new file with mode: 0644]
src/test/test_driver.c