[Po4a-devel][CVS] po4a/t 10-discard-fuzzy.t,1.4,1.5 20-xml.t,1.3,1.4

Jordi Vilalta po4a-devel@lists.alioth.debian.org
Mon, 09 Aug 2004 17:29:22 +0000


Update of /cvsroot/po4a/po4a/t
In directory haydn:/tmp/cvs-serv10457

Modified Files:
	10-discard-fuzzy.t 20-xml.t 
Log Message:
Don't ignore posible encoding issues


Index: 10-discard-fuzzy.t
===================================================================
RCS file: /cvsroot/po4a/po4a/t/10-discard-fuzzy.t,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- 10-discard-fuzzy.t	16 Jul 2004 00:45:41 -0000	1.4
+++ 10-discard-fuzzy.t	9 Aug 2004 17:29:20 -0000	1.5
@@ -13,7 +13,7 @@
 mkdir "t/tmp" unless -e "t/tmp";
 
 my $diff_po_flags = " -I '^# SOME' -I '^# Test' ".
-  "-I '^\"POT-Creation-Date: ' -I '^\"Content-Type:' -I '^\"Content-Transfer-Encoding:'";
+  "-I '^\"POT-Creation-Date: ' -I '^\"Content-Transfer-Encoding:'";
 my $diff_pod_flags= " -I 'This file was generated by po4a' ";
 
 $tests[0]{'run'}  = "perl ../po4a-translate -f pod -k 0 -m data-10/pod -p data-10/pod.po -l tmp/pod.fr";

Index: 20-xml.t
===================================================================
RCS file: /cvsroot/po4a/po4a/t/20-xml.t,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- 20-xml.t	16 Jul 2004 03:15:07 -0000	1.3
+++ 20-xml.t	9 Aug 2004 17:29:20 -0000	1.4
@@ -13,7 +13,7 @@
 mkdir "t/tmp" unless -e "t/tmp";
 
 my $diff_po_flags = " -I '^# SOME' -I '^# Test' ".
-  "-I '^\"POT-Creation-Date: ' -I '^\"Content-Type:' -I '^\"Content-Transfer-Encoding:'";
+  "-I '^\"POT-Creation-Date: ' -I '^\"Content-Transfer-Encoding:'";
 my $diff_pod_flags= " -I 'This file was generated by po4a' ";
 
 $tests[0]{'run'}  = "perl ../po4a-gettextize -f sgml -m data-20/text.xml -p tmp/xml.po 2>/dev/null";