loggingservices/eventlogger/LogServ/src/LogServRecentList.cpp
changeset 55 44f437012c90
parent 0 08ec8eefde2f
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2002-2010 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 "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".
    59 	}
    59 	}
    60 
    60 
    61 #ifdef SYSLIBS_TEST
    61 #ifdef SYSLIBS_TEST
    62 
    62 
    63 #pragma BullseyeCoverage off
    63 #pragma BullseyeCoverage off
       
    64 #pragma CTC SKIP
    64 
    65 
    65 //Used by the unit tests when SYSLIBS_TEST macro is defined.
    66 //Used by the unit tests when SYSLIBS_TEST macro is defined.
    66 //Creates a complex recent list with a lot of fields.
    67 //Creates a complex recent list with a lot of fields.
    67 //This helps covering most of recent list related production code branches.
    68 //This helps covering most of recent list related production code branches.
    68 CLogServRecentList* CLogServRecentList::TestNewL()
    69 CLogServRecentList* CLogServRecentList::TestNewL()
   108 	CLogServRecentCondition* condition7 = CLogServRecentCondition::TestNewL(ELogSimIdField);
   109 	CLogServRecentCondition* condition7 = CLogServRecentCondition::TestNewL(ELogSimIdField);
   109 	(void)iConditions.Append(condition7);
   110 	(void)iConditions.Append(condition7);
   110 #endif	
   111 #endif	
   111 	}
   112 	}
   112 
   113 
       
   114 #pragma CTC ENDSKIP
   113 #pragma BullseyeCoverage on
   115 #pragma BullseyeCoverage on
   114 
   116 
   115 #endif//SYSLIBS_TEST
   117 #endif//SYSLIBS_TEST
   116 
   118 
   117 /////////////////////////////////////////////////////////////////////////////////////////
   119 /////////////////////////////////////////////////////////////////////////////////////////