
On 06.12.2016 13:49, Daniel P. Berrange wrote:
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 | 2 ++ mingw-libvirt.spec.in | 4 ++++ src/Makefile.am | 6 ++++++ src/test/test-screenshot.png | Bin 0 -> 45394 bytes src/test/test_driver.c | 2 +- 5 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 src/test/test-screenshot.png
ACK from me, although I'm gonna miss that nice logo we returned earlier. Well it was merged as an April's fools prank anyway. Michal