Some pannable area tuning
[hildon] / tests / test_suites.h
index 20b0274..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
@@ -49,13 +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_program_suite(void);
 Suite *create_hildon_composite_widget_suite(void);
-
+Suite *create_hildon_picker_button_suite (void);
 
 #endif