[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo/tp/t accents.t paragraph.t plaintext.t ...
From: |
Patrice Dumas |
Subject: |
texinfo/tp/t accents.t paragraph.t plaintext.t ... |
Date: |
Wed, 08 Dec 2010 22:47:33 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Patrice Dumas <pertusus> 10/12/08 22:47:33
Modified files:
tp/t : accents.t paragraph.t plaintext.t test_sort.t
test_utils.pl
Log message:
Use internal libintl.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/accents.t?cvsroot=texinfo&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/paragraph.t?cvsroot=texinfo&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/plaintext.t?cvsroot=texinfo&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/test_sort.t?cvsroot=texinfo&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/test_utils.pl?cvsroot=texinfo&r1=1.60&r2=1.61
Patches:
Index: accents.t
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/accents.t,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- accents.t 1 Dec 2010 23:39:50 -0000 1.6
+++ accents.t 8 Dec 2010 22:47:33 -0000 1.7
@@ -4,6 +4,7 @@
BEGIN { plan tests => 21 };
use lib '../texi2html/lib/Unicode-EastAsianWidth/lib/';
+use lib '../texi2html/lib/libintl-perl/lib/';
use Texinfo::Convert::Text;
use Texinfo::Parser;
Index: paragraph.t
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/paragraph.t,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- paragraph.t 4 Dec 2010 12:11:12 -0000 1.11
+++ paragraph.t 8 Dec 2010 22:47:33 -0000 1.12
@@ -11,7 +11,7 @@
use Test::More;
BEGIN { plan tests => 105 };
use lib '../texi2html/lib/Unicode-EastAsianWidth/lib/';
-#push @INC, '../texi2html/lib/Unicode-EastAsianWidth/lib/';
+#use lib '../texi2html/lib/libintl-perl/lib/';
use Texinfo::Convert::Paragraph;
use Texinfo::Convert::Line;
use Texinfo::Convert::UnFilled;
Index: plaintext.t
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/plaintext.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- plaintext.t 1 Dec 2010 22:39:44 -0000 1.1
+++ plaintext.t 8 Dec 2010 22:47:33 -0000 1.2
@@ -12,7 +12,7 @@
use Data::Dumper;
BEGIN { plan tests => 1 };
use lib '../texi2html/lib/Unicode-EastAsianWidth/lib/';
-#push @INC, '../texi2html/lib/Unicode-EastAsianWidth/lib/';
+use lib '../texi2html/lib/libintl-perl/lib/';
use Texinfo::Parser;
use Texinfo::Convert::Texinfo;
ok(1, "modules loading"); # If we made it this far, we're ok.
Index: test_sort.t
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/test_sort.t,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- test_sort.t 3 Dec 2010 00:55:08 -0000 1.2
+++ test_sort.t 8 Dec 2010 22:47:33 -0000 1.3
@@ -4,6 +4,7 @@
BEGIN { plan tests => 5 };
use lib '../texi2html/lib/Unicode-EastAsianWidth/lib/';
+use lib '../texi2html/lib/libintl-perl/lib/';
use Texinfo::Convert::Text;
use Texinfo::Parser;
use Texinfo::Structuring;
Index: test_utils.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/test_utils.pl,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -b -r1.60 -r1.61
--- test_utils.pl 7 Dec 2010 23:18:30 -0000 1.60
+++ test_utils.pl 8 Dec 2010 22:47:33 -0000 1.61
@@ -2,6 +2,7 @@
use Test::More;
use lib '../texi2html/lib/Unicode-EastAsianWidth/lib/';
+use lib '../texi2html/lib/libintl-perl/lib/';
use Texinfo::Parser;
use Texinfo::Convert::Text;
use Texinfo::Convert::Texinfo;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo/tp/t accents.t paragraph.t plaintext.t ...,
Patrice Dumas <=