summaryrefslogtreecommitdiff
path: root/tests/auto/controls/data/tst_baselines.qml
Commit message (Collapse)AuthorAgeFilesLines
* Unify license header usageAntti Kokko2016-02-041-3/+13
| | | | | | | Updated BSD license headers Change-Id: I73d67dbc6dbbe7c58d2b9c301b46fb6163243095 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* Skip Tests_Baselines::test_baselineOffsetGabriel de Dietrich2015-07-221-0/+1
| | | | | | | | | The test may be too sensitive to style variations. Until we can verify its validity on Ubuntu 10.04, it will remain skipped. (Blacklisting support is missing for QML auto-tests.) Change-Id: I534803870b28fdf5539a852bd13a7f8c50d5d5ca Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* BSD license for QML code in testsJ-P Nurmi2015-03-061-22/+26
| | | | | | Change-Id: Ie45c9b8d5a5d7f92e4b835473b0c76e3a83998b5 Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com> Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
* Tests: update license headersJ-P Nurmi2015-02-111-29/+25
| | | | | | | Change-Id: I364c2ee1983f59f4c1b3e4e411b46f71c85599ee Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com> Reviewed-by: Mitch Curtis <mitch.curtis@digia.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>
* Add autotest for baselinesJan Arve Saether2015-01-061-0/+111
The heuristic of finding the visual baseline is based on analyzing the rendered pixmap. This is not pretty, but we really need to have a test for baselines in order to not cause future regressions whenever things are changed in the styles. This is the reason why we choose to use a string of 'L's, since the letter has a distinctive baseline. If it turns out that the heuristic gives too many false positives, this approach should be reconsidered. Change-Id: Ic8de576244fa032617ff7546ddbe20dc6910c7bf Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com>