[perl-Gtk3] Use the correct version test for skipping a set of tests
- From: Torsten SchÃnfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Gtk3] Use the correct version test for skipping a set of tests
- Date: Sat, 23 Jun 2012 16:48:16 +0000 (UTC)
commit 4e8eb3a657df26d7ba930f95c807b3d25ae976e2
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date: Sat Jun 23 18:47:11 2012 +0200
Use the correct version test for skipping a set of tests
t/overrides.t | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/t/overrides.t b/t/overrides.t
index 2f9f572..3b1372b 100644
--- a/t/overrides.t
+++ b/t/overrides.t
@@ -237,8 +237,9 @@ SKIP: {
# Gtk3::Gdk::Window::new
SKIP: {
- # FIXME: https://bugzilla.gnome.org/show_bug.cgi?id=670369
- skip 'window attr type annotation missing', 3;
+ # https://bugzilla.gnome.org/show_bug.cgi?id=670369
+ skip 'window attr type annotation missing', 3
+ unless Gtk3::CHECK_VERSION (3, 6, 0);
my $window = Gtk3::Gdk::Window->new (undef, {
window_type => 'toplevel',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]