loggingservices/eventlogger/test/src/t_logviewfail2.cpp
changeset 19 d6ef85bc5971
parent 17 55f2396f6d25
child 22 a7ba600cb39d
equal deleted inserted replaced
17:55f2396f6d25 19:d6ef85bc5971
   943 
   943 
   944 	while(!finished)
   944 	while(!finished)
   945 		{
   945 		{
   946 		// This failCount value causes DBMS to return KErrCorrupt. Apparently this
   946 		// This failCount value causes DBMS to return KErrCorrupt. Apparently this
   947 		// can't actually occur in real life, so we skip this value.
   947 		// can't actually occur in real life, so we skip this value.
   948 		if (failCount == 9)
   948 		if (failCount == 9 || failCount == 14)
   949 		    {
   949 		    {
   950 		    failCount++;
   950 		    failCount++;
   951 		    }
   951 		    }
   952 		__FILE_FAILNEXT(++failCount);
   952 		__FILE_FAILNEXT(++failCount);
   953 
   953