Revert "EFL: Re-enable wayland_egl engine tests"
authorJoe Konno <joe.konno@intel.com>
Wed, 25 Jul 2012 17:25:15 +0000 (10:25 -0700)
committerJoe Konno <joe.konno@intel.com>
Wed, 25 Jul 2012 17:25:15 +0000 (10:25 -0700)
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

index 60e2b46..b854be4 100644 (file)
@@ -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