summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2020-05-10 19:11:39 +0100
committerGitHub <noreply@github.com>2020-05-10 19:11:39 +0100
commit258a2888f1f7fef945b0e8d66c69f0b655853b9e (patch)
tree30d0c0e799ef2ecb9995491024fe0f9b186b7fe6
parentdfa2648087b25b7a09ab3934dfefb54659ea117a (diff)
parent37ef271e177bdd7c30e4f03a9df019b9645b8968 (diff)
downloadenchant-258a2888f1f7fef945b0e8d66c69f0b655853b9e.tar.gz
Merge pull request #242 from nuspell/master
removed unneeded test exception since Nuspell 3.1
-rw-r--r--tests/enchant_providers/Dictionary/dictionary_suggest.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/enchant_providers/Dictionary/dictionary_suggest.cpp b/tests/enchant_providers/Dictionary/dictionary_suggest.cpp
index cf4dcc5..1c6fed9 100644
--- a/tests/enchant_providers/Dictionary/dictionary_suggest.cpp
+++ b/tests/enchant_providers/Dictionary/dictionary_suggest.cpp
@@ -167,11 +167,6 @@ TEST_FIXTURE(DictionarySuggest_TestFixture,
i != suggestions.end();
++i)
{
- if(i->compare("baa") != 0) //FIXME This condition can be removed when
- // the output of `echo Aaa|nuspell -d en_US` no longer contains "baa"
- // as a suggestion. This change in Nuspell is planned but not yet
- // available. The Nuspell team has also an internal issue reminding them
- // to remove this condition when the required change has been released.
CHECK(IsFirstLetterCapitalOrTitleCase(*i));
}
}