From 73fc462b95827920e5225f4f655b6640f6affce0 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 20 Apr 2017 20:31:28 +0200 Subject: Fix unittest broken by last commit. --- test/paintertest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/paintertest.cc') diff --git a/test/paintertest.cc b/test/paintertest.cc index 45c099b..75f97fa 100644 --- a/test/paintertest.cc +++ b/test/paintertest.cc @@ -63,7 +63,7 @@ public: void testDrawImage() { // Success criterion is simply to not assert in the drawing routines... - GUI::Image image(":logo.png"); + GUI::Image image(":resources/logo.png"); { // Image fits in pixelbuffer TestableCanvas canvas(image.width(), image.height()); -- cgit v1.2.3