rename engine set test
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Mon, 4 Feb 2013 17:27:43 +0000 (09:27 -0800)
committerU. Artie Eoff <ullysses.a.eoff@intel.com>
Mon, 4 Feb 2013 17:27:43 +0000 (09:27 -0800)
Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
src/efl/test_engine_set.cpp

index d45ecbd..77a1a0a 100644 (file)
@@ -1,7 +1,7 @@
 #include <Elementary.h>
 #include "common/test.h"
 
-TEST(elm_engine_set_wayland_shm, "EFL/Engine")
+TEST(ShmSetEngineTest, "EFL/Engine")
 {
        const std::string engine("wayland_shm");
 
@@ -18,7 +18,7 @@ TEST(elm_engine_set_wayland_shm, "EFL/Engine")
        elm_shutdown();
 }
 
-TEST(elm_engine_set_wayland_egl, "EFL/Engine")
+TEST(EglSetEngineTest, "EFL/Engine")
 {
        const std::string engine("wayland_egl");