persistentstorage/centralrepository/test/t_cenrep_fotaUT.cpp
changeset 55 44f437012c90
parent 0 08ec8eefde2f
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-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".
   892 	CleanUp();
   892 	CleanUp();
   893 	CServerRepository::CheckROMReflashL();
   893 	CServerRepository::CheckROMReflashL();
   894 
   894 
   895 	
   895 	
   896 	//--------------------------Validate the merging--------------------------------------
   896 	//--------------------------Validate the merging--------------------------------------
   897 	notifier-new (ELeave)CSessionNotifier;
   897 	notifier = new (ELeave)CSessionNotifier;
   898 	CleanupStack::PushL(notifier);
   898 	CleanupStack::PushL(notifier);
   899     repository = new(ELeave) CServerRepository();
   899     repository = new(ELeave) CServerRepository();
   900     CleanupStack::PushL(repository);
   900     CleanupStack::PushL(repository);
   901     repository->OpenL(KUpdatedRomUid,*notifier);
   901     repository->OpenL(KUpdatedRomUid,*notifier);
   902     
   902