~zsombi/ubuntu-ui-toolkit/labelThemingFix

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Tim Peeters
  • Date: 2016-02-26 11:38:24 UTC
  • mfrom: (1732.9.66 60-scectionScrolling)
  • Revision ID: tarmac-20160226113824-68ud6a1kcgsy7ha3
Sections scrolling and keyboard navigation. Fixes: https://bugs.launchpad.net/bugs/1465048, https://bugs.launchpad.net/bugs/1489591.

Approved by ubuntu-sdk-build-bot, Christian Dywan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 
63
63
        function test_bug1511839() {
64
64
            for (var i = 0; i < stack.currentPage.head.sections.model.length; i++) {
65
 
                verifySelectedSection(i, false);
 
65
                verifySelectedSection(i, false, "Section " + i + " is selected.");
66
66
            }
67
67
        }
68
68