perl-Pango r18 - in trunk: . t t/inc
- From: tsch svn gnome org
- To: svn-commits-list gnome org
- Subject: perl-Pango r18 - in trunk: . t t/inc
- Date: Tue, 17 Mar 2009 18:05:49 +0000 (UTC)
Author: tsch
Date: Tue Mar 17 18:05:49 2009
New Revision: 18
URL: http://svn.gnome.org/viewvc/perl-Pango?rev=18&view=rev
Log:
Change version checks to refer to stable versions only.
Modified:
trunk/ChangeLog
trunk/t/PangoLayout.t
trunk/t/inc/PangoTestHelper.pm
Modified: trunk/t/PangoLayout.t
==============================================================================
--- trunk/t/PangoLayout.t (original)
+++ trunk/t/PangoLayout.t Tue Mar 17 18:05:49 2009
@@ -93,7 +93,7 @@
is_word_start => 1,
is_word_end => 0,
is_sentence_boundary =>
- (Pango -> CHECK_VERSION(1, 21, 1) ? 1 : 0), # FIXME: 1.22
+ (Pango -> CHECK_VERSION(1, 22, 0) ? 1 : 0),
is_sentence_start => 1,
is_sentence_end => 0,
Pango -> CHECK_VERSION(1, 4, 0) ?
Modified: trunk/t/inc/PangoTestHelper.pm
==============================================================================
--- trunk/t/inc/PangoTestHelper.pm (original)
+++ trunk/t/inc/PangoTestHelper.pm Tue Mar 17 18:05:49 2009
@@ -2,7 +2,7 @@
use Test::More;
-my $REQ_GTK2_VERSION = 1.210; # FIXME: 1.22
+my $REQ_GTK2_VERSION = 1.220;
sub import {
my $class = shift;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]