diff options
| author | Damien George | 2017-01-24 20:55:05 +1100 |
|---|---|---|
| committer | Damien George | 2017-01-27 13:19:10 +1100 |
| commit | 94d87fbb308bf26e35cbb50f294fb06f178df871 (patch) | |
| tree | 8894925e2f428c7053d39eda4c6189d7c961a7f9 /tests/extmod/vfs_fat_ramdisk.py.exp | |
| parent | 5395f5bc714785ce1692881531240c4a14e4cf0c (diff) | |
test/extmod: Update vfs_fat tests for new OO FatFs library.
The new version of FatFs requires a minimum of 50 blocks on the device.
Also, some tests no longer make sense with an OO vfs.
Diffstat (limited to 'tests/extmod/vfs_fat_ramdisk.py.exp')
| -rw-r--r-- | tests/extmod/vfs_fat_ramdisk.py.exp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/extmod/vfs_fat_ramdisk.py.exp b/tests/extmod/vfs_fat_ramdisk.py.exp index eaf637199..095620f17 100644 --- a/tests/extmod/vfs_fat_ramdisk.py.exp +++ b/tests/extmod/vfs_fat_ramdisk.py.exp @@ -1,7 +1,6 @@ True True -True -statvfs: (512, 512, 14, 14, 14, 0, 0, 0, 0, 255) +statvfs: (512, 512, 16, 16, 16, 0, 0, 0, 0, 255) getcwd: /ramdisk True ['foo_file.txt'] @@ -14,6 +13,4 @@ getcwd: /ramdisk/foo_dir [] True getcwd: /ramdisk -True -True [b'foo_file.txt', b'foo_dir'] |
