You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2008/09/27 21:20:26 UTC

svn commit: r699722 - /xalan/c/trunk/Tests/Conf/conf.cpp

Author: dbertoni
Date: Sat Sep 27 12:20:26 2008
New Revision: 699722

URL: http://svn.apache.org/viewvc?rev=699722&view=rev
Log:
Disable one more bogus output test.

Modified:
    xalan/c/trunk/Tests/Conf/conf.cpp

Modified: xalan/c/trunk/Tests/Conf/conf.cpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/Tests/Conf/conf.cpp?rev=699722&r1=699721&r2=699722&view=diff
==============================================================================
--- xalan/c/trunk/Tests/Conf/conf.cpp (original)
+++ xalan/c/trunk/Tests/Conf/conf.cpp Sat Sep 27 12:20:26 2008
@@ -98,15 +98,15 @@
          << "conf dir [-sub -out -gold -source (XST | XPL | DOM)]"
          << endl
          << endl
-         << "dir		(base directory for testcases)"
+         << "dir        (base directory for testcases)"
          << endl
-         << "-sub dir	(specific directory)"
+         << "-sub dir   (specific directory)"
          << endl
-         << "-out dir	(base directory for output)"
+         << "-out dir   (base directory for output)"
          << endl
-         << "-gold dir	(base directory for gold files)"
+         << "-gold dir  (base directory for gold files)"
          << endl
-         << "-source type	(parsed source; XalanSourceTree(d), XercesParserLiasion, XercesDOM)"
+         << "-source type   (parsed source; XalanSourceTree(d), XercesParserLiasion, XercesDOM)"
          << endl;
 }
 
@@ -203,6 +203,9 @@
     // Excluded because it outputs BIG5, and not all platforms support this encoding.
     "output21.xsl",
 
+    // Excluded because it outputs EBCDIC-CP-IT, and not all platforms support this encoding.
+    "output22.xsl",
+
     // Excluded because it outputs ISO-2022-JP, and not all platforms support this encoding.
     "output23.xsl",
 



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org