summaryrefslogtreecommitdiff
path: root/tests/enchant_providers/Dictionary
diff options
context:
space:
mode:
Diffstat (limited to 'tests/enchant_providers/Dictionary')
-rw-r--r--tests/enchant_providers/Dictionary/dictionary_check.cpp2
-rw-r--r--tests/enchant_providers/Dictionary/dictionary_suggest.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/enchant_providers/Dictionary/dictionary_check.cpp b/tests/enchant_providers/Dictionary/dictionary_check.cpp
index 754beee..1ea5087 100644
--- a/tests/enchant_providers/Dictionary/dictionary_check.cpp
+++ b/tests/enchant_providers/Dictionary/dictionary_check.cpp
@@ -36,7 +36,7 @@ struct DictionaryCheck_TestFixture : Provider_TestFixture
//Setup
DictionaryCheck_TestFixture():_dict(NULL)
{
- _dict = GetFirstAvailableDictionary();
+ _dict = GetDefaultDictionary();
/* FIXME: hspell does not consider non-Hebrew letters to be valid letters */
if (_dict) {
_provider_name = _provider->identify(_provider);
diff --git a/tests/enchant_providers/Dictionary/dictionary_suggest.cpp b/tests/enchant_providers/Dictionary/dictionary_suggest.cpp
index 0a1347a..1c6fed9 100644
--- a/tests/enchant_providers/Dictionary/dictionary_suggest.cpp
+++ b/tests/enchant_providers/Dictionary/dictionary_suggest.cpp
@@ -32,7 +32,7 @@ struct DictionarySuggest_TestFixture : Provider_TestFixture
//Setup
DictionarySuggest_TestFixture():_dict(NULL)
{
- _dict = GetFirstAvailableDictionary();
+ _dict = GetDefaultDictionary();
}
//Teardown