EFL: Re-enable wayland_egl engine tests
authorJoe Konno <joe.konno@intel.com>
Wed, 25 Jul 2012 05:56:28 +0000 (22:56 -0700)
committerJoe Konno <joe.konno@intel.com>
Wed, 25 Jul 2012 05:56:28 +0000 (22:56 -0700)
Signed-off-by: Joe Konno <joe.konno@intel.com>
src/efl/elmtestharness.h

index b854be4..60e2b46 100644 (file)
@@ -69,13 +69,12 @@ 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