diff -r 7a522c0700d3 -r cce6680bbf1c persistentstorage/sql/TEST/t_sqldbconfigfile.cpp --- a/persistentstorage/sql/TEST/t_sqldbconfigfile.cpp Fri May 14 13:32:10 2010 +0100 +++ b/persistentstorage/sql/TEST/t_sqldbconfigfile.cpp Thu Jul 01 17:02:22 2010 +0100 @@ -1001,7 +1001,7 @@ err = KErrNotFound; TInt iter = 0; TheTest.Printf(_L("Iteration\r\n")); - for(TInt cnt = 1; !isFinished; ++cnt) + for(TInt cnt = 0; !isFinished; ++cnt) { for(TInt fsError = KErrNotFound; fsError >= KErrUnderflow; --fsError) // errors -1 to -10 will be generated {