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

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


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

Modified Files:
	28-msguntypot.t 
Log Message:
Update the documentation of the unit tests.


Index: 28-msguntypot.t
===================================================================
RCS file: /cvsroot/po4a/po4a/t/28-msguntypot.t,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 28-msguntypot.t	29 Feb 2008 20:38:10 -0000	1.2
+++ 28-msguntypot.t	29 Feb 2008 20:42:25 -0000	1.3
@@ -38,27 +38,27 @@
 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 > /dev/null',
   'test'=> "diff -u $diff_po_flags ../data-28/test4.new.po test4.po",
-  'doc' => 'plural strings test',
+  'doc' => 'plural strings (typo in msgid) 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 > /dev/null',
   'test'=> "diff -u $diff_po_flags ../data-28/test5.new.po test5.po",
-  'doc' => 'plural strings test',
+  'doc' => 'plural strings (typo in msgid_plural) 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 > /dev/null',
   'test'=> "diff -u $diff_po_flags ../data-28/test6.new.po test6.po",
-  'doc' => 'plural strings test',
+  'doc' => 'plural strings (typo in another msgid) 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 > /dev/null',
   'test'=> "diff -u $diff_po_flags ../data-28/test7.new.po test7.po",
-  'doc' => 'plural strings test',
+  'doc' => 'plural fuzzy strings (typo in msgid) 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 > /dev/null',
   'test'=> "diff -u $diff_po_flags ../data-28/test8.new.po test8.po",
-  'doc' => 'plural strings test',
+  'doc' => 'plural fuzzy strings (typo in msgid_plural) test',
   };
 
 use Test::More tests => 14;




More information about the Po4a-commits mailing list