[Po4a-devel][CVS] po4a/t 20-xml.t,1.2,1.3

Martin Quinson po4a-devel@lists.alioth.debian.org
Fri, 16 Jul 2004 03:15:10 +0000


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

Modified Files:
	20-xml.t 
Log Message:
Shut off the XML warning

Index: 20-xml.t
===================================================================
RCS file: /cvsroot/po4a/po4a/t/20-xml.t,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 20-xml.t	16 Jul 2004 00:45:41 -0000	1.2
+++ 20-xml.t	16 Jul 2004 03:15:07 -0000	1.3
@@ -16,7 +16,7 @@
   "-I '^\"POT-Creation-Date: ' -I '^\"Content-Type:' -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 >/dev/null";
+$tests[0]{'run'}  = "perl ../po4a-gettextize -f sgml -m data-20/text.xml -p tmp/xml.po 2>/dev/null";
 $tests[0]{'test'} = "diff -u tmp/xml.po data-20/xml.po $diff_po_flags";
 $tests[0]{'doc'}  = "gettextize well simple xml documents";