[Po4a-commits] "po4a/t 20-sgml.t,1.7,1.8"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Sat Sep 15 18:05:06 UTC 2007


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

Modified Files:
	20-sgml.t 
Log Message:
Fix the testsuite, use option -o force when the sgml module has to parse xml files.


Index: 20-sgml.t
===================================================================
RCS file: /cvsroot/po4a/po4a/t/20-sgml.t,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- 20-sgml.t	5 Aug 2007 16:01:20 -0000	1.7
+++ 20-sgml.t	15 Sep 2007 18:05:04 -0000	1.8
@@ -16,7 +16,7 @@
   "-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 #format# -m data-20/text.xml -p tmp/xml.po 2>/dev/null";
+$tests[0]{'run'}  = "perl ../po4a-gettextize -f #format# -o force -m data-20/text.xml -p tmp/xml.po";
 $tests[0]{'test'} = "diff -u data-20/xml.po tmp/xml.po $diff_po_flags";
 $tests[0]{'doc'}  = "gettextize well simple xml documents";
 $tests[0]{'requires'} = "Text::WrapI18N";




More information about the Po4a-commits mailing list