From a5a1aff11c17056a74e705393bc21e5207f9ea2c Mon Sep 17 00:00:00 2001 From: "dsites@google.com" Date: Wed, 5 Feb 2014 00:40:20 +0000 Subject: [PATCH] Updated unittest strings, date git-svn-id: https://cld2.googlecode.com/svn/trunk@122 b252ecd4-b096-bf77-eb8e-91563289f87e --- internal/cld2_unittest_full.cc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/internal/cld2_unittest_full.cc b/internal/cld2_unittest_full.cc index 774b3e5..7bae09a 100644 --- a/internal/cld2_unittest_full.cc +++ b/internal/cld2_unittest_full.cc @@ -100,8 +100,9 @@ static const TestPair kTestPair[] = { {BENGALI, kTeststr_bn_Beng}, {BIHARI, kTeststr_bh_Deva}, {BISLAMA, kTeststr_bi_Latn}, - // Not trained {BOSNIAN, kTeststr_bs_Cyrl}, // Not recognized as distinct from Croatian/Serbian - // Not trained {BOSNIAN, kTeststr_bs_Latn}, // Not recognized as distinct from Croatian/Serbian + // Added 2014.01.22 bs-Latn + {BOSNIAN, kTeststr_bs_Latn}, + {BRETON, kTeststr_br_Latn}, {BULGARIAN, kTeststr_bg_Cyrl}, // Not trained {BURMESE, kTeststr_my_Latn}, // Myanmar @@ -273,7 +274,8 @@ static const TestPair kTestPair[] = { // Cross-check the main quadgram table build date // 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 };