pebble-dev / RebbleOS

open source operating system for low-power smartwatches
Other
355 stars 38 forks source link

Add file replacement test #100

Closed AliceGrey closed 4 years ago

AliceGrey commented 4 years ago

Add file replacement test: Tests the file_replacing logic, in all of its forms (create a file with contents A; create a file replacing that file with contents B; open the file for read and make sure you get contents A; do the 'finish replacing' operation; open the file for read and make sure you get contents B;