summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative_core/tst_place.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative_core/tst_place.qml')
-rw-r--r--tests/auto/declarative_core/tst_place.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative_core/tst_place.qml b/tests/auto/declarative_core/tst_place.qml
index 459b8f33..bb789b42 100644
--- a/tests/auto/declarative_core/tst_place.qml
+++ b/tests/auto/declarative_core/tst_place.qml
@@ -134,7 +134,7 @@ TestCase {
function compare_place(place1, place2) {
// check simple properties
var simpleProperties = ["name", "placeId", "primaryPhone", "primaryFax", "primaryEmail",
- "primaryUrl", "visibility"];
+ "primaryWebsite", "visibility"];
for (x in simpleProperties) {
if (place1[simpleProperties[x]] !== place2[simpleProperties[x]])
return false;