REFACTOR: Final cleanup of DiscImageChef.Tests.

This commit is contained in:
2017-12-24 04:58:06 +00:00
parent 7f3b1dfbb7
commit 498ec65ed9
28 changed files with 63 additions and 36 deletions

View File

@@ -1468,28 +1468,12 @@ namespace DiscImageChef.Tests.Partitions
// PC-DOS 3.00
new[]
{
new Partition
{
Description = null,
Name = null,
Type = "0x01",
Length = 66465,
Sequence = 0,
Start = 63
}
new Partition {Description = null, Name = null, Type = "0x01", Length = 66465, Sequence = 0, Start = 63}
},
// PC-DOS 3.10
new[]
{
new Partition
{
Description = null,
Name = null,
Type = "0x01",
Length = 66465,
Sequence = 0,
Start = 63
}
new Partition {Description = null, Name = null, Type = "0x01", Length = 66465, Sequence = 0, Start = 63}
},
// PC-DOS 3.30
new[]