summaryrefslogtreecommitdiffstats
path: root/QtMobility
diff options
context:
space:
mode:
authorKeith Isdale <keith.isdale@nokia.com>2010-11-10 13:16:22 +1000
committerKeith Isdale <keith.isdale@nokia.com>2010-11-10 13:16:22 +1000
commit6b9dc1136cdb3684fc59cd0857efe823031c8d65 (patch)
tree001dea077ab5e26f6161c4e6f4b0dca9042a18f0 /QtMobility
parentda7c6ed3c632857421b7d4413c0a26bedb5a0d3b (diff)
Correct typing error in cleanup function declaration
Fixes two issues * cleanup function not being called as expected * sys_contacts's tests not listed correctly in QtUiTest
Diffstat (limited to 'QtMobility')
-rw-r--r--QtMobility/sys_contacts/sys_contacts.qtt2
1 files changed, 1 insertions, 1 deletions
diff --git a/QtMobility/sys_contacts/sys_contacts.qtt b/QtMobility/sys_contacts/sys_contacts.qtt
index f577081..747a77f 100644
--- a/QtMobility/sys_contacts/sys_contacts.qtt
+++ b/QtMobility/sys_contacts/sys_contacts.qtt
@@ -123,7 +123,7 @@ testcase = {
verify(getValue(contactList).length == 0, "There must be zero contacts prior to running test, there are the following contacts:" + getValue(contactList));
},
- cleanup: funtion()
+ cleanup: function()
{
// While there are names, delete the names from the list
},