Merge lp:~mterry/unity8/greeter-mock-bg into lp:unity8
| Status: | Superseded |
|---|---|
| Proposed branch: | lp:~mterry/unity8/greeter-mock-bg |
| Merge into: | lp:unity8 |
| Diff against target: |
209 lines (+60/-8) 8 files modified
debian/rules (+3/-2) tests/mocks/AccountsService/AccountsService.cpp (+19/-3) tests/mocks/AccountsService/AccountsService.h (+3/-0) tests/mocks/AccountsService/CMakeLists.txt (+14/-0) tests/mocks/LightDM/IntegratedLightDM/MockUsersModel.cpp (+5/-0) tests/mocks/LightDM/IntegratedLightDM/MockUsersModel.h (+2/-0) tests/mocks/LightDM/IntegratedLightDM/liblightdm/UsersModelPrivate.cpp (+12/-1) tests/plugins/LightDM/IntegratedLightDM/usersmodel.cpp (+2/-2) |
| To merge this branch: | bzr merge lp:~mterry/unity8/greeter-mock-bg |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Unity8 CI Bot | continuous-integration | Needs Fixing on 2016-08-05 | |
| Daniel d'Andrada (community) | 2016-08-04 | Approve on 2016-08-04 | |
|
Review via email:
|
|||
This proposal has been superseded by a proposal from 2016-08-11.
Commit Message
Fix tryShell to actually show appropriate backgrounds for each mock user.
Description of the Change
This only affects the mocks. Backgrounds are pulled from AccountsService, but the data is set in liblightdm. Previously, they weren't connected.
* Are there any related MPs required for this MP to build/function as expected? Please list.
No
* Did you perform an exploratory manual test run of your code change and any related functionality?
Yes
* If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
I'm on the team
* If you changed the UI, has there been a design review?
NA
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
FAILED: Continuous integration, rev:2553
https:/
Executed test runs:
FAILURE: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
FAILURE: https:/
Click here to trigger a rebuild:
https:/
- 2554. By Michael Terry on 2016-08-04
-
Fix deb build
| Michael Terry (mterry) wrote : | # |
Whoops, updated debian/rules to match changes, so the debuild succeeds.
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
FAILED: Continuous integration, rev:2554
https:/
Executed test runs:
SUCCESS: https:/
FAILURE: https:/
FAILURE: https:/
UNSTABLE: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
Click here to trigger a rebuild:
https:/
- 2555. By Michael Terry on 2016-08-05
-
Fix usersmodel test
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
FAILED: Continuous integration, rev:2555
https:/
Executed test runs:
SUCCESS: https:/
UNSTABLE: https:/
UNSTABLE: https:/
UNSTABLE: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
Click here to trigger a rebuild:
https:/
- 2556. By Michael Terry on 2016-08-11
-
Merge greeter-apps
- 2557. By Michael Terry on 2016-08-11
-
Merge greeter-apps
- 2558. By Michael Terry on 2016-08-22
-
Just always link to mock liblightdm, especially now that our mock AS module needs it
- 2559. By Michael Terry on 2016-08-22
-
Don't set mock backgrounds if none exist
- 2560. By Michael Terry on 2016-08-30
-
Merge greeter-apps
- 2561. By Michael Terry on 2016-09-06
-
Merge greeter-apps

* Did you perform an exploratory manual test run of the code change and any related functionality?
Works fine in "make tryShell"
* Did CI run pass? If not, please explain why.
No results yet.