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

@@ -97,6 +97,7 @@ namespace DiscImageChef.Tests.Filesystems
}
}
}
[TestFixture]
public class HfsxGpt
{
@@ -150,7 +151,8 @@ namespace DiscImageChef.Tests.Filesystems
}
}
}
[TestFixture]
[TestFixture]
public class HfsxMbr
{
readonly string[] testfiles =
@@ -208,5 +210,4 @@ namespace DiscImageChef.Tests.Filesystems
}
}
}
}