~ubuntu-sdk-team/ubuntu-ui-toolkit/locDemo

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Zsombor Egri
  • Date: 2014-05-07 09:02:58 UTC
  • mfrom: (1006.1.30 textinput-carets)
  • Revision ID: tarmac-20140507090258-tuj47qjqgpg1sad3
Text input caret handler visuals and functionality. Fixes: https://bugs.launchpad.net/bugs/1183257.

Approved by PS Jenkins bot, Christian Dywan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
        }
157
157
 
158
158
        function test_0_cursorDelegate() {
159
 
            verify(textField.cursorDelegate, "cursorDelegate set by default")
 
159
            verify(textField.cursorDelegate === null, "cursorDelegate not set by default")
160
160
        }
161
161
 
162
162
        function test_0_cursorPosition() {