From e9d938934d607b06c36fb691509b8163192a02e2 Mon Sep 17 00:00:00 2001 From: Joe Konno Date: Fri, 6 Jul 2012 14:09:07 -0700 Subject: [PATCH] test_background: re-enable background image tests Per EFL #1056. Signed-off-by: Joe Konno --- src/efl/test_background.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/efl/test_background.cpp b/src/efl/test_background.cpp index a6a3f21..c68fd4b 100644 --- a/src/efl/test_background.cpp +++ b/src/efl/test_background.cpp @@ -126,6 +126,6 @@ private: BOOST_AUTO_TEST_SUITE(Wayland_EFL_Background_Suite) WAYLAND_ELM_HARNESS_TEST_CASE(BackgroundColorTest) - //WAYLAND_ELM_HARNESS_TEST_CASE(BackgroundImageTest) + WAYLAND_ELM_HARNESS_TEST_CASE(BackgroundImageTest) BOOST_AUTO_TEST_SUITE_END() -- 2.7.4