efl: disable Entry clipboard tests
authorJoe Konno <joe.konno@intel.com>
Wed, 29 Aug 2012 20:35:39 +0000 (13:35 -0700)
committerJoe Konno <joe.konno@intel.com>
Wed, 29 Aug 2012 20:42:34 +0000 (13:42 -0700)
Take a different approach. Rather than depending on particular behavior from a
widget to test the clipboard, investigate testing at a lower level.

These tests introduce timing issues. Specifically, the race between the paste
action and when the Entry widget gets updated with the clipboard data.

Signed-off-by: Joe Konno <joe.konno@intel.com>
src/efl/test_entry.cpp

index 1fa8647..852c78f 100644 (file)
@@ -308,7 +308,7 @@ private:
 };
 
 WAYLAND_ELM_HARNESS_TEST_CASE(EntryEmoticonTest, "Entry")
-WAYLAND_ELM_HARNESS_TEST_CASE(EntryCutTest, "Entry")
-WAYLAND_ELM_HARNESS_TEST_CASE(EntryCopyTest, "Entry")
-WAYLAND_ELM_HARNESS_TEST_CASE(EntryPasteTest, "Entry")
+//WAYLAND_ELM_HARNESS_TEST_CASE(EntryCutTest, "Entry")
+//WAYLAND_ELM_HARNESS_TEST_CASE(EntryCopyTest, "Entry")
+//WAYLAND_ELM_HARNESS_TEST_CASE(EntryPasteTest, "Entry")