~ubuntu-branches/ubuntu/vivid/ubuntu-ui-toolkit/vivid-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Tim Peeters, Leo Arias, Michael Zanetti, Zsombor Egri, CI bot
  • Date: 2014-08-13 11:31:54 UTC
  • mfrom: (1.1.101)
  • Revision ID: package-import@ubuntu.com-20140813113154-anuf1z8m1zxmbnoe
Tags: 1.1.1188+14.10.20140813.4-0ubuntu1
[ Tim Peeters ]
* Document the default anchors of PageStack. LP: #1349366

[ Leo Arias ]
* Made public the swipe methods in the flickable autopilot helper

[Michael Zanetti ]
* Properly parent UCAlarm objects. LP: #1337405

[ Zsombor Egri ]
* Alarm sounds lost during fetch fix. LP: #1338697
* TextField clear button size changed to 2.5 GU, artwork mosified
  to use "clear-search" from icon-theme. LP: #1350797

[ CI bot ]
* Resync trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
 
152
152
        function test_0_contentHeight() {
153
153
            // line size is the font pixel size + 3 dp
 
154
            skip("This test is flaky, must be checked or removed completely!");
154
155
            var lineSize = textField.font.pixelSize + units.dp(3)
155
156
            compare(textField.contentHeight, lineSize,"contentHeight by default")
156
157
        }