EFL: basics tests for dayselector
authorJoe Konno <joe.konno@intel.com>
Fri, 20 Jul 2012 17:45:59 +0000 (10:45 -0700)
committerJoe Konno <joe.konno@intel.com>
Fri, 20 Jul 2012 17:45:59 +0000 (10:45 -0700)
Signed-off-by: Joe Konno <joe.konno@intel.com>
src/efl/test_dayselector.cpp

index 55bc967..0b6560b 100644 (file)
@@ -6,9 +6,16 @@
 #include "window.h"
 #include "evasobject.h"
 #include "elmtestharness.h"
+#include "templates.h"
 
 using std::vector;
 
+// Basic suite START
+EFL_RESIZE_TEST(DaySelector, dayselector, 300, 200, 200, 100)
+EFL_POSITION_TEST(DaySelector, dayselector, 100, 50, 150, 100)
+EFL_VISIBILITY_TEST(DaySelector, dayselector)
+// Basic suite END
+
 class DayselectorDayTest : public ElmTestHarness
 {
 public: