[Po4a-commits] "po4a/t 28-msguntypot.t,1.1,1.2"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Fri Feb 29 20:38:13 UTC 2008


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

Modified Files:
	28-msguntypot.t 
Log Message:
Make the msguntypot testsuite less verbose.


Index: 28-msguntypot.t
===================================================================
RCS file: /cvsroot/po4a/po4a/t/28-msguntypot.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 28-msguntypot.t	29 Feb 2008 19:02:45 -0000	1.1
+++ 28-msguntypot.t	29 Feb 2008 20:38:10 -0000	1.2
@@ -19,12 +19,12 @@
 #  "-I '^\"POT-Creation-Date: ' -I '^\"Content-Transfer-Encoding:'";
 
 push @tests, {
-  'run' => 'cp ../data-28/test1.po . && perl ../../scripts/msguntypot -o ../data-28/test1.old.pot -n ../data-28/test1.new.pot test1.po',
+  'run' => 'cp ../data-28/test1.po . && perl ../../scripts/msguntypot -o ../data-28/test1.old.pot -n ../data-28/test1.new.pot test1.po > /dev/null',
   'test'=> "diff -u $diff_po_flags ../data-28/test1.new.po test1.po",
   'doc' => 'nominal test',
   };
 push @tests, {
-  'run' => 'cp ../data-28/test2.po . && perl ../../scripts/msguntypot -o ../data-28/test2.old.pot -n ../data-28/test2.new.pot test2.po',
+  'run' => 'cp ../data-28/test2.po . && perl ../../scripts/msguntypot -o ../data-28/test2.old.pot -n ../data-28/test2.new.pot test2.po > /dev/null',
   'test'=> "diff -u $diff_po_flags ../data-28/test2.new.po test2.po",
   'doc' => 'fuzzy test',
   };
@@ -36,27 +36,27 @@
 #  'doc' => 'msg moved test',
 #  };
 push @tests, {
-  'run' => 'cp ../data-28/test4.po . && perl ../../scripts/msguntypot -o ../data-28/test4.old.pot -n ../data-28/test4.new.pot test4.po',
+  'run' => 'cp ../data-28/test4.po . && perl ../../scripts/msguntypot -o ../data-28/test4.old.pot -n ../data-28/test4.new.pot test4.po > /dev/null',
   'test'=> "diff -u $diff_po_flags ../data-28/test4.new.po test4.po",
   'doc' => 'plural strings test',
   };
 push @tests, {
-  'run' => 'cp ../data-28/test5.po . && perl ../../scripts/msguntypot -o ../data-28/test5.old.pot -n ../data-28/test5.new.pot test5.po',
+  'run' => 'cp ../data-28/test5.po . && perl ../../scripts/msguntypot -o ../data-28/test5.old.pot -n ../data-28/test5.new.pot test5.po > /dev/null',
   'test'=> "diff -u $diff_po_flags ../data-28/test5.new.po test5.po",
   'doc' => 'plural strings test',
   };
 push @tests, {
-  'run' => 'cp ../data-28/test6.po . && perl ../../scripts/msguntypot -o ../data-28/test6.old.pot -n ../data-28/test6.new.pot test6.po',
+  'run' => 'cp ../data-28/test6.po . && perl ../../scripts/msguntypot -o ../data-28/test6.old.pot -n ../data-28/test6.new.pot test6.po > /dev/null',
   'test'=> "diff -u $diff_po_flags ../data-28/test6.new.po test6.po",
   'doc' => 'plural strings test',
   };
 push @tests, {
-  'run' => 'cp ../data-28/test7.po . && perl ../../scripts/msguntypot -o ../data-28/test7.old.pot -n ../data-28/test7.new.pot test7.po',
+  'run' => 'cp ../data-28/test7.po . && perl ../../scripts/msguntypot -o ../data-28/test7.old.pot -n ../data-28/test7.new.pot test7.po > /dev/null',
   'test'=> "diff -u $diff_po_flags ../data-28/test7.new.po test7.po",
   'doc' => 'plural strings test',
   };
 push @tests, {
-  'run' => 'cp ../data-28/test8.po . && perl ../../scripts/msguntypot -o ../data-28/test8.old.pot -n ../data-28/test8.new.pot test8.po',
+  'run' => 'cp ../data-28/test8.po . && perl ../../scripts/msguntypot -o ../data-28/test8.old.pot -n ../data-28/test8.new.pot test8.po > /dev/null',
   'test'=> "diff -u $diff_po_flags ../data-28/test8.new.po test8.po",
   'doc' => 'plural strings test',
   };




More information about the Po4a-commits mailing list