perl-Pango r13 - in trunk: . t



Author: tsch
Date: Tue Dec 16 19:43:00 2008
New Revision: 13
URL: http://svn.gnome.org/viewvc/perl-Pango?rev=13&view=rev

Log:
Fix a skip count.  Patch by Kevin Ryde.


Modified:
   trunk/ChangeLog
   trunk/t/PangoLayout.t

Modified: trunk/t/PangoLayout.t
==============================================================================
--- trunk/t/PangoLayout.t	(original)
+++ trunk/t/PangoLayout.t	Tue Dec 16 19:43:00 2008
@@ -214,7 +214,7 @@
 }
 
 SKIP: {
-  skip 'new 1.22 stuff', 0
+  skip 'new 1.22 stuff', 1
     unless Pango->CHECK_VERSION(1, 22, 0);
 
   my $font = Pango::FontDescription -> from_string('Sans 12');



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