mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: All refactor in DiscImageChef.Tests.
This commit is contained in:
@@ -38,7 +38,7 @@ namespace DiscImageChef.Tests.Filesystems
|
||||
{
|
||||
// Mising Darwin 6.0.2 wrapped
|
||||
[TestFixture]
|
||||
public class HFSPlus_MBR
|
||||
public class HfsPlusMbr
|
||||
{
|
||||
readonly string[] testfiles =
|
||||
{
|
||||
@@ -92,7 +92,7 @@ namespace DiscImageChef.Tests.Filesystems
|
||||
|
||||
Assert.AreNotEqual(-1, part, $"Partition not found on {testfiles[i]}");
|
||||
Assert.AreEqual(true, fs.Identify(image, partitions[part]), testfiles[i]);
|
||||
fs.GetInformation(image, partitions[part], out string information);
|
||||
fs.GetInformation(image, partitions[part], out _);
|
||||
Assert.AreEqual(clusters[i], fs.XmlFSType.Clusters, testfiles[i]);
|
||||
Assert.AreEqual(clustersize[i], fs.XmlFSType.ClusterSize, testfiles[i]);
|
||||
Assert.AreEqual("HFS+", fs.XmlFSType.Type, testfiles[i]);
|
||||
|
||||
Reference in New Issue
Block a user