mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Set proper values for Amstrad +3DOS unit test.
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Aaru.Tests.Filesystems.CPM
|
||||
Sectors = 360,
|
||||
SectorSize = 512,
|
||||
Bootable = true,
|
||||
Clusters = 180,
|
||||
Clusters = 359,
|
||||
ClusterSize = 1024
|
||||
},
|
||||
new FileSystemTest
|
||||
@@ -61,7 +61,7 @@ namespace Aaru.Tests.Filesystems.CPM
|
||||
Sectors = 360,
|
||||
SectorSize = 512,
|
||||
Bootable = true,
|
||||
Clusters = 180,
|
||||
Clusters = 359,
|
||||
ClusterSize = 1024
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user