mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Added more tests.
This commit is contained in:
@@ -100,7 +100,6 @@ namespace DiscImageChef.Tests.Filesystems
|
||||
int part = -1;
|
||||
for(int j = 0; j < partitions.Count; j++)
|
||||
{
|
||||
System.Console.WriteLine("{0}", partitions[j].PartitionType);
|
||||
if(partitions[j].PartitionType == "\"PFS\\1\"")
|
||||
{
|
||||
part = j;
|
||||
|
||||
Reference in New Issue
Block a user