diff options
Diffstat (limited to 'testsuite/a11y/misc.c')
-rw-r--r-- | testsuite/a11y/misc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuite/a11y/misc.c b/testsuite/a11y/misc.c index a6ae6cacd0..96c870ba52 100644 --- a/testsuite/a11y/misc.c +++ b/testsuite/a11y/misc.c @@ -27,7 +27,7 @@ test_popover_parent (void) GtkWidget *p; AtkObject *a; - g_test_bug ("733923"); + /*http://bugzilla.gnome.org/show_bug.cgi?id=733923 */ w = gtk_entry_new (); @@ -50,8 +50,6 @@ main (int argc, char *argv[]) { gtk_test_init (&argc, &argv, NULL); - g_test_bug_base ("http://bugzilla.gnome.org/"); - g_test_add_func ("/popover/accessible-parent", test_popover_parent); return g_test_run (); |