summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjiantao.zou <jiantao.zou@tieto.com>2011-10-11 11:02:59 +0800
committerjiantao.zou <jiantao.zou@tieto.com>2011-10-11 11:02:59 +0800
commit90afc50f673110f75c6bad4f8216942a950463ac (patch)
treeb4a41fb415b2d3ead7e00a6f6cb38fbe02b9082f /tests
parent738a38e77832dab1748aeb964698b6c2eb27314c (diff)
modify file
Diffstat (limited to 'tests')
-rwxr-xr-xtests/systemtests/sys_messaging/sys_messaging.qtt46
1 files changed, 23 insertions, 23 deletions
diff --git a/tests/systemtests/sys_messaging/sys_messaging.qtt b/tests/systemtests/sys_messaging/sys_messaging.qtt
index e90b804378..3f5e866851 100755
--- a/tests/systemtests/sys_messaging/sys_messaging.qtt
+++ b/tests/systemtests/sys_messaging/sys_messaging.qtt
@@ -724,29 +724,29 @@ testcase = {
"));
},
-filter_message : function() {
- // Test meta data
- testTitle = "Messaging - Filter Message";
- testBinary = "testQtMessaging";
- testSource = "$MOBILITYDIR/tests/applications/messaging/testqtmessaging";
- testGoal = "Verify that messages can be filter by the filter proxy.";
- testPreconditions = "There are different types of messages in the phone.";
- testGroups = "BAT_MOBILITY";
- testRequirements = " ";
-
- // Test steps
- prompt(twiki("---+++ " + testTitle + "<br><br>
- *Goal:* " + testGoal + "<br>
- *Pre-Requisites:* " + testPreconditions + "<br>
- *Tested Binary:* " + testBinary + "<br>
-
- | *Step* | *Verification* |
- | Launch " + testBinary + " | App launches normally |
- | Select Search Messsages tab | |
- | Select a search type | |
- | Fill in according parameters | |
- | Click on Make Query (=Search) | Verify correct messages are shown follow the filter proxy |
- | Repeat these steps with different search type | Verify correct messages are shown follow the filter proxy |
+ filter_message : function() {
+ // Test meta data
+ testTitle = "Messaging - Filter Message";
+ testBinary = "testQtMessaging";
+ testSource = "$MOBILITYDIR/tests/applications/messaging/testqtmessaging";
+ testGoal = "Verify that messages can be filter by the filter proxy.";
+ testPreconditions = "There are different types of messages in the phone.";
+ testGroups = "BAT_MOBILITY";
+ testRequirements = " ";
+
+ // Test steps
+ prompt(twiki("---+++ " + testTitle + "<br><br>
+ *Goal:* " + testGoal + "<br>
+ *Pre-Requisites:* " + testPreconditions + "<br>
+ *Tested Binary:* " + testBinary + "<br>
+
+ | *Step* | *Verification* |
+ | Launch " + testBinary + " | App launches normally |
+ | Select Search Messsages tab | |
+ | Select a search type | |
+ | Fill in according parameters | |
+ | Click on Make Query (=Search) | Verify correct messages are shown follow the filter proxy |
+ | Repeat these steps with different search type | Verify correct messages are shown follow the filter proxy |
"));
},