[perl-Gtk3] Enable a few Gtk3::RadioMenuItem tests



commit 5f7c9a3a4f8289980a9c478dc5108c4627900838
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Wed Jan 23 21:25:24 2013 +0100

    Enable a few Gtk3::RadioMenuItem tests

 t/zz-GtkRadioMenuItem.t |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/t/zz-GtkRadioMenuItem.t b/t/zz-GtkRadioMenuItem.t
index b0ee316..588679f 100644
--- a/t/zz-GtkRadioMenuItem.t
+++ b/t/zz-GtkRadioMenuItem.t
@@ -43,11 +43,12 @@ SKIP: {
              $item_five, $item_six, $item_seven]);
 }
 
-SKIP: {
-  skip 'the item-based API is not bootstrap-able', 2
-    unless 0; # FIXME: <https://bugzilla.gnome.org/show_bug.cgi?id=679563>
+{
+  # FIXME: The item-based API is not bootstrap-able on its own yet, see
+  # <https://bugzilla.gnome.org/show_bug.cgi?id=679563>.
+  # my $item_one = Gtk3::RadioMenuItem -> new_from_widget(undef);
 
-  my $item_one = Gtk3::RadioMenuItem -> new_from_widget(undef);
+  my $item_one = Gtk3::RadioMenuItem -> new([]);
   my $item_two = Gtk3::RadioMenuItem -> new($item_one);
   my $item_three = Gtk3::RadioMenuItem -> new_with_label($item_one, "Bla");
   my $item_four = Gtk3::RadioMenuItem -> new_with_mnemonic($item_one, "_Bla");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]