~loic.molinari/ubuntu-ui-toolkit/uitk-linux-clang

Viewing all changes in revision 2104.2.2.

  • Committer: Andrea Bernabei
  • Date: 2016-09-17 11:17:56 UTC
  • mto: This revision was merged to the branch mainline in revision 2107.
  • Revision ID: andrea.bernabei@canonical.com-20160917111756-uurrnq3oavnvybb3
Scrollbar: fix unit tests by passing all parameters to mapToItem. Fixes tests on Qt5.6

mapToItem takes (item, x, y) as parameters. The unit tests were previously
relying on JS automatically defining x,y as 0 when they were not passed
as parameters.  

We were lucky that worked in the past, but Qt5.6 has a stricter
control over parameters and it throws TypeError when not all of them
are provided.

See QTBUG-41686 and its fix.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: