summaryrefslogtreecommitdiff
path: root/test/testharness.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/testharness.cpp')
-rw-r--r--test/testharness.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testharness.cpp b/test/testharness.cpp
index 3f390c1..172e403 100644
--- a/test/testharness.cpp
+++ b/test/testharness.cpp
@@ -193,7 +193,7 @@ void TestHarness::startUp()
m_dataManager.setBackupLexicon("twl06");
m_dataManager.setAppDataDirectory("../data");
- QString alphabetFile = QuackleIO::Util::stdStringToQString(Quackle::AlphabetParameters::findAlphabetFile(QuackleIO::Util::qstringToStdString(m_alphabet) + ".quackle_alphabet"));
+ QString alphabetFile = QuackleIO::Util::stdStringToQString(Quackle::AlphabetParameters::findAlphabetFile(QuackleIO::Util::qstringToStdString(m_alphabet)));
QuackleIO::FlexibleAlphabetParameters *flexure = new QuackleIO::FlexibleAlphabetParameters;
if (flexure->load(alphabetFile))
{