summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/test
diff options
context:
space:
mode:
authorIvo Stoilov (GitHub) <istoilov@luxoft.com>2017-01-18 13:08:03 +0200
committerIvo Stoilov (GitHub) <istoilov@luxoft.com>2017-01-25 16:50:55 +0200
commit882e17d8357b98ece4a312c75ba5a9887d68a3e9 (patch)
tree9188782936ead2bc940108caefa98a2f1ce16f8e /src/components/protocol_handler/test
parent6abc3942b501690cdd23245c5255765950bcd76b (diff)
downloadsdl_core-882e17d8357b98ece4a312c75ba5a9887d68a3e9.tar.gz
Rename mock files to correct naming
Files renamed. Duplicates deleted. Related tasks APPLINK-30588 APPLINK-30974
Diffstat (limited to 'src/components/protocol_handler/test')
-rw-r--r--src/components/protocol_handler/test/protocol_handler_tm_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/protocol_handler/test/protocol_handler_tm_test.cc b/src/components/protocol_handler/test/protocol_handler_tm_test.cc
index 1a7be866d9..5aa7ae48dd 100644
--- a/src/components/protocol_handler/test/protocol_handler_tm_test.cc
+++ b/src/components/protocol_handler/test/protocol_handler_tm_test.cc
@@ -36,7 +36,7 @@
#include "protocol/common.h"
#include "protocol_handler/control_message_matcher.h"
#include "protocol_handler/mock_protocol_handler.h"
-#include "protocol_handler/protocol_observer_mock.h"
+#include "protocol_handler/mock_protocol_observer.h"
#include "protocol_handler/mock_protocol_handler_settings.h"
#include "protocol_handler/mock_session_observer.h"
#include "connection_handler/mock_connection_handler.h"