Updated unittest strings, date

git-svn-id: https://cld2.googlecode.com/svn/trunk@122 b252ecd4-b096-bf77-eb8e-91563289f87e
This commit is contained in:
dsites@google.com
2014-02-05 00:40:20 +00:00
parent d1d5fc14b9
commit a5a1aff11c

View File

@@ -100,8 +100,9 @@ static const TestPair kTestPair[] = {
{BENGALI, kTeststr_bn_Beng}, {BENGALI, kTeststr_bn_Beng},
{BIHARI, kTeststr_bh_Deva}, {BIHARI, kTeststr_bh_Deva},
{BISLAMA, kTeststr_bi_Latn}, {BISLAMA, kTeststr_bi_Latn},
// Not trained {BOSNIAN, kTeststr_bs_Cyrl}, // Not recognized as distinct from Croatian/Serbian // Added 2014.01.22 bs-Latn
// Not trained {BOSNIAN, kTeststr_bs_Latn}, // Not recognized as distinct from Croatian/Serbian {BOSNIAN, kTeststr_bs_Latn},
{BRETON, kTeststr_br_Latn}, {BRETON, kTeststr_br_Latn},
{BULGARIAN, kTeststr_bg_Cyrl}, {BULGARIAN, kTeststr_bg_Cyrl},
// Not trained {BURMESE, kTeststr_my_Latn}, // Myanmar // Not trained {BURMESE, kTeststr_my_Latn}, // Myanmar
@@ -273,7 +274,8 @@ static const TestPair kTestPair[] = {
// Cross-check the main quadgram table build date // Cross-check the main quadgram table build date
// Change the expected language each time it is rebuilt // Change the expected language each time it is rebuilt
{SLOVENIAN, kTeststr_version}, //{SLOVENIAN, kTeststr_version}, // 2013.07.20
{ICELANDIC, kTeststr_version}, // 2014.02.04
{UNKNOWN_LANGUAGE, NULL}, // Must be last {UNKNOWN_LANGUAGE, NULL}, // Must be last
}; };