diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-20 20:31:28 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-20 20:31:28 +0200 |
commit | 73fc462b95827920e5225f4f655b6640f6affce0 (patch) | |
tree | 09fc8f48fabb91f1944519d2afecfe1cea7e0314 /test/paintertest.cc | |
parent | c73f9e2632f9614bba748aed857e2a648126a963 (diff) |
Fix unittest broken by last commit.
Diffstat (limited to 'test/paintertest.cc')
-rw-r--r-- | test/paintertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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()); |