]> Pileus Git - ~andy/gtk/commitdiff
Remove debug spew
authorMatthias Clasen <mclasen@redhat.com>
Sat, 25 Jun 2011 00:47:59 +0000 (20:47 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 Jul 2011 20:08:07 +0000 (16:08 -0400)
tests/a11y/text.c

index 32185536cebddd0d7b839fec5d185053b0747dd9..083438b8fc7d915bea4bc67bc0c9dff331cfd09d 100644 (file)
@@ -512,13 +512,6 @@ test_words (GtkWidget *widget)
             break;
         }
 
-      if (g_strcmp0 (word, expected[i].word) != 0 ||
-          start != expected[i].start ||
-          end != expected[i].end)
-        {
-          g_print ("%d: %s %s %d : ", i, boundary(expected[i].boundary), gravity(expected[i].gravity), expected[i].offset);
-          g_print ("\"%s\" != \"%s\"\n", word, expected[i].word);
-        }
       g_assert_cmpstr (word, ==, expected[i].word);
       g_assert_cmpint (start, ==, expected[i].start);
       g_assert_cmpint (end, ==, expected[i].end);