X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fspellchecker%2Fspellcheck_platform_mac_unittest.cc;h=242723b38c02e8bec7b90fbf4fbc0976d355f3ae;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=a5510a6fca2bd6606f9452ebe92986e254d1c684;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc b/src/chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc index a5510a6..242723b 100644 --- a/src/chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc +++ b/src/chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc @@ -136,7 +136,10 @@ TEST_F(SpellcheckMacTest, SpellCheckSuggestions_EN_US) { {"beleive", "believe"}, {"bellweather", "bellwether"}, {"benifit", "benefit"}, - {"bouy", "buoy"}, + // This particular spelling correction was removed in OSX 10.10. Replacing + // it with another spelling correction that also works on older OSes. + // {"bouy", "buoy"}, + {"bouy", "body"}, {"briliant", "brilliant"}, {"burgler", "burglar"}, {"camoflage", "camouflage"},