e_test_event: remove useless TODO annotation 44/188544/2
authorJunSeok, Kim <juns.kim@samsung.com>
Thu, 6 Sep 2018 02:09:35 +0000 (11:09 +0900)
committerJunSeok Kim <juns.kim@samsung.com>
Wed, 12 Sep 2018 04:29:54 +0000 (04:29 +0000)
testcase have to use API to testing their function.
So, no needs to using dbus to directly control server.

Change-Id: Ic834c1578ed2aba0054c0483606f99905e3dd2a2

src/e_test_event.cpp

index 0cf023d..3d63105 100644 (file)
@@ -205,7 +205,6 @@ etRunner::resetRegisterWin()
 Eina_Bool
 etRunner::setWinActivate(etWin *tw)
 {
-   // TODO:: change to send dbus message
    EINA_SAFETY_ON_NULL_RETURN_VAL(tw, EINA_FALSE);
 
    tw->updateGeometry();
@@ -220,7 +219,6 @@ Eina_Bool
 etRunner::setWinIconic(etWin *tw,
                       Eina_Bool set)
 {
-   // TODO:: change to send dbus message
    EINA_SAFETY_ON_NULL_RETURN_VAL(tw, EINA_FALSE);
 
    if (set)
@@ -258,7 +256,6 @@ etRunner::setWinTransientFor(etWin *tw_child,
                              etWin *tw_parent,
                              Eina_Bool set)
 {
-   // TODO:: change to send dbus message
    EINA_SAFETY_ON_NULL_RETURN_VAL(tw_child, EINA_FALSE);
 
    if (set)
@@ -276,7 +273,6 @@ Eina_Bool
 etRunner::setWinNotiLevel(etWin *tw,
                           efl_util_notification_level_e lv)
 {
-   // TODO:: change to send dbus message
    Eina_Bool res = EINA_FALSE;
 
    EINA_SAFETY_ON_NULL_RETURN_VAL(tw, EINA_FALSE);
@@ -290,7 +286,6 @@ etRunner::setWinNotiLevel(etWin *tw,
 efl_util_notification_level_e
 etRunner::getWinNotiLevel(etWin *tw)
 {
-   // TODO:: change to send dbus message
    Eina_Bool res = EINA_FALSE;
    efl_util_notification_level_e lv = EFL_UTIL_NOTIFICATION_LEVEL_NONE;
 
@@ -305,7 +300,6 @@ etRunner::getWinNotiLevel(etWin *tw)
 Eina_Bool
 etRunner::setFocusSkip(etWin *tw, Eina_Bool set)
 {
-   // TODO:: change to send dbus message
    EINA_SAFETY_ON_NULL_RETURN_VAL(tw, EINA_FALSE);
 
    if (set)