|
1 /* |
|
2 * ============================================================================== |
|
3 * Name : imcache_test.cfg |
|
4 * Part of : instantmessagingcache / imcache_test |
|
5 * Description : instantmessagingcache related test cases |
|
6 * Version: : % version:1 % |
|
7 * |
|
8 * Copyright (C) 2008 Nokia Corporation. |
|
9 * This material, including documentation and any related |
|
10 * computer programs, is protected by copyright controlled by |
|
11 * Nokia Corporation. All rights are reserved. Copying, |
|
12 * including reproducing, storing, adapting or translating, any |
|
13 * or all of this material requires the prior written consent of |
|
14 * Nokia Corporation. This material also contains confidential |
|
15 * information which may not be disclosed to others without the |
|
16 * prior written consent of Nokia Corporation. |
|
17 * |
|
18 * ============================================================================ |
|
19 */ |
|
20 |
|
21 [Test] |
|
22 title 1. CreateSameUpdaterL |
|
23 create imcache_test foobar |
|
24 foobar CreateSameUpdaterL |
|
25 delete foobar |
|
26 [Endtest] |
|
27 |
|
28 |
|
29 [Test] |
|
30 title 2. CreateDifferentUpdaterL |
|
31 create imcache_test foobar |
|
32 foobar CreateDifferentUpdaterL |
|
33 delete foobar |
|
34 [Endtest] |
|
35 |
|
36 |
|
37 [Test] |
|
38 title 3. CreateSameAccessorL |
|
39 create imcache_test foobar |
|
40 foobar CreateSameAccessorL |
|
41 delete foobar |
|
42 [Endtest] |
|
43 |
|
44 |
|
45 [Test] |
|
46 title 4. CreateDifferentAccessorL |
|
47 create imcache_test foobar |
|
48 foobar CreateDifferentAccessorL |
|
49 delete foobar |
|
50 [Endtest] |
|
51 |
|
52 [Test] |
|
53 title 5. StartNewConversationL |
|
54 create imcache_test foobar |
|
55 foobar StartNewConversationL |
|
56 delete foobar |
|
57 [Endtest] |
|
58 |
|
59 |
|
60 [Test] |
|
61 title 6. AppendSendMessageL |
|
62 create imcache_test foobar |
|
63 foobar AppendSendMessageL |
|
64 delete foobar |
|
65 [Endtest] |
|
66 |
|
67 |
|
68 [Test] |
|
69 title 7. AppendRecieveMessageL |
|
70 create imcache_test foobar |
|
71 foobar AppendRecieveMessageL |
|
72 delete foobar |
|
73 [Endtest] |
|
74 |
|
75 |
|
76 [Test] |
|
77 title 8. FetchExistingMessageL |
|
78 create imcache_test foobar |
|
79 foobar FetchExistingMessageL |
|
80 delete foobar |
|
81 [Endtest] |
|
82 |
|
83 [Test] |
|
84 title 9. DeactivateConversationL |
|
85 create imcache_test foobar |
|
86 foobar DeactivateConversationL |
|
87 delete foobar |
|
88 [Endtest] |
|
89 |
|
90 [Test] |
|
91 title 10. CloseConversationL |
|
92 create imcache_test foobar |
|
93 foobar CloseConversationL |
|
94 delete foobar |
|
95 [Endtest] |
|
96 |
|
97 [Test] |
|
98 title 11. GetUnreadMsgCountL |
|
99 create imcache_test foobar |
|
100 foobar GetUnreadMsgCountL |
|
101 delete foobar |
|
102 [Endtest] |
|
103 |
|
104 |
|
105 [Test] |
|
106 title 12. GetNewMsgNotificationtL |
|
107 create imcache_test foobar |
|
108 foobar GetNewMsgNotificationtL |
|
109 delete foobar |
|
110 [Endtest] |
|
111 |
|
112 [Test] |
|
113 title 13. ConversationUnExistTestL |
|
114 create imcache_test foobar |
|
115 foobar ConversationUnExistTestL |
|
116 delete foobar |
|
117 [Endtest] |
|
118 |
|
119 |
|
120 [Test] |
|
121 title 14. ConversationExistTestL |
|
122 create imcache_test foobar |
|
123 foobar ConversationExistTestL |
|
124 delete foobar |
|
125 [Endtest] |
|
126 |
|
127 [Test] |
|
128 title 15. AppendMessageL |
|
129 create imcache_test foobar |
|
130 foobar AppendMessageL |
|
131 delete foobar |
|
132 [Endtest] |
|
133 |
|
134 [Test] |
|
135 title 16. GetAllUnreadMsgCountL |
|
136 create imcache_test foobar |
|
137 foobar GetAllUnreadMsgCountL |
|
138 delete foobar |
|
139 [Endtest] |
|
140 |
|
141 [Test] |
|
142 title 17. GetChatListTestL |
|
143 create imcache_test foobar |
|
144 foobar GetChatListTestL |
|
145 delete foobar |
|
146 [Endtest] |
|
147 |
|
148 [Test] |
|
149 title 18. AccessorCloseConversationTestL |
|
150 create imcache_test foobar |
|
151 foobar AccessorCloseConversationTestL |
|
152 delete foobar |
|
153 [Endtest] |
|
154 |
|
155 |