Make sure that all timeouts in HildonBanner are removed
[hildon] / tests / TEST-CASES.txt
index 9d94b26..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]