networksecurity/tlsprovider/Test/tlstest2/startupcommsstep.cpp
branchRCL_3
changeset 58 8d540f55e491
parent 57 abbed5a4b42a
--- a/networksecurity/tlsprovider/Test/tlstest2/startupcommsstep.cpp	Tue Aug 31 16:45:15 2010 +0300
+++ b/networksecurity/tlsprovider/Test/tlstest2/startupcommsstep.cpp	Wed Sep 01 12:33:58 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2008-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"
@@ -37,7 +37,6 @@
 	{
 	SetTestStepResult(EFail);
 	
-#ifndef SIROCCO_CODE_MIGRATION
 	TInt ret = User::LoadPhysicalDevice(PDD_NAME);
 	User::LeaveIfError(ret == KErrAlreadyExists?KErrNone:ret);
 
@@ -51,7 +50,7 @@
 	User::LeaveIfError(ret == KErrAlreadyExists?KErrNone:ret);
 	ret = StartC32();
 	User::LeaveIfError(ret == KErrAlreadyExists?KErrNone:ret);
-#endif //SIROCCO_CODE_MIGRATION
 	SetTestStepResult(EPass);
+
 	return TestStepResult();
 	}