coreapplicationuis/rfsplugins/tsrc/rfspluginstest/secureformattertest/testdatacreator/src/filecreator.cpp
changeset 69 dcd4152cfe55
parent 0 2e3d3ce01487
--- a/coreapplicationuis/rfsplugins/tsrc/rfspluginstest/secureformattertest/testdatacreator/src/filecreator.cpp	Thu Sep 02 20:36:53 2010 +0300
+++ b/coreapplicationuis/rfsplugins/tsrc/rfspluginstest/secureformattertest/testdatacreator/src/filecreator.cpp	Fri Sep 17 08:30:44 2010 +0300
@@ -66,7 +66,7 @@
     RFile file;
     TInt err = file.Replace( iFs, aName, EFileWrite );
     ERROR_1( err, "Failed to create file %S", &aName );
-    User::LeaveIfError( err );
+    //User::LeaveIfError( err );
     CleanupClosePushL( file );
 
     TInt blockSize = iWriteBuf->Size();