summaryrefslogtreecommitdiff
path: root/src/components/telemetry_monitor/test/protocol_handler_observer_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into ↵Conlain Kelly2018-08-101-2/+2
|\ | | | | | | feature/boost_datetime_implementation
| * Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-2/+2
| |
* | remove struct timeval and use boost time_duration insteadConlain Kelly2018-06-181-6/+4
|/ | | | also cleans up date_time namespacing but maintains helper functions
* TimeTester refatctoring.Kozoriz2016-03-101-0/+81
Removed singletone using from TimeTester. TimeTester renamed -> TelemetryMonitor. All files and directories corrected. Tests corrected, all works. Disabled 2 tests(task created). Related to : APPLINK-21915