summaryrefslogtreecommitdiff
path: root/tests/pwl/enchant_pwl_tests.cpp
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2021-12-03 13:53:24 +0000
committerGitHub <noreply@github.com>2021-12-03 13:53:24 +0000
commitbff5f92f5d66a8adbae21aab5f8c8dbaca3fcf06 (patch)
tree9374ac826d3f1d324e6fd173e85a20dc682f5503 /tests/pwl/enchant_pwl_tests.cpp
parent8e5c2e285e1cb6dcb9dcda45e3bef567e8bb758c (diff)
parent85220e5498a63e4632f4d2402e93a7450ea5eca5 (diff)
downloadenchant-bff5f92f5d66a8adbae21aab5f8c8dbaca3fcf06.tar.gz
Merge pull request #294 from rrthomas/masterv2.3.2
2.3.2 release, plus minor test fix
Diffstat (limited to 'tests/pwl/enchant_pwl_tests.cpp')
-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");