summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/message_helper
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2017-03-29 09:59:15 -0400
committerJacob Keeler <jacob.keeler@livioradio.com>2017-04-05 14:30:56 -0400
commit3bd9b639ec628b31f08eb79ac13f41618cddf786 (patch)
tree8c7a857dc78dc8dc34a05eaa0a29470dee7239e5 /src/components/application_manager/test/message_helper
parent8b4199d8a551e118b3ced8457ddb745b6fad165b (diff)
downloadsdl_core-3bd9b639ec628b31f08eb79ac13f41618cddf786.tar.gz
Fix WayPoints API function IDs and update API versionshotfix/GetWayPoints_implementation
Diffstat (limited to 'src/components/application_manager/test/message_helper')
-rw-r--r--src/components/application_manager/test/message_helper/message_helper_test.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/application_manager/test/message_helper/message_helper_test.cc b/src/components/application_manager/test/message_helper/message_helper_test.cc
index 77e791dc82..429a0ee94a 100644
--- a/src/components/application_manager/test/message_helper/message_helper_test.cc
+++ b/src/components/application_manager/test/message_helper/message_helper_test.cc
@@ -540,7 +540,10 @@ class MessageHelperTest : public ::testing::Test {
"DiagnosticMessage",
"SystemRequest",
"SendLocation",
- "DialNumber"}
+ "DialNumber",
+ "GetWayPoints",
+ "SubscribeWayPoints",
+ "UnsubscribeWayPoints"}
, events_id_strings{"OnHMIStatus",
"OnAppInterfaceUnregistered",
"OnButtonEvent",