equal
deleted
inserted
replaced
|
1 |
|
2 /****************************************************************************** |
|
3 * TESTS MODIFIED |
|
4 ******************************************************************************/ |
|
5 |
|
6 T_ALERT |
|
7 Changed the way media change is forced - use RLocalDrive::ForceMediaChange() |
|
8 instead of UserPcCardCntrl::PwrDown(). |
|
9 |
|
10 T_FIND |
|
11 Now tests for full names instead of short names for threads - previously |
|
12 this was testing a bug in EKA1. |
|
13 Logical channels are always thread-relative (full names are different). |
|
14 User::FreeLogicalDevice and User::FreePhysicalDevice not yet implemented. |
|
15 |
|
16 T_FMAN |
|
17 Don't test for archive attribute on a file copied from Z: to C:. |
|
18 |
|
19 T_FORMAT |
|
20 Changed the way media change is forced - use RLocalDrive::ForceMediaChange() |
|
21 instead of UserPcCardCntrl::PwrDown(). |
|
22 |
|
23 T_FSYS |
|
24 AddFileSystem with filename ETEST instead of Z:\TEST\ETEST - abld romfile |
|
25 puts FSYs in \SYSTEM\LIBS. |
|
26 |
|
27 T_NOTIFY |
|
28 Changed the way media change is forced - use RLocalDrive::ForceMediaChange() |
|
29 instead of UserPcCardCntrl::PwrDown(). |
|
30 |
|
31 /****************************************************************************** |
|
32 * NEW TESTS ADDED |
|
33 ******************************************************************************/ |
|
34 |
|
35 None |
|
36 |
|
37 /****************************************************************************** |
|
38 * TESTS REMOVED OR NOT YET PORTED TO E32RT. |
|
39 ******************************************************************************/ |
|
40 |
|
41 T_WARM |
|
42 Doesn't work yet since machine doesn't restart on a kernel fault - it goes |
|
43 into the crash debugger. |
|
44 |
|
45 T_DLOCL |
|
46 Changing locale not yet implemented in E32RT. |