Use always a GtkVBox in HildonNote contents
[hildon] / tests / TEST-CASES.txt
index 1a86350..9d94b26 100644 (file)
@@ -1554,13 +1554,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 +1571,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 +2511,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 +2619,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.