Re: t/GtkStyle.t has incorrect number of tests
- From: Torsten Schoenfeld <kaffeetisch gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: t/GtkStyle.t has incorrect number of tests
- Date: Tue, 24 Mar 2009 19:15:58 +0100
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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]