Skip to content

Commit

Permalink
Fix file location for unicharset for mastertrainer_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreeshrii authored and stweil committed Jan 21, 2019
1 parent 0ee4f63 commit 57f74d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/mastertrainer_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class MasterTrainerTest : public testing::Test {
FLAGS_output_trainer = TmpNameToPath("tmp_trainer").c_str();
FLAGS_F = file::JoinPath(LANGDATA_DIR, "font_properties").c_str();
FLAGS_X = TestDataNameToPath("eng.xheights").c_str();
FLAGS_U = file::JoinPath(LANGDATA_DIR, "eng/eng.unicharset").c_str();
FLAGS_U = TestDataNameToPath("eng.unicharset").c_str();
std::string tr_file_name(TestDataNameToPath("eng.Arial.exp0.tr"));
const char* argv[] = {tr_file_name.c_str()};
int argc = 1;
Expand Down

0 comments on commit 57f74d2

Please sign in to comment.