From b778b95dc1d6d99100b73caa260037b26abe2ac3 Mon Sep 17 00:00:00 2001 From: Joe Konno Date: Wed, 25 Jul 2012 10:25:15 -0700 Subject: [PATCH] Revert "EFL: Re-enable wayland_egl engine tests" Nope, just ran through it a couple more times, and the EGL engine is not yet ready for prime time. This reverts commit 02671a8dd64376e2a1a720810475e8077ea274f0. --- src/efl/elmtestharness.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/efl/elmtestharness.h b/src/efl/elmtestharness.h index 60e2b46..b854be4 100644 --- a/src/efl/elmtestharness.h +++ b/src/efl/elmtestharness.h @@ -69,12 +69,13 @@ BOOST_AUTO_TEST_CASE(Harness##_shm_engine) \ Application::setEngine(Application::ENGINE_SHM); \ Harness().run(); \ } \ -\ -BOOST_AUTO_TEST_CASE(Harness##_egl_engine) \ -{ \ - Application::setEngine(Application::ENGINE_EGL); \ - Harness().run(); \ -} \ + +//\ +//BOOST_AUTO_TEST_CASE(Harness##_egl_engine) \ +//{ \ +// Application::setEngine(Application::ENGINE_EGL); \ +// Harness().run(); \ +//} \ #endif -- 2.7.4