[Lsb-messages] /var/www/bzr/lsb/devel/desktop-test r480: Remove GtkTextTag tests which use ref_count (bug 3565).

Jeff Licquia licquia at linuxfoundation.org
Fri May 31 16:15:06 UTC 2013


------------------------------------------------------------
revno: 480
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: desktop-test-devel-stablefixes
timestamp: Fri 2013-05-03 14:56:44 -0400
message:
  Remove GtkTextTag tests which use ref_count (bug 3565).
modified:
  lsb-gtkvts/src/tests/functions/Widgets/GtkTextTag.inp
-------------- next part --------------
=== modified file 'lsb-gtkvts/src/tests/functions/Widgets/GtkTextTag.inp'
--- a/lsb-gtkvts/src/tests/functions/Widgets/GtkTextTag.inp	2011-05-03 21:33:02 +0000
+++ b/lsb-gtkvts/src/tests/functions/Widgets/GtkTextTag.inp	2013-05-03 18:56:44 +0000
@@ -23,9 +23,7 @@
 gchararray name;
 /*  GdkColor background_gdk; */
 gboolean background_full_height;
-GdkPixmap background_stipple;
 /*  GdkColor foreground_gdk; */
-GdkPixmap foreground_stipple;
 GtkTextDirection direction;
 gboolean editable;
 gchararray font;
@@ -121,22 +119,6 @@
                background_full_height, FALSE);
 }
 
-g_object_get (tag, "background-stipple", &background_stipple, NULL);
-if (background_stipple.parent_instance.ref_count != 0) 
-{
-    TEST_FAIL ("background_stipple.parent_instance.ref_count = %d, should be %d", 
-               background_stipple.parent_instance.ref_count, 0);
-}
-
-g_object_get (tag, "foreground-stipple", 
-               &foreground_stipple, NULL);
-if (foreground_stipple.parent_instance.ref_count != 0) 
-/*  if (foreground_stipple.user_data != NULL)  */
-{
-    TEST_FAIL ("foreground_stipple.parent_instance.ref_count = %d, should be %d", 
-               foreground_stipple.parent_instance.ref_count, NULL);
-}
-
 g_object_get (tag, "direction", &direction, NULL);
 if (direction != GTK_TEXT_DIR_NONE) 
 {



More information about the lsb-messages mailing list