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)
commit843e6960cb695292979aa51f7423fc684d6c8064
tree6d7d2e544edbbd56a06b40fc80010cf58dd339cb
parenta41867a573c08bcd45caa422eeca1043163dd1e2
efl: disable Entry clipboard tests

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