equal
deleted
inserted
replaced
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of the License "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // |
7 // |
8 // Initial Contributors: |
8 // Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
9 // Nokia Corporation - initial contribution. |
14 // The following test case is used to test whether the group name specified in the registration file |
14 // The following test case is used to test whether the group name specified in the registration file |
15 // is "overridden" by the group name specified in the localisable resource file |
15 // is "overridden" by the group name specified in the localisable resource file |
16 // |
16 // |
17 // |
17 // |
18 |
18 |
19 |
|
20 |
|
21 /** |
19 /** |
22 @file |
20 @file |
23 @internalComponent - Internal Symbian test code |
21 @internalComponent - Internal Symbian test code |
24 */ |
22 */ |
25 |
23 |
26 |
24 |
27 #include "testableapalssession.h" |
25 #include "testableapalssession.h" |
28 #include <APAID.H> |
26 #include <apaid.h> |
|
27 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS |
|
28 #include <apaidpartner.h> |
|
29 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS |
29 #include "T_groupNametest.h" |
30 #include "T_groupNametest.h" |
30 #include "ApparcTestServer.h" |
31 #include "apparctestserver.h" |
31 #include "TestExecuteStepBase.h" |
32 #include <test/testexecutestepbase.h> |
32 |
33 |
33 // CT_GroupNameStep |
34 // CT_GroupNameStep |
34 |
35 |
35 const TUid KUidTGroupName={0x10208185}; |
36 const TUid KUidTGroupName={0x10208185}; |
36 |
37 |
120 INFO_PRINTF1(_L(" TEST Finished")); |
121 INFO_PRINTF1(_L(" TEST Finished")); |
121 |
122 |
122 return TestStepResult(); |
123 return TestStepResult(); |
123 |
124 |
124 } |
125 } |
|
126 |
|
127 |
|
128 |
|
129 |