networksecurity/tlsprovider/Test/tlstest2/startupcommsstep.cpp
changeset 39 45fd446095e6
parent 0 af10295192d8
child 58 8d540f55e491
child 71 a800ea6cb454
--- a/networksecurity/tlsprovider/Test/tlstest2/startupcommsstep.cpp	Fri Jul 02 18:44:43 2010 +0530
+++ b/networksecurity/tlsprovider/Test/tlstest2/startupcommsstep.cpp	Thu Jul 08 15:21:49 2010 +0530
@@ -1,4 +1,4 @@
-// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2008-2010 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,6 +37,7 @@
 	{
 	SetTestStepResult(EFail);
 	
+#ifndef SIROCCO_CODE_MIGRATION
 	TInt ret = User::LoadPhysicalDevice(PDD_NAME);
 	User::LeaveIfError(ret == KErrAlreadyExists?KErrNone:ret);
 
@@ -50,7 +51,7 @@
 	User::LeaveIfError(ret == KErrAlreadyExists?KErrNone:ret);
 	ret = StartC32();
 	User::LeaveIfError(ret == KErrAlreadyExists?KErrNone:ret);
+#endif //SIROCCO_CODE_MIGRATION
 	SetTestStepResult(EPass);
-
 	return TestStepResult();
 	}