Merge lp:~nick-dedekind/ubuntu-settings-components/test-failures into lp:~registry/ubuntu-settings-components/trunk

Proposed by Nick Dedekind
Status: Merged
Approved by: Michał Sawicz
Approved revision: no longer in the source branch.
Merged at revision: 109
Proposed branch: lp:~nick-dedekind/ubuntu-settings-components/test-failures
Merge into: lp:~registry/ubuntu-settings-components/trunk
Diff against target: 21 lines (+2/-2)
1 file modified
tests/qmltests/Components/tst_ServerPropertySynchroniser.qml (+2/-2)
To merge this branch: bzr merge lp:~nick-dedekind/ubuntu-settings-components/test-failures
Reviewer Review Type Date Requested Status
Michał Sawicz (community) Approve
PS Jenkins bot (community) continuous-integration Needs Fixing
Unity8 CI Bot (community) continuous-integration Approve
Review via email: mp+287000@code.launchpad.net

Commit message

Fixed tests

Description of the change

 * 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?
N/A

 * If you changed the UI, has there been a design review?
N/A

To post a comment you must log in.
Revision history for this message
Unity8 CI Bot (unity8-ci-bot) wrote :

PASSED: Continuous integration, rev:104
https://unity8-jenkins.ubuntu.com/job/lp-ubuntu-settings-components-1-ci/13/
Executed test runs:
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build/632
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/test-0-autopkgtest/label=amd64,release=vivid+overlay/202
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/test-0-autopkgtest/label=amd64,release=xenial/202
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-0-fetch/655
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-1-sourcepkg/release=vivid+overlay/673
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-1-sourcepkg/release=xenial/673
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=vivid+overlay/669
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=vivid+overlay/669/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=xenial/669
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=xenial/669/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=vivid+overlay/669
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=vivid+overlay/669/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=xenial/669
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=xenial/669/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=vivid+overlay/669
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=vivid+overlay/669/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=xenial/669
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=xenial/669/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://unity8-jenkins.ubuntu.com/job/lp-ubuntu-settings-components-1-ci/13/rebuild

review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
104. By Albert Astals Cid

Standarize QtQuick and Ubuntu.Components.Listitems imports

Also add a missing copyright header
Approved by: Andrea Cimitan

105. By Nick Dedekind

Fixed colors palette value set & updated imports. Moved ModemItem from u8. Fixes: #1550327
Approved by: Unity8 CI Bot, Albert Astals Cid

106. By CI Train Bot Account

Releasing 0.7+16.04.20160302-0ubuntu1

107. By CI Train Bot Account

Resync trunk.

108. By Launchpad Translations on behalf of ubuntu-settings-components-team

Launchpad automatic translations update.

Revision history for this message
Michał Sawicz (saviq) wrote :

CI happy.

review: Approve
109. By Nick Dedekind

Fixed tests
Approved by: Michał Sawicz, Unity8 CI Bot

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/qmltests/Components/tst_ServerPropertySynchroniser.qml'
2--- tests/qmltests/Components/tst_ServerPropertySynchroniser.qml 2015-06-18 09:52:25 +0000
3+++ tests/qmltests/Components/tst_ServerPropertySynchroniser.qml 2016-02-24 11:47:30 +0000
4@@ -325,7 +325,7 @@
5 }
6
7 function test_frontend_change() {
8- switchControl.clicked();
9+ switchControl.trigger();
10 tryCompare(switchBackend, "checked", true);
11 }
12
13@@ -382,7 +382,7 @@
14
15 function test_client_revert() {
16 switchBackend.timer.interval = 500;
17- switchControl.clicked();
18+ switchControl.trigger();
19 compare(switchControl.checked, true);
20 tryCompare(switchControl, "checked", false);
21 }

Subscribers

People subscribed via source and target branches

to all changes: