From 1ab2b91a0a4a96547bfab4c486d883c44cd64c3f Mon Sep 17 00:00:00 2001 From: Joe Konno Date: Thu, 19 Jul 2012 18:45:40 -0700 Subject: [PATCH] EFL: Add templated tests to checkbox control Signed-off-by: Joe Konno --- src/efl/test_check.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/efl/test_check.cpp b/src/efl/test_check.cpp index 3ae6d34..05de009 100644 --- a/src/efl/test_check.cpp +++ b/src/efl/test_check.cpp @@ -4,7 +4,13 @@ #include "window.h" #include "evasobject.h" #include "elmtestharness.h" +#include "templates.h" +// Basic suite START +EFL_RESIZE_TEST(Check, check, 300, 200, 200, 100) +EFL_POSITION_TEST(Check, check, 100, 50, 150, 100) +EFL_VISIBILITY_TEST(Check, check) +// Basic suite END class CheckStateTest : public ElmTestHarness { -- 2.7.4