branch | RCL_3 |
changeset 41 | 0ffb4e86fcc9 |
parent 0 | a41df078684a |
child 43 | c1f20ce4abcf |
--- a/kerneltest/f32test/server/t_filecache.cpp Mon Jun 21 17:12:14 2010 +0300 +++ b/kerneltest/f32test/server/t_filecache.cpp Thu Jul 15 20:11:42 2010 +0300 @@ -1796,6 +1796,10 @@ //TheFs.SetDebugRegister(KCACHE); DoTests(gDrive); //TheFs.SetDebugRegister(0); + + if ((gVolInfo.iDrive.iMediaAtt & KMediaAttFormattable)) + Format(gDrive); + test.End(); // } }