Make sure that all timeouts in HildonBanner are removed
[hildon] / tests / TEST-CASES.txt
index a16e437..bef4482 100644 (file)
@@ -1070,7 +1070,6 @@ the list of tests (Section 2). Use the following example as a template:
              d) Set a value of G_MININT in the range [2,1000].
              e) Set a value of 1001 in the range [2,1000].
              f) Set a value of G_MAXINT in the range [2,1000].
-             g) Set a value of G_MAXINT in the range [2,G_MAXINT].
 
    - hildon_controlbar_set_max: [TODO] 
    - hildon_controlbar_get_max: [TODO] 
@@ -1132,13 +1131,10 @@ the list of tests (Section 2). Use the following example as a template:
             d) Set and get base color defined by #0000FF.
 
          3. Test that invalid color values do not cause problems.
-             a) Set and get base color defined by #00FFFF and pixel 0.
-             b) Set and get base color defined by #0ABCDE and pixel 0.
-             c) Set and get base color defined by #FF00FF and pixel 0.
-             d) Set the color (65536,65536,65536).
-             d) Set and get base color defined by NULL color.
-             e) Set base color on NULL object.
-             f) Get base color from NULL object.
+             a) Set the color (65536,65536,65536).
+             b) Set and get base color defined by NULL color.
+             c) Set base color on NULL object.
+             d) Get base color from NULL object.
 
    - hildon_color_selector_new: [TODO] 
 
@@ -1554,13 +1550,12 @@ the list of tests (Section 2). Use the following example as a template:
 
 ------------------------------------------------------------------------------
 
-- hildon-defines: This file is not a widget, is a library with two
-  utility functions and a lot of defines, as its name says. These two
-  functions should be tested with functional tests because the unit
-  tests that we can implement do not check its more important
+- hildon-helper: This file is not a widget, is a library with two
+  utility functions. These two functions should be tested with functional tests 
+  because the unit tests that we can implement do not check its more important
   behavior, a signal emission.
 
-   - hildon_gtk_widget_set_logical_font: changes the logical font of a
+   - hildon_helper_set_logical_font: changes the logical font of a
      given widget and all its children
 
          - Errors detected: none.
@@ -1572,7 +1567,7 @@ the list of tests (Section 2). Use the following example as a template:
             a) set the font "TimesNewRoman" to a NULL widget
             b) set a NULL font to a GtkLabel
 
-   - hildon_gtk_widget_set_logical_color: changes the logical color of a
+   - hildon_helepr_set_logical_color: changes the logical color of a
      given widget and all its children
 
          - Errors detected: none.
@@ -2512,7 +2507,7 @@ the list of tests (Section 2). Use the following example as a template:
          - Errors detected: none.
 
         1. Create confirmation with icon name note with regular values. 
-            a) Create new confirmation note with description set to a combination of letters, numbers and symbols and icon name "qgn_list_cp_calibration".
+            a) Create new confirmation note with description set to a combination of letters, numbers and symbols and icon name "dummy".
             b) Create new confirmation note with description set to "" and icon name NULL.
            
          2. Create confirmation with icon name note with invalid values.
@@ -2620,7 +2615,7 @@ the list of tests (Section 2). Use the following example as a template:
 
          1. Check creation of new animation banner with regular values.
             a) Create an animation banner with NULL animation name and a text.
-            b) Create an animation banner with qgn_list_mahjong animation name and an empty text.
+            b) Create an animation banner with dummy animation name and an empty text.
 
          2. Check creation of new animation banner with invalid values.
             a) Create an animation banner with NULL text. 
@@ -3275,28 +3270,6 @@ the list of tests (Section 2). Use the following example as a template:
 
 ----------------------------------------------------------------------------------------
 
-- hildon-composite-widget: Handles focus behavior for hildon composite widgets.
-
-   - hildon_composite_widget_focus: Handles focus behavior
-
-         - Errors detected: 2.b), 2.c)
-           2.b) -> segmentation fault
-           2.c) -> segmentation fault
-
-         1. Set a common color
-           a) Check with a composite widget (hildon_time_editor)
-           b) Check with a composite widget (hildon_time_editor) inside a window
-           c) Check with a composite widget (hildon_time_editor) inside a window and focus already given to the window
-
-         2. Test that invalid parameters do not cause problems
-           a) Check with non composite widget (gtkentry)
-           b) Check with NULL widget
-           c) Check with invalid direction (GTK_DIR_RIGHT+1)
-           d) Check with non composite widget (gtkentry) inside a window
-           e) Check with invalid direction (GTK_DIR_RIGHT+1) inside a window
-
-----------------------------------------------------------------------------------------
-
 - hildon-add-home-dialog:
 
    - Property "name": [TODO]