[perl-Gtk3] Avoid a warning from the tests
- From: Torsten SchÃnfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Gtk3] Avoid a warning from the tests
- Date: Sun, 18 Mar 2012 12:16:59 +0000 (UTC)
commit af3d6e6ad3fc0d55d6d6089feae3c914667a4f5c
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date: Sun Mar 18 13:16:39 2012 +0100
Avoid a warning from the tests
t/overrides.t | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/t/overrides.t b/t/overrides.t
index 18e73e0..367baa5 100644
--- a/t/overrides.t
+++ b/t/overrides.t
@@ -183,14 +183,14 @@ SKIP: {
# Gtk3::Gdk::Window::new
SKIP: {
+ # FIXME: https://bugzilla.gnome.org/show_bug.cgi?id=670369
+ skip 'window attr type annotation missing', 3;
+
my $window = Gtk3::Gdk::Window->new (undef, {
window_type => 'toplevel',
});
isa_ok ($window, 'Gtk3::Gdk::Window');
- # FIXME: https://bugzilla.gnome.org/show_bug.cgi?id=670369
- skip 'window attr type annotation missing', 2;
-
$window = Gtk3::Gdk::Window->new (undef, {
window_type => 'toplevel',
width => 100, height => 50,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]