~zsombi/ubuntu-ui-toolkit/50-custom-delegates

« back to all changes in this revision

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

prereq sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
260
260
            compare(textField.readOnly, false, "readOnly is false by default")
261
261
            textField.readOnly = true
262
262
            compare(textField.readOnly, true, "set/get")
 
263
            var clearButton = findChild(textField, "clear_button")
 
264
            compare(clearButton.visible, false, "readOnly must not provide a clear button")
263
265
        }
264
266
 
265
267
        function test_0_secondaryItem() {