Ryan Niebur wrote:
"Looks like you planned 125 tests but ran 126."

patch attached.

Actually, this is caused by an incorrect skip count. I just committed the attached patch.
Index: t/GtkStyle.t
===================================================================
--- t/GtkStyle.t	(revision 2159)
+++ t/GtkStyle.t	(revision 2161)
@@ -135,7 +135,7 @@ SKIP: {
 }
 
 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)
_______________________________________________
gtk-perl-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to