Increased pannable area max speed.
[hildon] / tests / test_suites.h
index fc99bf1..c0b6b29 100644 (file)
@@ -1,11 +1,13 @@
 /*
- * Copyright (C) 2006 Nokia Corporation.
+ * This file is a part of hildon tests
  *
- * Contact: Luc Pionchon <luc.pionchon@nokia.com>
+ * Copyright (C) 2006, 2007 Nokia Corporation, all rights reserved.
+ *
+ * Contact: Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
- * as published by the Free Software Foundation; either version 2.1 of
+ * as published by the Free Software Foundation; version 2.1 of
  * the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful, but
@@ -34,11 +36,11 @@ Suite *create_hildon_calendar_popup_suite(void);
 Suite *create_hildon_weekday_picker_suite(void);
 Suite *create_hildon_controlbar_suite(void);
 Suite *create_hildon_color_button_suite(void);
-Suite *create_hildon_color_selector_suite(void);
+Suite *create_hildon_color_chooser_suite(void);
 Suite *create_hildon_seekbar_suite(void);
 Suite *create_hildon_dialoghelp_suite(void);
 Suite *create_hildon_caption_suite(void);
-Suite *create_hildon_defines_suite(void);
+Suite *create_hildon_helper_suite(void);
 Suite *create_hildon_find_toolbar_suite(void);
 Suite *create_hildon_name_password_dialog_suite(void);
 Suite *create_hildon_get_password_dialog_suite(void);
@@ -49,14 +51,17 @@ Suite *create_hildon_note_suite(void);
 Suite *create_hildon_volumebar_suite(void);
 Suite *create_hildon_volumebar_range_suite(void);
 Suite *create_hildon_wizard_dialog_suite(void);
+#ifndef HILDON_DISABLE_DEPRECATED
+/* HildonBanner is not deprecated, but all the functions tested in
+   this suite are deprecated*/
 Suite *create_hildon_banner_suite(void);
+#endif
 Suite *create_hildon_font_selection_dialog_suite(void);
 Suite *create_hildon_system_sound_suite(void);
 Suite *create_hildon_scroll_area_suite(void);
 Suite *create_hildon_window_suite(void);
-Suite *create_hildon_color_popup_suite(void);
 Suite *create_hildon_program_suite(void);
 Suite *create_hildon_composite_widget_suite(void);
-
+Suite *create_hildon_picker_button_suite (void);
 
 #endif