Merge lp://staging/~lukas-kde/unity8/add-autotest-lp1680018 into lp://staging/unity8
Proposed by
Lukáš Tinkl
Status: | Approved |
---|---|
Approved by: | Albert Astals Cid |
Approved revision: | 2919 |
Proposed branch: | lp://staging/~lukas-kde/unity8/add-autotest-lp1680018 |
Merge into: | lp://staging/unity8 |
Prerequisite: | lp://staging/~lukas-kde/unity8/fix-window-title-vs-menu |
Diff against target: |
66 lines (+22/-5) 2 files modified
qml/Stage/WindowDecoration.qml (+1/-0) tests/qmltests/tst_Shell.qml (+21/-5) |
To merge this branch: | bzr merge lp://staging/~lukas-kde/unity8/add-autotest-lp1680018 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Unity8 CI Bot | continuous-integration | Needs Fixing | |
Albert Astals Cid (community) | Approve | ||
Review via email: mp+321974@code.staging.launchpad.net |
Commit message
Add autotest for missing window control buttons after a maximized window exits spread
Description of the change
Add autotest for missing window control buttons after a maximized window exits spread
Fixes lp:1680018
To post a comment you must log in.
Unmerged revisions
- 2919. By Lukáš Tinkl
-
fixup the data mess
- 2918. By Lukáš Tinkl
-
let the restore() call only be in the if block
- 2917. By Lukáš Tinkl
-
add a maximized variant
- 2916. By Lukáš Tinkl
-
add regression test for lp:1680018
- 2915. By Lukáš Tinkl
- 2914. By Launchpad Translations on behalf of unity-team
-
Launchpad automatic translations update.
I think you should add two testcases more in test_selectFrom SpreadWithMouse _data so that we also run the test without the requestMaximize like we did before, what do you think?