mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code cleanup.
This commit is contained in:
@@ -2606,8 +2606,9 @@ namespace Aaru.Tests.Filesystems
|
||||
|
||||
var wholePart = new Partition
|
||||
{
|
||||
Name = "Whole device", Length = image.Info.Sectors,
|
||||
Size = image.Info.Sectors * image.Info.SectorSize
|
||||
Name = "Whole device",
|
||||
Length = image.Info.Sectors,
|
||||
Size = image.Info.Sectors * image.Info.SectorSize
|
||||
};
|
||||
|
||||
Assert.AreEqual(true, fs.Identify(image, wholePart), testfiles[i]);
|
||||
@@ -2958,8 +2959,9 @@ namespace Aaru.Tests.Filesystems
|
||||
|
||||
var wholePart = new Partition
|
||||
{
|
||||
Name = "Whole device", Length = image.Info.Sectors,
|
||||
Size = image.Info.Sectors * image.Info.SectorSize
|
||||
Name = "Whole device",
|
||||
Length = image.Info.Sectors,
|
||||
Size = image.Info.Sectors * image.Info.SectorSize
|
||||
};
|
||||
|
||||
Assert.AreEqual(true, fs.Identify(image, wholePart), testfiles[i]);
|
||||
|
||||
Reference in New Issue
Block a user