Skip to content

Commit

Permalink
Tests: fix ft_mcharsetdetector:testDetection
Browse files Browse the repository at this point in the history
It seems ICU simply changed its autodetection to prefer Hebrew Logical
over Hebrew Visual.
  • Loading branch information
martyone authored and pvuorela committed Oct 7, 2014
1 parent e834007 commit 36f2060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ft_mcharsetdetector/ft_mcharsetdetector.cpp
Expand Up @@ -469,7 +469,7 @@ void Ft_MCharsetDetector::testDetection_data()
<< ""
<< false
<< "ISO-8859-8"
<< "ISO-8859-8"
<< "ISO-8859-8-I" /* ICU autodetection preffers Hebrew Logical over Hebrew Visual */
<< "he";
QTest::newRow("Short Hebrew UTF-8")
<< "עִבְרִית"
Expand Down

0 comments on commit 36f2060

Please sign in to comment.