From: Joe Konno Date: Fri, 20 Jul 2012 17:39:38 +0000 (-0700) Subject: EFL: add basic tests to clock X-Git-Tag: upstream/0.2.1~284 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19130579645bafa9bf4312d3cee38ad2dd7579cb;p=test%2Fgeneric%2Fwayland-fits.git EFL: add basic tests to clock Signed-off-by: Joe Konno --- diff --git a/src/efl/test_clock.cpp b/src/efl/test_clock.cpp index b4ef011..454c895 100644 --- a/src/efl/test_clock.cpp +++ b/src/efl/test_clock.cpp @@ -4,8 +4,15 @@ #include "window.h" #include "evasobject.h" #include "elmtestharness.h" +#include "templates.h" +// Basic suite START +EFL_RESIZE_TEST(Clock, clock, 300, 200, 200, 100) +EFL_POSITION_TEST(Clock, clock, 100, 50, 150, 100) +EFL_VISIBILITY_TEST(Clock, clock) +// Basic suite END + class ClockTimeTest : public ElmTestHarness { public: