[Po4a-commits] "po4a/t 30-text.t,1.1,1.2"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Mon Feb 9 21:34:15 UTC 2009


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

Modified Files:
	30-text.t 
Log Message:
	* t/30-text.t: De-activate the Tables test. Tables are not
	supported by the asciidoc module.


Index: 30-text.t
===================================================================
RCS file: /cvsroot/po4a/po4a/t/30-text.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 30-text.t	12 Oct 2008 21:53:50 -0000	1.1
+++ 30-text.t	9 Feb 2009 21:34:13 -0000	1.2
@@ -23,6 +23,8 @@
 DelimitedBlocks Lists Footnotes Callouts Tables Attributes);
 
 foreach my $AsciiDocTest (@AsciiDocTests) {
+    # Tables are currently badly supported.
+    next if $AsciiDocTest =~ m/Tables/;
     push @tests, {
         'run' => "perl ../../po4a-normalize -f text -o asciidoc ../data-30/$AsciiDocTest.asciidoc",
         'test'=> "diff -u $diff_po_flags ../data-30/$AsciiDocTest.po po4a-normalize.po".
@@ -32,7 +34,7 @@
 }
 
 #use Test::More tests => 2 * scalar(@AsciiDocTests);
-use Test::More tests => 2 * 10;
+use Test::More tests => 2 * 9;
 
 chdir "t/tmp" || die "Can't chdir to my test directory";
 




More information about the Po4a-commits mailing list