summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjiantao.zou <jiantao.zou@tieto.com>2011-10-11 10:42:32 +0800
committerjiantao.zou <jiantao.zou@tieto.com>2011-10-11 10:42:32 +0800
commit738a38e77832dab1748aeb964698b6c2eb27314c (patch)
tree20d0e8a1e37e7466e846db49c51970cc4ff1dd16 /tests
parente6b0db8d21c3235b3882cc0b53d93c5ea2e38455 (diff)
parent6b37fb1f64116a82088b954bd613fb5392b75a29 (diff)
Merge branch 'master' of scm.dev.troll.no:qtmobility/qtm-quality
Diffstat (limited to 'tests')
-rw-r--r--tests/systemtests/sys_qmlcontacts/sys_qmlcontacts.qtt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/systemtests/sys_qmlcontacts/sys_qmlcontacts.qtt b/tests/systemtests/sys_qmlcontacts/sys_qmlcontacts.qtt
index 9da48c0edd..b016852b15 100644
--- a/tests/systemtests/sys_qmlcontacts/sys_qmlcontacts.qtt
+++ b/tests/systemtests/sys_qmlcontacts/sys_qmlcontacts.qtt
@@ -168,6 +168,7 @@ function checkContact(contact)
testcase = {
// prove that the test application starts before anything else is tested.
+ /* commit this function as it doesn't use at this moment.
run_test_application: function()
{
// Test meta data
@@ -188,7 +189,7 @@ testcase = {
prompt('Verify test application started and closed without issue');
}
},
-
+ */
check_contact_list_data : {
ContactSet : [ exampleContactSet() ]