persistentstorage/sql/TEST/t_sqlood.cpp
branchRCL_3
changeset 8 fa9941cf3867
parent 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
6:5ffdb8f2067f 8:fa9941cf3867
   125     {
   125     {
   126 	TInt err = TheFs.Connect();
   126 	TInt err = TheFs.Connect();
   127 	TEST2(err, KErrNone);
   127 	TEST2(err, KErrNone);
   128 
   128 
   129 	err = TheFs.MkDir(KTestDir);
   129 	err = TheFs.MkDir(KTestDir);
       
   130 	if(err != KErrNone)
       
   131 	    {
       
   132 	    RDebug::Print(_L("*** CreateTestEnv(), RFs::MkDir(), err=%d\r\n"), err);
       
   133 	    }
   130 	TEST(err == KErrNone || err == KErrAlreadyExists);
   134 	TEST(err == KErrNone || err == KErrAlreadyExists);
   131 	}
   135 	}
   132 
   136 
   133 //Creates one or more large files with the total size near to the size of the available disk space.
   137 //Creates one or more large files with the total size near to the size of the available disk space.
   134 //The idea is to cause an "out of disk space" condition.
   138 //The idea is to cause an "out of disk space" condition.