From: Joe Konno Date: Wed, 25 Jul 2012 17:25:15 +0000 (-0700) Subject: Revert "EFL: Re-enable wayland_egl engine tests" X-Git-Tag: upstream/0.2.1~271 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b778b95dc1d6d99100b73caa260037b26abe2ac3;p=test%2Fgeneric%2Fwayland-fits.git 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. --- 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