From 240f9d810b636c2f79d713ea7732d7ea563ecd30 Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Thu, 7 Apr 2011 17:04:11 -0400 Subject: [PATCH] [#5514] Fix --- sflphone-common/test/historytest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sflphone-common/test/historytest.h b/sflphone-common/test/historytest.h index fac450afdf..96526449ff 100644 --- a/sflphone-common/test/historytest.h +++ b/sflphone-common/test/historytest.h @@ -53,7 +53,7 @@ class HistoryTest : public CppUnit::TestCase { * Use cppunit library macros to add unit test the factory */ CPPUNIT_TEST_SUITE (HistoryTest); - CPPUNIT_TEST (test_create_history_path); + // CPPUNIT_TEST (test_create_history_path); CPPUNIT_TEST (test_save_history_items_map); CPPUNIT_TEST (test_load_history_from_file); CPPUNIT_TEST (test_load_history_items_map); -- GitLab