summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorwang yu <yu.a.wang@tieto.com>2011-10-11 10:26:35 +0800
committerwang yu <yu.a.wang@tieto.com>2011-10-11 10:26:35 +0800
commit6b37fb1f64116a82088b954bd613fb5392b75a29 (patch)
tree90f94664eedffe55de6d1b5038c6ff9170e78915 /tests
parenta5d1416c492d32c62b7fa7a10afc854fc53f429e (diff)
commit function run_test_application in sys_qmlcontacts.qtt
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() ]