~bpierre/ubuntu-ui-toolkit/gallery-section

« back to all changes in this revision

Viewing changes to tests/unit_x11/tst_components/ScrollbarTestCase.qml

  • Committer: Pierre Bertet
  • Date: 2016-04-11 17:20:46 UTC
  • mfrom: (1867.2.63 staging)
  • Revision ID: pierre.bertet@canonical.com-20160411172046-o980saqr184i44b3
[sync] merge staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
        signalSpy.wait()
120
120
 
121
121
        if (style.isVertical) {
122
 
            console.log(flickable.contentY, contentYBackup)
123
122
            verify(flickable.contentY !== contentYBackup, "Check that mouse drag changed contentY." )
124
123
            compare(flickable.contentX, contentXBackup, "Vertical thumb drag must not change contentX")
125
124
        } else {