[Po4a-commits] "po4a/t 05-config.t,1.1,1.2"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Sun Dec 31 17:41:41 CET 2006


Update of /cvsroot/po4a/po4a/t
In directory alioth:/tmp/cvs-serv2594/t

Modified Files:
	05-config.t 
Log Message:
Update the tests suite after the po4a's behavior change.


Index: 05-config.t
===================================================================
RCS file: /cvsroot/po4a/po4a/t/05-config.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 05-config.t	24 Apr 2005 01:12:02 -0000	1.1
+++ 05-config.t	31 Dec 2006 16:41:39 -0000	1.2
@@ -10,8 +10,12 @@
 
 mkdir "t/tmp" unless -e "t/tmp";
 
-my $diff_po_flags = " -I '^# SOME' -I '^# Test' ".
-  "-I '^\"POT-Creation-Date: ' -I '^\"Content-Transfer-Encoding:'";
+my $diff_po_flags = " -I '^# .* translations for .* package'".
+                    " -I '^# Copyright (C) .* Free Software Foundation, Inc.'".
+                    " -I '^# Automatically generated, '".
+                    " -I '^\"Project-Id-Version: '".
+                    " -I '^\"POT-Creation-Date: '".
+                    " -I '^\"PO-Revision-Date: '";
 
 $tests[0]{'run'}  =
     'LC_ALL=C COLUMNS=80 perl ../po4a data-05/test0.conf > tmp/err 2>&1';




More information about the Po4a-commits mailing list