perl-Glib r1114 - in trunk: . t
- From: tsch svn gnome org
- To: svn-commits-list gnome org
- Subject: perl-Glib r1114 - in trunk: . t
- Date: Tue, 24 Mar 2009 18:08:55 +0000 (UTC)
Author: tsch
Date: Tue Mar 24 18:08:55 2009
New Revision: 1114
URL: http://svn.gnome.org/viewvc/perl-Glib?rev=1114&view=rev
Log:
Correct a skip count. Patch by Stefan B. (RT #44428)
Modified:
trunk/ChangeLog
trunk/t/h.t
Modified: trunk/t/h.t
==============================================================================
--- trunk/t/h.t (original)
+++ trunk/t/h.t Tue Mar 24 18:08:55 2009
@@ -29,8 +29,8 @@
;
SKIP: {
- skip "Glib::BookmarkFile is new in glib 2.12.0", 27
- unless Glib->CHECK_VERSION (2, 11, 0);
+ skip "Glib::BookmarkFile is new in glib 2.12.0", 30
+ unless Glib->CHECK_VERSION (2, 12, 0);
ok (defined Glib::BookmarkFile->new (), 'test constructor');
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]