natevw / fatfs

Standalone FAT16/FAT32 filesystem implementation in JavaScript
47 stars 13 forks source link

Tests for trouble cases (out of space, too many entries, etc.) #14

Open natevw opened 10 years ago

natevw commented 10 years ago

We should have some tests for correct handling of various kinds of trouble that might come up in real world usage. Ideas for starters: disk full, root directory full, too many similar shortnames, etc.