Merge lp:~mzanetti/unity8/move-screenshots-to-tests into lp:unity8
| Status: | Merged |
|---|---|
| Approved by: | Albert Astals Cid on 2015-11-20 |
| Approved revision: | 2028 |
| Merged at revision: | 2058 |
| Proposed branch: | lp:~mzanetti/unity8/move-screenshots-to-tests |
| Merge into: | lp:unity8 |
| Prerequisite: | lp:~mzanetti/unity8/modeswitchwarning |
| Diff against target: |
149 lines (+31/-18) 6 files modified
po/shn.po (+5/-5) tests/mocks/Unity/Application/ApplicationInfo.cpp (+4/-8) tests/mocks/Unity/Application/ApplicationScreenshotProvider.cpp (+6/-2) tests/mocks/Unity/Application/ApplicationTestInterface.cpp (+2/-2) tests/mocks/Unity/Application/resources/surfaces.qrc (+13/-0) tests/qmltests/Components/tst_ZoomableImage.qml (+1/-1) |
| To merge this branch: | bzr merge lp:~mzanetti/unity8/move-screenshots-to-tests |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Albert Astals Cid (community) | 2015-11-05 | Approve on 2015-11-20 | |
| PS Jenkins bot | continuous-integration | Needs Fixing on 2015-11-20 | |
|
Review via email:
|
|||
This proposal supersedes a proposal from 2015-11-05.
Commit Message
move screenshots out of the Dash dir
This was consuming 2.5 megs of installed size while they really are
only used for testing.
Description of the Change
* Are there any related MPs required for this MP to build/function as expected? Please list.
see prereq
* Did you perform an exploratory manual test run of your code change and any related functionality?
yes
* Did you make sure that your branch does not contain spurious tags?
yes
* If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
n/a
* If you changed the UI, has there been a design review?
n/a
- 2024. By Michael Zanetti on 2015-11-06
-
fix createSession
| Michael Zanetti (mzanetti) wrote : | # |
> ApplicationInfo
>
> QUrl screenshotUrl = QString(
>
> which i guess needs changing?
Fixed, thanks.
| Albert Astals Cid (aacid) wrote : | # |
Text conflict in tests/qmltests/
1 conflicts encountered.
- 2025. By Michael Zanetti on 2015-11-06
-
merge prereq
| Michael Zanetti (mzanetti) wrote : | # |
> Text conflict in tests/qmltests/
> 1 conflicts encountered.
the conflict was resolved by the prereq already... anyhow, merged with with the prereq
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:2023
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:2025
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
| Albert Astals Cid (aacid) wrote : | # |
Needs remerging of pre-requisite for CI to run
- 2026. By Michael Zanetti on 2015-11-09
-
mege trunk
- 2027. By Michael Zanetti on 2015-11-19
-
merge prereq
| Michael Zanetti (mzanetti) wrote : | # |
> Needs remerging of pre-requisite for CI to run
done
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:2027
http://
Executed test runs:
SUCCESS: http://
FAILURE: http://
UNSTABLE: http://
FAILURE: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 2028. By Michael Zanetti on 2015-11-19
-
strip qrc to make QImage understand it
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:2028
http://
Executed test runs:
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| Albert Astals Cid (aacid) wrote : | # |
* Did you perform an exploratory manual test run of the code change and any related functionality?
No need, only changes test files.
* Did CI run pass? If not, please explain why.
Yes for vivid
* Did you make sure that the branch does not contain spurious tags?
Yes

ApplicationInfo ::createSession has
QUrl screenshotUrl = QString( "file:/ /%1").arg( m_screenshotFil eName);
which i guess needs changing?