~zsombi/ubuntu-ui-toolkit/labelThemingFix

« back to all changes in this revision

Viewing changes to tests/unit_x11/tst_components/tst_pagehead_sections.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:
136
136
        }
137
137
 
138
138
        function test_warn_when_too_many_sections() {
139
 
            ignoreWarning("It is not YET recommended or supported to use more than three sections.")
 
139
            ignoreWarning("PageHeadSections does not support more than 3 sections. Use PageHeader and Sections instead.");
140
140
            page.head.sections.model = ["red", "orange", "yellow", "green"];
141
141
        }
142
142
    }