equal
deleted
inserted
replaced
194 Details can be found in DEF047320 |
194 Details can be found in DEF047320 |
195 |
195 |
196 */ |
196 */ |
197 void doTestsL() |
197 void doTestsL() |
198 { |
198 { |
|
199 //When SYSLIBS_TEST is defined, the test ECOM contact matching plug-in will be loaded, |
|
200 //otherwise the real contact matching plug-in will be loaded. |
|
201 //Therefore, in armv5 urel build, no plug-in will be loaded. |
|
202 #ifdef __WINS__ |
|
203 TheMatchingIsEnabled = TestUtils::MatchingEnabledL(); |
|
204 #else |
|
205 |
|
206 #ifdef SYSLIBS_TEST |
199 TheMatchingIsEnabled = TestUtils::MatchingEnabledL(); |
207 TheMatchingIsEnabled = TestUtils::MatchingEnabledL(); |
|
208 #endif |
|
209 |
|
210 #endif |
200 |
211 |
201 // test 0 adds an event |
212 // test 0 adds an event |
202 TestUtils::Initialize(_L("t_logservercrash")); |
213 TestUtils::Initialize(_L("t_logservercrash")); |
203 TestUtils::DeleteDatabaseL(); |
214 TestUtils::DeleteDatabaseL(); |
204 |
215 |