[Po4a-devel][CVS] po4a/t 04-charsets.t,1.2,1.3

Jordi Vilalta po4a-devel@lists.alioth.debian.org
Mon, 09 Aug 2004 15:13:27 +0000


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

Modified Files:
	04-charsets.t 
Log Message:
I was ignoring some of the lines I wanted to test :-\


Index: 04-charsets.t
===================================================================
RCS file: /cvsroot/po4a/po4a/t/04-charsets.t,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 04-charsets.t	9 Aug 2004 15:09:44 -0000	1.2
+++ 04-charsets.t	9 Aug 2004 15:13:25 -0000	1.3
@@ -11,7 +11,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:'";
 
 $tests[0]{'run'}  = 'perl ../po4a-gettextize -f pod -m data-04/text-ascii.pod -M iso-8859-1 -p tmp/ascii.po';
 $tests[0]{'test'} = "diff -u $diff_po_flags data-04/ascii.po-ok tmp/ascii.po";