]> git.lyx.org Git - features.git/commitdiff
ctests: correct encoding tests
authorGünter Milde <milde@lyx.org>
Wed, 23 Nov 2016 16:43:31 +0000 (17:43 +0100)
committerGünter Milde <milde@lyx.org>
Wed, 23 Nov 2016 16:43:31 +0000 (17:43 +0100)
* Do not test encodings not supported by iconv (see #10502).
* uninvert export test that work.

development/autotests/ExportTests.cmake
development/autotests/invertedTests

index 321065616174f3a78961fa0e5d3925cbc7e50054..2e80d36c4fb43889b255708f7712856e1b7ebe9c 100644 (file)
@@ -385,7 +385,7 @@ foreach(libsubfolderx autotests/export lib/doc lib/examples lib/templates autote
           #message(STATUS "Test ${TestName} matches Unicode encodings")
           set(test_encodings "default" "ascii" "utf8x" "armscii8" "applemac"
            "cp437" "cp437de" "cp850" "cp852"
-           "cp855" "cp858" "cp862" "cp865"
+           "cp855" "cp862" "cp865"
            "cp866" "cp1250" "cp1251" "cp1252"
            "cp1255" "cp1256" "cp1257"
            "koi8-r" "koi8-u"
@@ -393,7 +393,7 @@ foreach(libsubfolderx autotests/export lib/doc lib/examples lib/templates autote
            "iso8859-4" "iso8859-5" "iso8859-6"
            "iso8859-7" "iso8859-8" "iso8859-9"
            "iso8859-13" "iso8859-15" "iso8859-16"
-           "pt154" "pt254" "big5" "shift-jis"
+           "pt154" "big5" "shift-jis"
            "euc-cn" "gbk" "jis" "euc-kr"
            "utf8-cjk" "euc-tw" "euc-jp"
            "euc-jp-platex" "jis-platex"
index 13dde479b1ff5f5261adc0cb0bb96efde1388934..e66b52e3ff96021c3adffaf357cf9ea15fb325c1 100644 (file)
@@ -69,15 +69,10 @@ export/export/latex/unicodesymbols/001-4-latin_cp1255_pdf2
 export/export/latex/unicodesymbols/001-4-latin_cp862_pdf2
 export/export/latex/unicodesymbols/008-greek-and-coptic-with-textalpha_cp862_pdf2
 export/export/latex/unicodesymbols/008-greek-and-coptic_cp862_pdf2
-export/export/latex/unicodesymbols/065-67-phonetic-extensions_cp862_pdf2
 export/export/latex/unicodesymbols/070-72-general-punctuation-sub-super-currency_cp1255_pdf2
 export/export/latex/unicodesymbols/070-72-general-punctuation-sub-super-currency_cp862_pdf2
 export/export/latex/unicodesymbols/070-72-general-punctuation-sub-super-currency_iso8859-8_pdf2
-export/export/latex/unicodesymbols/074-76-letterlike-numberforms-arrows_cp1255_pdf2
 export/export/latex/unicodesymbols/074-76-letterlike-numberforms-arrows_cp862_pdf2
-export/export/latex/unicodesymbols/074-76-letterlike-numberforms-arrows_iso8859-8_pdf2
-export/export/latex/unicodesymbols/087-90-misc-math-A-arrows-A-B_cp1255_pdf2
-export/export/latex/unicodesymbols/246-mathematical-alphanumeric_iso8859-8_pdf2
 # Arabic:
 export/export/latex/unicodesymbols/001-4-latin_cp1256_pdf2
 export/export/latex/unicodesymbols/001-4-latin_iso8859-6_pdf2
@@ -89,13 +84,15 @@ export/export/latex/unicodesymbols/069-greek-extended_cp1256_pdf2
 export/export/latex/unicodesymbols/070-72-general-punctuation-sub-super-currency_cp1256_pdf2
 export/export/latex/unicodesymbols/074-76-letterlike-numberforms-arrows_cp1256_pdf2
 
-# Seems to be a generic problem. Ignore?
 # CJK:
+# Unicode-blocks 008 and 009 work fine with utf8-cjk
+# everything else fails (special documentclass required?)
+export/export/latex/unicodesymbols/00[15].*_utf8-cjk_pdf2
+export/export/latex/unicodesymbols/0[^0].*_utf8-cjk_pdf2
 export/export/latex/unicodesymbols/.*_euc-cn_pdf2
 export/export/latex/unicodesymbols/.*_gbk_pdf2
 export/export/latex/unicodesymbols/.*_jis_pdf2
 export/export/latex/unicodesymbols/.*_euc-kr_pdf2
-export/export/latex/unicodesymbols/.*_utf8-cjk_pdf2
 export/export/latex/unicodesymbols/.*_euc-tw_pdf2
 export/export/latex/unicodesymbols/.*_euc-jp_pdf2
 # pLaTeX