equal
deleted
inserted
replaced
12 // |
12 // |
13 // Description: |
13 // Description: |
14 // T_LOGSERVCRASH.CPP |
14 // T_LOGSERVCRASH.CPP |
15 // This tests the fix implemented for DEF047320 |
15 // This tests the fix implemented for DEF047320 |
16 // |
16 // |
17 // If this test starts failing, then go and check the CentralRepository private data cage |
|
18 // (c:\\private\\10202be9 or z:\\private\\10202be9) if 101f401d.txt file is there. |
|
19 // If it is then delete it and try the test again. |
|
20 // (The problem is that if there is an existing 101f401d.txt file, then the contact match count value |
|
21 // will be loaded from that file, not from the LogEng resource file) |
|
22 // |
|
23 |
|
24 #include <s32file.h> |
17 #include <s32file.h> |
25 #include <e32math.h> |
18 #include <e32math.h> |
26 #include "t_logutil2.h" |
19 #include "t_logutil2.h" |
27 #include <logview.h> |
20 #include <logview.h> |
28 |
21 |