summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/pwl/enchant_pwl_tests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pwl/enchant_pwl_tests.cpp b/tests/pwl/enchant_pwl_tests.cpp
index 5dc1562..8625421 100644
--- a/tests/pwl/enchant_pwl_tests.cpp
+++ b/tests/pwl/enchant_pwl_tests.cpp
@@ -309,6 +309,7 @@ TEST_FIXTURE(EnchantPwl_TestFixture,
AddWordsToDictionary(sNoiseWords);
std::vector<std::string> suggestions = GetSuggestionsFromWord("saskep");
+ CHECK(suggestions.size() > 0);
// FIXME: The string in the next line was originally "hasten", but the
// test failed. Is this now correct?
CHECK(suggestions[0] != "hastens");