diff options
Diffstat (limited to 'Build/source/libs/teckit/TECkit-src/test/dotests.pl')
-rwxr-xr-x | Build/source/libs/teckit/TECkit-src/test/dotests.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/libs/teckit/TECkit-src/test/dotests.pl b/Build/source/libs/teckit/TECkit-src/test/dotests.pl index d8cc4267dd9..aa27401a92f 100755 --- a/Build/source/libs/teckit/TECkit-src/test/dotests.pl +++ b/Build/source/libs/teckit/TECkit-src/test/dotests.pl @@ -41,7 +41,9 @@ compare("${srcdir}SILGreek2004-04-27.uncompressed.tec.orig", "SILGreek.uncompres dotest("compiling Greek mapping (compressed)", "${bindir}teckit_compile ${srcdir}SILGreek2004-04-27.map -o SILGreek.tec"); -compare("${srcdir}SILGreek2004-04-27.tec.orig", "SILGreek.tec"); +# Don't bother to check the compressed file as changes to the compression library can +# slightly change the resulting image. The tests below which use the compressed file +# should be sufficient to verify that it can be decompressed/used properly dotest("converting plain-text file to unicode", "${bindir}txtconv -t SILGreek.tec -i ${srcdir}mrk.txt -o mrk.utf8.txt -nfc"); |