From 9af73ce6807cac01caa86a500b2968f8e319b86b Mon Sep 17 00:00:00 2001 From: Joe Konno Date: Wed, 5 Sep 2012 08:16:45 -0700 Subject: [PATCH] EFL: Remove Popup resize test Although a Popup is an Evas_Object, I'm not sure where E upstream wants to take this control, in light of recent Popup-Resize test failures. In most popup schemes with which I'm familiar (growl, libnotify), the particulars of popups are often opaque, intended for "drop-in-and-use" with very little granular control from the developer's perspective. If someone wants to write their own popup sized just so, with chrome bells and whistles, they are free to use the Evas API, as far as I'm concerned. Signed-off-by: Joe Konno --- src/efl/test_popup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/efl/test_popup.cpp b/src/efl/test_popup.cpp index dc5cba4..4792648 100644 --- a/src/efl/test_popup.cpp +++ b/src/efl/test_popup.cpp @@ -166,7 +166,7 @@ typedef ResizeObjectTest PopupResizeTest; typedef PositionObjectTest PopupPositionTest; typedef VisibleObjectTest PopupVisibilityTest; -WAYLAND_ELM_HARNESS_TEST_CASE(PopupResizeTest, "Popup") +//WAYLAND_ELM_HARNESS_TEST_CASE(PopupResizeTest, "Popup") WAYLAND_ELM_HARNESS_TEST_CASE(PopupPositionTest, "Popup") WAYLAND_ELM_HARNESS_TEST_CASE(PopupVisibilityTest, "Popup") WAYLAND_ELM_HARNESS_TEST_CASE(PopupTimeoutTest, "Popup") -- 2.7.4