--- a/phonebookengines/contactsmodel/tsrc/t_iccmultiplephonebook.cpp Tue Feb 02 10:12:17 2010 +0200
+++ b/phonebookengines/contactsmodel/tsrc/t_iccmultiplephonebook.cpp Fri Mar 19 09:27:18 2010 +0200
@@ -1,17 +1,20 @@
-// Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
-// All rights reserved.
-// This component and the accompanying materials are made available
-// under the terms of "Eclipse Public License v1.0"
-// which accompanies this distribution, and is available
-// at the URL "http://www.eclipse.org/legal/epl-v10.html".
-//
-// Initial Contributors:
-// Nokia Corporation - initial contribution.
-//
-// Contributors:
-//
-// Description:
-//
+/*
+* Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+
#include <e32test.h>
#include <cntdb.h>
@@ -20,14 +23,10 @@
#include <cntfldst.h>
#include <phbksync.h>
-#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
-#include "cntsyncecom.h"
-#endif
-
// include templates for CleanupResetAndDestroyPushL(T)
#include "cntviewprivate.h"
-#include "T_UTILS.H"
+#include "t_utils.h"
#include "cntsyncchecker.h"
_LIT(KTestName,"CContactICCEntry tests with multiple phonebooks");
@@ -35,8 +34,8 @@
_LIT(KGivenEditName,"edited name");
_LIT(KIccName,"icc entry name");
_LIT(KNonIccName,"non-icc name");
-_LIT(KIccNumber,"020 794 60123");
-_LIT(KNonIccNumber,"020 794 60060");
+_LIT(KIccNumber,"020 123 4567");
+_LIT(KNonIccNumber,"020 987 6543");
_LIT(KPluginName,"phone book synchronizer Implementation");
_LIT(KTestPluginName,"Test phone book synchronizer Implementation");