texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/tp/t fix_texinfo.t test_protect_hashcha...


From: Patrice Dumas
Subject: texinfo/tp/t fix_texinfo.t test_protect_hashcha...
Date: Mon, 13 Feb 2012 00:22:47 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/02/13 00:22:46

Modified files:
        tp/t           : fix_texinfo.t 
                         test_protect_hashchar_at_line_beginning.t 

Log message:
        Add paths for in-source libraries.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/fix_texinfo.t?cvsroot=texinfo&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/test_protect_hashchar_at_line_beginning.t?cvsroot=texinfo&r1=1.1&r2=1.2

Patches:
Index: fix_texinfo.t
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/fix_texinfo.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- fix_texinfo.t       28 Jan 2012 17:51:34 -0000      1.1
+++ fix_texinfo.t       13 Feb 2012 00:22:41 -0000      1.2
@@ -2,6 +2,9 @@
 
 use Test::More;
 BEGIN { plan tests => 3 };
+use lib 'maintain/lib/Unicode-EastAsianWidth/lib/';
+use lib 'maintain/lib/libintl-perl/lib/';
+use lib 'maintain/lib/Text-Unidecode/lib/';
 use Texinfo::Parser;
 use Texinfo::Convert::Texinfo;
 

Index: test_protect_hashchar_at_line_beginning.t
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/test_protect_hashchar_at_line_beginning.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- test_protect_hashchar_at_line_beginning.t   9 Feb 2012 00:05:54 -0000       
1.1
+++ test_protect_hashchar_at_line_beginning.t   13 Feb 2012 00:22:42 -0000      
1.2
@@ -3,7 +3,9 @@
 use Test::More;
 BEGIN { plan tests => 4 };
 
-use Texinfo::Common;
+use lib 'maintain/lib/Unicode-EastAsianWidth/lib/';
+use lib 'maintain/lib/libintl-perl/lib/';
+use lib 'maintain/lib/Text-Unidecode/lib/';
 use Texinfo::Parser qw(parse_texi_text);
 use Texinfo::Common qw(protect_hashchar_at_line_beginning);
 use Texinfo::Convert::Texinfo;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]