Back to home page

LXR

 
 

    


Warning, /testsuites/fstests/fsdosfswrite01/fsdosfswrite01.doc is written in an unsupported language. File is not indexed.

0001 This file describes the directives and concepts tested by this test set.
0002 
0003 test set name: fsdosfswrite01
0004 
0005 directives:
0006  - fat_file_write()
0007  - fat_file_write_fat32_or_non_root_dir()
0008 
0009 concepts:
0010  - Avoiding uneccessary device reads is to make sure that writing to the device
0011    does not get slowed down unneccesarily.
0012  - Verify that appending data to a file does not result in reading the new
0013    clusters from device.
0014  - Verify writing a whole cluster does not result in reading the cluster from
0015    device.