5
|
1 |
/*
|
|
2 |
* ==============================================================================
|
|
3 |
* Copyright (c) 2007 Nokia Corporation.
|
|
4 |
* This material, including documentation and any related
|
|
5 |
* computer programs, is protected by copyright controlled by
|
|
6 |
* Nokia Corporation. All rights are reserved. Copying,
|
|
7 |
* including reproducing, storing, adapting or translating, any
|
|
8 |
* or all of this material requires the prior written consent of
|
|
9 |
* Nokia Corporation. This material also contains confidential
|
|
10 |
* information which may not be disclosed to others without the
|
|
11 |
* prior written consent of Nokia Corporation.
|
|
12 |
* ==============================================================================
|
|
13 |
*/
|
|
14 |
|
|
15 |
This readme describes the limitations for executing Calendar SAPI test cases on emulator.
|
|
16 |
|
|
17 |
Calendar Test cases doesnot work on emulator if its started in "TEXTSHELL" Mode.
|
|
18 |
The problem is due to the Calendar server dependency on Alarm Server. In "TextShell" mode
|
|
19 |
the Alarm Server is not active, so Calendar server doesnot work. Till we get solution to
|
|
20 |
this problem all the test cases should be executed in normal Mode.
|
|
21 |
|
|
22 |
Note: This prblem is only on emulator testing. Everything works fine on Hardware.
|
|
23 |
|