diff options
author | John Fultz <jfultz@wolfram.com> | 2015-09-28 12:58:30 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2015-09-28 12:58:30 -0500 |
commit | 03b9132b3f540bfb3713400774a9bfb832b200b2 (patch) | |
tree | 4f8558cfbcc22d67ee9b9e0ec8f1d75dc5e84140 /test | |
parent | 1214533715a1acfbc35ebe29ff78afee2f850226 (diff) |
Some minor refactoring.
Diffstat (limited to 'test')
-rw-r--r-- | test/testharness.cpp | 2 |
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)) { |