efl: remove inwin resize test... they can't be resized
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Mon, 4 Mar 2013 21:08:52 +0000 (13:08 -0800)
committerU. Artie Eoff <ullysses.a.eoff@intel.com>
Mon, 4 Mar 2013 21:08:52 +0000 (13:08 -0800)
Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
src/efl/test_inwin.cpp

index 47eec84..88fbfc1 100644 (file)
@@ -12,11 +12,11 @@ public:
 
 //TODO: more rigorous tests
 
-typedef ResizeObjectTest<Inwin> InwinResizeTest;
+// NOTE: inwin's cannot be resized explicitly
+
 typedef PositionObjectTest<Inwin> InwinPositionTest;
 typedef VisibleObjectTest<Inwin> InwinVisibilityTest;
 
-WAYLAND_ELM_HARNESS_TEST_CASE(InwinResizeTest, "Inwin")
 WAYLAND_ELM_HARNESS_TEST_CASE(InwinPositionTest, "Inwin")
 WAYLAND_ELM_HARNESS_TEST_CASE(InwinVisibilityTest, "Inwin")