aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest/textinput/tst_textinput.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmltest/textinput/tst_textinput.qml')
-rw-r--r--tests/auto/qmltest/textinput/tst_textinput.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qmltest/textinput/tst_textinput.qml b/tests/auto/qmltest/textinput/tst_textinput.qml
index 62659a2188..51868ec8aa 100644
--- a/tests/auto/qmltest/textinput/tst_textinput.qml
+++ b/tests/auto/qmltest/textinput/tst_textinput.qml
@@ -277,6 +277,7 @@ Item {
}
function test_doublevalidators(row) {
+ txtdoublevalidator.validator.locale = "C"
compare(txtdoublevalidator.validator.top, 2.0)
compare(txtdoublevalidator.validator.bottom, 1.0)
txtdoublevalidator.text = row.testnumber;