Skip to content
Snippets Groups Projects
Commit f9b57dd9 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#5514] Fix test: load history from file

parent d687cf39
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ void HistoryTest::test_load_history_from_file()
bool res;
Conf::ConfigTree history_list;
history->create_history_path();
history->create_history_path(HISTORY_SAMPLE);
res = history->load_history_from_file (&history_list);
CPPUNIT_ASSERT (history->is_loaded ());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment