summaryrefslogtreecommitdiff
path: root/tests/auto/declarative_core/tst_categorymodel.qml
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2012-06-27 10:13:42 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-03 02:39:42 +0200
commit51268e1351c08d4e4f595b177fd247881762c0be (patch)
treec6fc4bb32a724373c87ed7affc5e4cd4a3b31037 /tests/auto/declarative_core/tst_categorymodel.qml
parent15f27a542e83a0e61fd2aedd7ef55ecf384fc8b2 (diff)
downloadqtlocation-51268e1351c08d4e4f595b177fd247881762c0be.tar.gz
Expand the PlaceSearchModel auto tests.
Add new settable properties to the PlaceSearchModel set/get test. Add new search (searchTerm and category) test. Change-Id: I9c78b34c26905e7c716e90b505bd35ae27e44616 Reviewed-by: abcd <amos.choy@nokia.com>
Diffstat (limited to 'tests/auto/declarative_core/tst_categorymodel.qml')
-rw-r--r--tests/auto/declarative_core/tst_categorymodel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative_core/tst_categorymodel.qml b/tests/auto/declarative_core/tst_categorymodel.qml
index cf85fd0b..2c80e322 100644
--- a/tests/auto/declarative_core/tst_categorymodel.qml
+++ b/tests/auto/declarative_core/tst_categorymodel.qml
@@ -58,7 +58,7 @@ TestCase {
allowExperimental: true
parameters: [
PluginParameter {
- name: "initializeCategories"
+ name: "initializePlaceData"
value: true
}
]