r32317 - in /trunk/libgtk2-perl/debian: changelog patches/fix-number-of-style-tests

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Tue Mar 24 18:24:42 UTC 2009


Author: ryan52-guest
Date: Tue Mar 24 18:24:38 2009
New Revision: 32317

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32317
Log:
Fix the number of GtkStyle tests correctly

Modified:
    trunk/libgtk2-perl/debian/changelog
    trunk/libgtk2-perl/debian/patches/fix-number-of-style-tests

Modified: trunk/libgtk2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/changelog?rev=32317&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/changelog (original)
+++ trunk/libgtk2-perl/debian/changelog Tue Mar 24 18:24:38 2009
@@ -3,6 +3,7 @@
   * New upstream release
   * update dependencies for newer versions of Pango and Glib
   * Try to fix the failing tests again
+  * Fix the number of GtkStyle tests correctly
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 23 Mar 2009 16:16:16 -0700
 

Modified: trunk/libgtk2-perl/debian/patches/fix-number-of-style-tests
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/patches/fix-number-of-style-tests?rev=32317&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/patches/fix-number-of-style-tests (original)
+++ trunk/libgtk2-perl/debian/patches/fix-number-of-style-tests Tue Mar 24 18:24:38 2009
@@ -2,12 +2,12 @@
 
 --- a/t/GtkStyle.t
 +++ b/t/GtkStyle.t
-@@ -1,7 +1,7 @@
- #!/usr/bin/perl -w
- # vim: set ft=perl expandtab shiftwidth=2 softtabstop=2 :
- use strict;
--use Gtk2::TestHelper tests => 125;
-+use Gtk2::TestHelper tests => 126;
- use Carp;
+@@ -135,7 +135,7 @@
+ }
  
- # $Id: GtkStyle.t 2158 2009-03-17 18:42:54Z tsch $
+ SKIP: {
+-  skip("get is new in 2.16", 13)
++  skip("get is new in 2.16", 12)
+     unless (Gtk2->CHECK_VERSION(2, 16, 0));
+ 
+   # Test different properties (gint, gboolean, gchar* and GObject)




More information about the Pkg-perl-cvs-commits mailing list