~ci-train-bot/ubuntu-settings-components/ubuntu-settings-components-ubuntu-zesty-2202

« back to all changes in this revision

Viewing changes to tests/qmltests/Components/tst_ServerPropertySynchroniser.qml

  • Committer: Bileto Bot
  • Date: 2016-10-24 11:32:00 UTC
  • mfrom: (146.3.110 slots-layout)
  • Revision ID: ci-train-bot@canonical.com-20161024113200-85dvkl9m1o0msi5i
* Menus: rewrite components using ListItemLayout's and SlotsLayout's
* Bump revision to 0.10, as per Components removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
            height: childrenRect.height
195
195
            anchors.left: parent.left
196
196
            anchors.right: parent.right
197
 
 
 
197
//FIXME
198
198
            USM.AccessPointMenu {
199
199
                id: apMenu
200
200
                width: units.gu(30)
388
388
        }
389
389
 
390
390
        function test_user_trigger() {
391
 
            apMenu.trigger();
 
391
            apMenu.triggered(null);
392
392
 
393
393
            compare(apSyncActivatedSpy.count, 1, "Triggering should have caused signal to be emitted");
394
394
            tryCompare(apBackend, "active", true);