phonebookengines/contactsmodel/tsrc/t_database_killer.cpp
changeset 24 0ba2181d7c28
parent 0 e686773b3f54
--- a/phonebookengines/contactsmodel/tsrc/t_database_killer.cpp	Tue Feb 02 10:12:17 2010 +0200
+++ b/phonebookengines/contactsmodel/tsrc/t_database_killer.cpp	Fri Mar 19 09:27:18 2010 +0200
@@ -1,17 +1,20 @@
-// Copyright (c) 2002-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) 2002-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 <e32std.h>
 #include <e32test.h>
@@ -25,7 +28,7 @@
 // Test Macro
 LOCAL_D RTest test(_L("T_DATABASE_KILLER"));
 
-_LIT(KTestName,"@SYMTESTCaseID:PIM-T-DATABASE-KILLER-0001 t_database_killer");
+_LIT(KTestName,"t_database_killer");
 _LIT(KLogFileName,"t_database_killer.log");
 
 _LIT(KDbFileName,"c:t_database_killer.cdb");
@@ -453,7 +456,7 @@
 			// - The client should keep track of the number of times the server is restarted.
 			// - restarting the server more than 3 times should result in the client being paniced.
 			// - this has been tested, and the ability to test for this has been included for completeness.
-			test.Start(KTestName);
+			test.Start(_L("@SYMTESTCaseID:PIM-T-DATABASE-KILLER-0001 t_database_killer"));
 
 			TRAP(error,testConductor=CTestConductor::NewL(EFalse));
 			RDebug::Print(_L("T_database_killer test completed \n"));