summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAGaliuzov <AGaliuzov@luxoft.com>2016-06-17 05:32:59 -0700
committerGitHub <noreply@github.com>2016-06-17 05:32:59 -0700
commit2d2b310631bcf9f21b74f90108b1523064ab0bd0 (patch)
treeb7569fb33ca0db84350edddeabe8903fb705dbff
parent7e9a2198ad57f1d8a9da70402c4db4c7e53b9e3d (diff)
parent101409c7f2dd701f5e0fa8c7a646e9b066b77032 (diff)
downloadsdl_core-2d2b310631bcf9f21b74f90108b1523064ab0bd0.tar.gz
Merge pull request #613 from dev-gh/fix/resumption_sql_tests_enabled
Enables Resumption SQL tests again
-rw-r--r--src/components/application_manager/test/CMakeLists.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/components/application_manager/test/CMakeLists.txt b/src/components/application_manager/test/CMakeLists.txt
index f645ea7a76..668e4d8f92 100644
--- a/src/components/application_manager/test/CMakeLists.txt
+++ b/src/components/application_manager/test/CMakeLists.txt
@@ -57,9 +57,7 @@
${AM_TEST_DIR}/mock_message_helper.cc
${AM_TEST_DIR}/policy_event_observer_test.cc
${AM_TEST_DIR}/request_info_test.cc
- # On the build server tests passed however some SEGFAULT is thrown
- # Will be investigated APPLINK-25104
- #${AM_TEST_DIR}/resumption_sql_queries_test.cc
+ ${AM_TEST_DIR}/resumption_sql_queries_test.cc
${AM_TEST_DIR}/usage_statistics_test.cc
${AM_TEST_DIR}/policy_handler_test.cc
)
@@ -199,4 +197,4 @@
create_test("data_resumption_test" "${ResumptionData_SOURCES}" "${testLibraries}")
add_subdirectory(state_controller)
- add_subdirectory(commands) \ No newline at end of file
+ add_subdirectory(commands)