aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/calendar/calendar.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-24 16:03:54 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-24 15:28:18 +0000
commit7d0ab32ffb5eba1e81032cae3a43750549fb7813 (patch)
treebd815f17e3aaa6374c1ed4d19605f9946249a258 /tests/auto/calendar/calendar.pro
parent8f1d88448bc8756aac54cfcd7003f0a6c65ff4c7 (diff)
Fix QQuickDayOfWeekModel::setLocale()
It must emit dataChanged() even if the first day of week of the new and old locales are the same. The names are most likely different. Change-Id: I932215821962910ef1fb8a66f2dab81dcc51a3b1 Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'tests/auto/calendar/calendar.pro')
-rw-r--r--tests/auto/calendar/calendar.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/calendar/calendar.pro b/tests/auto/calendar/calendar.pro
new file mode 100644
index 00000000..e7cd6665
--- /dev/null
+++ b/tests/auto/calendar/calendar.pro
@@ -0,0 +1,12 @@
+TEMPLATE = app
+TARGET = tst_calendar
+CONFIG += qmltestcase
+
+SOURCES += \
+ $$PWD/tst_calendar.cpp
+
+OTHER_FILES += \
+ $$PWD/data/*
+
+TESTDATA += \
+ $$PWD/data/tst_*