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:
@@ -36,7 +36,7 @@ using NUnit.Framework;
|
||||
namespace DiscImageChef.Tests.Partitions
|
||||
{
|
||||
[TestFixture]
|
||||
public class BSD
|
||||
public class Bsd
|
||||
{
|
||||
readonly string[] testfiles =
|
||||
{"parted.vdi.lz", "netbsd_1.6.vdi.lz", "netbsd_6.1.5.vdi.lz", "netbsd_7.1.vdi.lz"};
|
||||
|
||||
@@ -36,7 +36,7 @@ using NUnit.Framework;
|
||||
namespace DiscImageChef.Tests.Partitions
|
||||
{
|
||||
[TestFixture]
|
||||
public class GPT
|
||||
public class Gpt
|
||||
{
|
||||
readonly string[] testfiles = {"linux.vdi.lz", "parted.vdi.lz"};
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ using NUnit.Framework;
|
||||
namespace DiscImageChef.Tests.Partitions
|
||||
{
|
||||
[TestFixture]
|
||||
public class MBR
|
||||
public class Mbr
|
||||
{
|
||||
readonly string[] testfiles =
|
||||
{
|
||||
|
||||
@@ -36,7 +36,7 @@ using NUnit.Framework;
|
||||
namespace DiscImageChef.Tests.Partitions
|
||||
{
|
||||
[TestFixture]
|
||||
public class MINIX
|
||||
public class Minix
|
||||
{
|
||||
readonly string[] testfiles = {"minix_3.1.2a.vdi.lz"};
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ using NUnit.Framework;
|
||||
namespace DiscImageChef.Tests.Partitions
|
||||
{
|
||||
[TestFixture]
|
||||
public class PC98
|
||||
public class Pc98
|
||||
{
|
||||
readonly string[] testfiles =
|
||||
{"msdos330.thd.lz", "msdos330_alt.thd.lz", "msdos500_epson.thd.lz", "msdos500.thd.lz", "msdos620.thd.lz"};
|
||||
|
||||
@@ -36,7 +36,7 @@ using NUnit.Framework;
|
||||
namespace DiscImageChef.Tests.Partitions
|
||||
{
|
||||
[TestFixture]
|
||||
public class RDB
|
||||
public class Rdb
|
||||
{
|
||||
readonly string[] testfiles = {"amigaos_3.9.vdi.lz", "amigaos_4.0.vdi.lz", "parted.vdi.lz"};
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ using NUnit.Framework;
|
||||
namespace DiscImageChef.Tests.Partitions
|
||||
{
|
||||
[TestFixture]
|
||||
public class SGI
|
||||
public class Sgi
|
||||
{
|
||||
readonly string[] testfiles = {"linux.vdi.lz", "parted.vdi.lz"};
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ using NUnit.Framework;
|
||||
namespace DiscImageChef.Tests.Partitions
|
||||
{
|
||||
[TestFixture]
|
||||
public class VTOC
|
||||
public class Vtoc
|
||||
{
|
||||
readonly string[] testfiles = {"att_unix_vtoc.vdi.lz"};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user