summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2114 from smartdevicelink/hotfix/invalid_ptu_loopJacob Keeler2018-04-111-1/+0
|\
| * Don't force a PTU when an invalid PT is receivedhotfix/invalid_ptu_loopjacobkeeler2018-04-091-1/+0
* | Fix/unregister while audio pass thru (#1757)hotfix/unregister_during_audio_pass_thruSho Amano2018-04-053-13/+148
|/
* Merge pull request #2085 from LuxoftAKutsan/fix/activation_app_external_propr...JackLivio2018-03-262-2/+5
|\
| * Avoid integer overflowAlex Kutsan2018-03-232-2/+5
* | Fix build issues and test failures when building with ENABLE_SECURITY=OFFfix/security_off_buildjacobkeeler2018-03-212-2/+11
|/
* Merge branch 'release/4.5.0' into fix/OnDriverDistructionJackLivio2018-02-1230-211/+1681
|\
| * Merge branch 'fix/gcc6_build' into developJacob Keeler2018-01-301-1/+1
| |\
| | * Fix build errors with GCC6+fix/gcc6_buildjacobkeeler2018-01-171-1/+1
| * | Replace deprecation comments with DEPRECATED macroAndriy Byzhynar2018-01-181-4/+3
| * | Replace pragma with header guardsAndriy Byzhynar2018-01-183-12/+17
| * | Fix issues after rebaseAndriy Byzhynar2018-01-184-6/+7
| * | Fix UT for activate_app_requestAndriy Byzhynar2018-01-181-1/+11
| * | Adds null pointer checks, fixes typos and other minor changes.Andrey Oleynik (GitHub)2018-01-182-3/+3
| * | Fixes coding styleAndrey Oleynik (GitHub)2018-01-183-20/+12
| * | Updates mocks and unit tests after prior commitAndrey Oleynik (GitHub)2018-01-183-57/+87
| * | Fixes RPCs holding for applications being switchedAndrey Oleynik (GitHub)2018-01-182-16/+72
| * | Fixes handling of way points un/subscription for transport switch caseAndrey Oleynik (GitHub)2018-01-184-21/+36
| * | Renames interfaces according to people desireAndrey Oleynik (GitHub)2018-01-181-14/+14
| * | Fixes typos, commentsAndrey Oleynik (GitHub)2018-01-183-3/+3
| * | Renames interfaces for consistencyAndrey Oleynik (GitHub)2018-01-181-1/+1
| * | Changes CommandHolderImpl usage and removes odd interfaceAndrey Oleynik (GitHub)2018-01-181-10/+5
| * | Test coverage for postponing commands during switchingAndrey Oleynik (GitHub)2018-01-187-45/+569
| * | Moves app data recall logic out of ApplicationManagerAndrey Oleynik (GitHub)2018-01-187-168/+390
| * | Initial implementation of resumption during switchingAndrey Oleynik (GitHub)2018-01-184-21/+349
| * | Covers new AM/App interfaces w/ unit tests related to transport switchingAndrey Oleynik (GitHub)2018-01-181-0/+117
| * | Reverts deprecated interfacesAndrey Oleynik (GitHub)2018-01-185-62/+150
| * | Moves new unit tests for transport switchingAndrey Oleynik (GitHub)2018-01-181-4/+50
| * | Updates unit tests after switching logic implementationAndrey Oleynik (GitHub)2018-01-183-3/+8
| * | Updates mocks and tests, makes code buildable with tests enabledAndrey Oleynik (GitHub)2018-01-185-88/+92
| |/
| * Merge pull request #1938 from smartdevicelink/feature/deprecated_method_macrofeature/send_location_for_mobile_navJacob Keeler2018-01-171-5/+5
| |\
| | * Add DEPRECATED macro, and fix resulting deprecated warningsjacobkeeler2017-12-041-5/+5
| * | Updated description, added deprecated methodsAKalinich-Luxoft2017-12-192-2/+8
| * | Fix tests and mocks after rebaseAKalinich-Luxoft2017-12-121-2/+1
| * | Removed is_suspended setter.AKalinich-Luxoft2017-12-122-2/+0
| * | Renamed methods, updated briefs, removed deep nestingAKalinich-Luxoft2017-12-121-2/+2
| * | Added OnIgnitionOff() and new bool flag to ResumeCtrl classAKalinich-Luxoft2017-12-123-0/+30
| * | Renamed OnSuspend->IncrementIgnOffCount and OnAwake->DecrementIgnOffCountAKalinich-Luxoft2017-12-124-31/+31
* | | Implement new behavior for OnDriverDistraction.agaliuzov2017-12-224-9/+88
|/ /
* | Merge pull request #1934 from LitvinenkoIra/fix/build_with_USE_COTIRE_OFFJacob Keeler2017-12-0550-518/+107
|\ \ | |/ |/|
| * Move mock_message_helper to the CommandsTest classIra Lytvynenko2017-11-3050-518/+107
* | Use VehicleDataType from MOBILE APi xml imstead of hardcoded valuesAlexander Kutsan2017-11-277-19/+23
|/
* Removed not actual unit testAlexander Kutsan2017-11-131-8/+0
* Unify Converting HMI to Mobile result code in unit testAlexander Kutsan2017-11-1328-206/+54
* Fix Perform interfaction test after adding funcitonality of avaiting interfacesAlexander Kutsan2017-11-131-35/+43
* Unit tests fixesAlexander Kutsan2017-11-137-40/+47
* Process multiple HMI interfaces of change registration requestAlexander Kutsan2017-11-131-2/+2
* Process result codes and infos from multiple HMI interfacesAlexander Kutsan2017-11-138-50/+284
* Merge pull request #1627 from LuxoftAKutsan/fix/SDL_responds_GENERIC_ERROR_in...Jacob Keeler2017-11-021-2/+4
|\
| * Fix issue with incorrect behaviour in AlertManeuverokozlovlux2017-06-191-2/+4