From 8b5e23a6934928fa6ad0f9d245ef2d8253417f2a Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 13 Nov 2022 05:48:58 +0000 Subject: [PATCH] Use proper mount point for test files. --- Aaru.Tests/Checksums/Adler32.cs | 20 +++++++++---------- Aaru.Tests/Checksums/CRC16CCITT.cs | 20 +++++++++---------- Aaru.Tests/Checksums/CRC16IBM.cs | 20 +++++++++---------- Aaru.Tests/Checksums/CRC32.cs | 20 +++++++++---------- Aaru.Tests/Checksums/CRC64.cs | 20 +++++++++---------- Aaru.Tests/Checksums/MD5.cs | 12 +++++------ Aaru.Tests/Checksums/SHA1.cs | 12 +++++------ Aaru.Tests/Checksums/SHA256.cs | 12 +++++------ Aaru.Tests/Checksums/SHA384.cs | 12 +++++------ Aaru.Tests/Checksums/SHA512.cs | 12 +++++------ Aaru.Tests/Checksums/SpamSum.cs | 8 ++++---- Aaru.Tests/Consts.cs | 4 +++- Aaru.Tests/Devices/IomegaJaz.cs | 2 +- Aaru.Tests/Devices/LS120.cs | 2 +- Aaru.Tests/Devices/PocketZip.cs | 2 +- Aaru.Tests/Filesystems/ADFS.cs | 2 +- Aaru.Tests/Filesystems/AFFS/APM.cs | 2 +- Aaru.Tests/Filesystems/AFFS/MBR+RDB.cs | 2 +- Aaru.Tests/Filesystems/AFFS/MBR.cs | 2 +- Aaru.Tests/Filesystems/AFFS/RDB.cs | 2 +- Aaru.Tests/Filesystems/AFFS/Whole.cs | 2 +- Aaru.Tests/Filesystems/AFFS2/APM.cs | 2 +- Aaru.Tests/Filesystems/AFFS2/RDB.cs | 2 +- Aaru.Tests/Filesystems/AFS/MBR.cs | 2 +- Aaru.Tests/Filesystems/AFS/Whole.cs | 2 +- Aaru.Tests/Filesystems/AOFS/MBR+RDB.cs | 2 +- Aaru.Tests/Filesystems/AOFS/MBR.cs | 2 +- Aaru.Tests/Filesystems/AOFS/RDB.cs | 2 +- Aaru.Tests/Filesystems/AOFS/Whole.cs | 2 +- Aaru.Tests/Filesystems/Atheos.cs | 2 +- Aaru.Tests/Filesystems/BeFS/APM.cs | 2 +- Aaru.Tests/Filesystems/BeFS/GPT.cs | 2 +- Aaru.Tests/Filesystems/BeFS/MBR.cs | 2 +- Aaru.Tests/Filesystems/BeFS/Whole.cs | 2 +- Aaru.Tests/Filesystems/COHERENT/MBR.cs | 2 +- Aaru.Tests/Filesystems/COHERENT/Whole.cs | 2 +- Aaru.Tests/Filesystems/CPM/AMSDOS.cs | 2 +- Aaru.Tests/Filesystems/CPM/AmstradCPM.cs | 2 +- Aaru.Tests/Filesystems/CPM/AmstradCPMPlus.cs | 2 +- Aaru.Tests/Filesystems/CPM/Attache.cs | 2 +- Aaru.Tests/Filesystems/CPM/Bondwell.cs | 2 +- Aaru.Tests/Filesystems/CPM/Excalibur64.cs | 2 +- Aaru.Tests/Filesystems/CPM/KayproII.cs | 2 +- Aaru.Tests/Filesystems/CPM/ParaDOS.cs | 2 +- Aaru.Tests/Filesystems/CPM/Plus3DOS.cs | 2 +- Aaru.Tests/Filesystems/CPM/ROMDOS.cs | 2 +- .../Filesystems/CPM/SharpPersonalCPM.cs | 2 +- Aaru.Tests/Filesystems/CPM/XtalDOS.cs | 2 +- Aaru.Tests/Filesystems/DTFS/MBR.cs | 2 +- Aaru.Tests/Filesystems/DTFS/Whole.cs | 2 +- Aaru.Tests/Filesystems/EAFS/MBR.cs | 2 +- Aaru.Tests/Filesystems/EAFS/Whole.cs | 2 +- Aaru.Tests/Filesystems/F2FS.cs | 2 +- Aaru.Tests/Filesystems/FAT12/APM.cs | 2 +- Aaru.Tests/Filesystems/FAT12/GPT.cs | 2 +- Aaru.Tests/Filesystems/FAT12/Human.cs | 2 +- Aaru.Tests/Filesystems/FAT12/MBR.cs | 2 +- Aaru.Tests/Filesystems/FAT12/Whole.cs | 2 +- Aaru.Tests/Filesystems/FAT16/APM.cs | 2 +- Aaru.Tests/Filesystems/FAT16/Atari.cs | 2 +- Aaru.Tests/Filesystems/FAT16/GPT.cs | 2 +- Aaru.Tests/Filesystems/FAT16/Human.cs | 2 +- Aaru.Tests/Filesystems/FAT16/MBR.cs | 2 +- Aaru.Tests/Filesystems/FAT16/RDB.cs | 2 +- Aaru.Tests/Filesystems/FAT16/Whole.cs | 2 +- Aaru.Tests/Filesystems/FAT32/APM.cs | 2 +- Aaru.Tests/Filesystems/FAT32/GPT.cs | 2 +- Aaru.Tests/Filesystems/FAT32/MBR.cs | 2 +- Aaru.Tests/Filesystems/FAT32/Whole.cs | 2 +- Aaru.Tests/Filesystems/FATX/Xbox.cs | 2 +- Aaru.Tests/Filesystems/FATX/Xbox360.cs | 2 +- Aaru.Tests/Filesystems/HAMMER.cs | 2 +- Aaru.Tests/Filesystems/HFS+/APM.cs | 2 +- Aaru.Tests/Filesystems/HFS+/GPT.cs | 2 +- Aaru.Tests/Filesystems/HFS+/MBR.cs | 2 +- Aaru.Tests/Filesystems/HFS/APM.cs | 2 +- Aaru.Tests/Filesystems/HFS/MBR.cs | 2 +- Aaru.Tests/Filesystems/HFS/Optical.cs | 2 +- Aaru.Tests/Filesystems/HFS/RDB.cs | 2 +- Aaru.Tests/Filesystems/HFS/Whole.cs | 2 +- Aaru.Tests/Filesystems/HFSX/APM.cs | 2 +- Aaru.Tests/Filesystems/HFSX/GPT.cs | 2 +- Aaru.Tests/Filesystems/HFSX/MBR.cs | 2 +- Aaru.Tests/Filesystems/HPFS.cs | 2 +- Aaru.Tests/Filesystems/HPOFS.cs | 2 +- Aaru.Tests/Filesystems/HTFS/MBR.cs | 2 +- Aaru.Tests/Filesystems/HTFS/Whole.cs | 2 +- Aaru.Tests/Filesystems/ISO9660.cs | 2 +- Aaru.Tests/Filesystems/JFS2.cs | 2 +- Aaru.Tests/Filesystems/LisaFS.cs | 2 +- Aaru.Tests/Filesystems/Locus.cs | 2 +- Aaru.Tests/Filesystems/MFS.cs | 2 +- Aaru.Tests/Filesystems/MINIX/V1/MBR.cs | 2 +- Aaru.Tests/Filesystems/MINIX/V1/Whole.cs | 2 +- Aaru.Tests/Filesystems/MINIX/V2/MBR.cs | 2 +- Aaru.Tests/Filesystems/MINIX/V2/Whole.cs | 2 +- Aaru.Tests/Filesystems/MINIX/V3/MBR.cs | 2 +- Aaru.Tests/Filesystems/MINIX/V3/Whole.cs | 2 +- Aaru.Tests/Filesystems/NILFS2.cs | 2 +- Aaru.Tests/Filesystems/NTFS/GPT.cs | 2 +- Aaru.Tests/Filesystems/NTFS/MBR.cs | 2 +- Aaru.Tests/Filesystems/PFS3/APM.cs | 2 +- Aaru.Tests/Filesystems/PFS3/RDB.cs | 2 +- Aaru.Tests/Filesystems/ProDOS/APM.cs | 2 +- Aaru.Tests/Filesystems/QNX4/MBR.cs | 2 +- Aaru.Tests/Filesystems/QNX4/Whole.cs | 2 +- Aaru.Tests/Filesystems/ReFS.cs | 2 +- Aaru.Tests/Filesystems/Reiser3.cs | 2 +- Aaru.Tests/Filesystems/Reiser4.cs | 2 +- Aaru.Tests/Filesystems/SFS/APM.cs | 2 +- Aaru.Tests/Filesystems/SFS/MBR+RDB.cs | 2 +- Aaru.Tests/Filesystems/SFS/MBR.cs | 2 +- Aaru.Tests/Filesystems/SFS/RDB.cs | 2 +- Aaru.Tests/Filesystems/SysV/MBR.cs | 2 +- Aaru.Tests/Filesystems/SysV/RDB.cs | 2 +- Aaru.Tests/Filesystems/SysV/Whole.cs | 2 +- Aaru.Tests/Filesystems/UDF/1.02/Whole.cs | 2 +- Aaru.Tests/Filesystems/UDF/1.50/Optical.cs | 2 +- Aaru.Tests/Filesystems/UDF/1.50/Whole.cs | 2 +- Aaru.Tests/Filesystems/UDF/2.00/Optical.cs | 2 +- Aaru.Tests/Filesystems/UDF/2.00/Whole.cs | 2 +- Aaru.Tests/Filesystems/UDF/2.01/Optical.cs | 2 +- Aaru.Tests/Filesystems/UDF/2.01/Whole.cs | 2 +- Aaru.Tests/Filesystems/UDF/2.50/Whole.cs | 2 +- Aaru.Tests/Filesystems/UDF/2.60/Whole.cs | 2 +- Aaru.Tests/Filesystems/UFS/APM.cs | 2 +- Aaru.Tests/Filesystems/UFS/MBR.cs | 2 +- Aaru.Tests/Filesystems/UFS/NeXT Floppy.cs | 2 +- Aaru.Tests/Filesystems/UFS/NeXT.cs | 2 +- Aaru.Tests/Filesystems/UFS/RDB.cs | 2 +- Aaru.Tests/Filesystems/UFS/Sun i86.cs | 2 +- Aaru.Tests/Filesystems/UFS/Whole.cs | 2 +- Aaru.Tests/Filesystems/UNIXBFS/MBR.cs | 2 +- Aaru.Tests/Filesystems/UNIXBFS/RDB.cs | 2 +- Aaru.Tests/Filesystems/UNIXBFS/Whole.cs | 2 +- Aaru.Tests/Filesystems/XENIX/MBR.cs | 2 +- Aaru.Tests/Filesystems/XENIX/Whole.cs | 2 +- Aaru.Tests/Filesystems/XFS.cs | 2 +- Aaru.Tests/Filesystems/Xia.cs | 2 +- Aaru.Tests/Filesystems/ZFS.cs | 2 +- Aaru.Tests/Filesystems/btrfs.cs | 2 +- Aaru.Tests/Filesystems/exFAT/APM.cs | 2 +- Aaru.Tests/Filesystems/exFAT/GPT.cs | 2 +- Aaru.Tests/Filesystems/exFAT/MBR.cs | 2 +- Aaru.Tests/Filesystems/ext.cs | 2 +- Aaru.Tests/Filesystems/ext2.cs | 2 +- Aaru.Tests/Filters/AppleDoubleDave.cs | 4 ++-- Aaru.Tests/Filters/AppleDoubleDos.cs | 4 ++-- Aaru.Tests/Filters/AppleDoubleNetatalk.cs | 4 ++-- Aaru.Tests/Filters/AppleDoubleOsX.cs | 4 ++-- Aaru.Tests/Filters/AppleDoubleProDos.cs | 4 ++-- Aaru.Tests/Filters/AppleDoubleUnAr.cs | 4 ++-- Aaru.Tests/Filters/AppleDoubleUnix.cs | 4 ++-- Aaru.Tests/Filters/AppleSingle.cs | 2 +- Aaru.Tests/Filters/BZip2.cs | 2 +- Aaru.Tests/Filters/GZip.cs | 2 +- Aaru.Tests/Filters/LZip.cs | 2 +- Aaru.Tests/Filters/MacBinary1.cs | 2 +- Aaru.Tests/Filters/MacBinary2.cs | 2 +- Aaru.Tests/Filters/MacBinary3.cs | 2 +- Aaru.Tests/Filters/PCExchange.cs | 4 ++-- Aaru.Tests/Filters/XZ.cs | 2 +- Aaru.Tests/Images/2MG.cs | 2 +- Aaru.Tests/Images/AaruFormat/Tape/V1.cs | 2 +- Aaru.Tests/Images/AaruFormat/V1.cs | 2 +- Aaru.Tests/Images/Alcohol120.cs | 2 +- Aaru.Tests/Images/Anex86.cs | 2 +- Aaru.Tests/Images/AppleDOS/DOS.cs | 2 +- Aaru.Tests/Images/AppleDOS/DOS32.cs | 2 +- Aaru.Tests/Images/AppleDOS/ProDOS.cs | 2 +- Aaru.Tests/Images/AppleNIB.cs | 2 +- Aaru.Tests/Images/Apridisk.cs | 2 +- Aaru.Tests/Images/BlindWrite4.cs | 2 +- Aaru.Tests/Images/BlindWrite5.cs | 2 +- Aaru.Tests/Images/BlindWrite6.cs | 2 +- Aaru.Tests/Images/BlindWrite7.cs | 2 +- Aaru.Tests/Images/CDRWin.cs | 2 +- Aaru.Tests/Images/CDRWin10.cs | 2 +- Aaru.Tests/Images/CPCDSK.cs | 2 +- Aaru.Tests/Images/CisCopy/Uncompressed.cs | 2 +- Aaru.Tests/Images/CloneCD.cs | 2 +- Aaru.Tests/Images/Commodore64/D64.cs | 2 +- Aaru.Tests/Images/Commodore64/D81.cs | 2 +- Aaru.Tests/Images/CopyQM.cs | 2 +- Aaru.Tests/Images/CopyTape.cs | 2 +- Aaru.Tests/Images/D88.cs | 2 +- Aaru.Tests/Images/DART.cs | 2 +- Aaru.Tests/Images/DiscJuggler.cs | 2 +- Aaru.Tests/Images/DiskCopy42.cs | 2 +- Aaru.Tests/Images/DiskCopy633/DiskCopy42.cs | 2 +- Aaru.Tests/Images/DiskCopy633/NDIF/ROCo.cs | 2 +- Aaru.Tests/Images/DiskCopy633/NDIF/RdWr.cs | 2 +- Aaru.Tests/Images/DiskCopy633/NDIF/Rdxx.cs | 2 +- Aaru.Tests/Images/DiskCopy65/UDCO.cs | 2 +- Aaru.Tests/Images/DiskCopy65/UDCo_obsolete.cs | 2 +- Aaru.Tests/Images/DiskCopy65/UDRAW.cs | 2 +- Aaru.Tests/Images/DiskCopy65/UDRO.cs | 2 +- Aaru.Tests/Images/DiskCopy65/UDRo_obsolete.cs | 2 +- Aaru.Tests/Images/DiskDupe.cs | 2 +- .../Images/DiskImagesFramework/DiskCopy42.cs | 2 +- .../Images/DiskImagesFramework/NDIF/ROCo.cs | 2 +- .../Images/DiskImagesFramework/NDIF/RdWr.cs | 2 +- .../Images/DiskImagesFramework/NDIF/Rdxx.cs | 2 +- .../Images/DiskImagesFramework/UDIF/IPOD.cs | 2 +- .../Images/DiskImagesFramework/UDIF/UDBZ.cs | 2 +- .../Images/DiskImagesFramework/UDIF/UDCO.cs | 2 +- .../Images/DiskImagesFramework/UDIF/UDRO.cs | 2 +- .../Images/DiskImagesFramework/UDIF/UDRW.cs | 2 +- .../Images/DiskImagesFramework/UDIF/UDTO.cs | 2 +- .../Images/DiskImagesFramework/UDIF/UDZO.cs | 2 +- .../Images/DiskImagesFramework/UDIF/UFBI.cs | 2 +- .../Images/DiskImagesFramework/UDIF/ULMO.cs | 2 +- Aaru.Tests/Images/DiskUtilities/ImageDisk.cs | 2 +- Aaru.Tests/Images/DiskUtilities/Raw.cs | 2 +- Aaru.Tests/Images/DriDiskCopy.cs | 2 +- Aaru.Tests/Images/GameJack6.cs | 2 +- Aaru.Tests/Images/HDCopy.cs | 2 +- Aaru.Tests/Images/HxC/ImageDisk.cs | 2 +- Aaru.Tests/Images/HxC/Raw.cs | 2 +- Aaru.Tests/Images/HyperV.cs | 2 +- Aaru.Tests/Images/ImageDisk.cs | 2 +- Aaru.Tests/Images/IsoBuster/Cuesheet.cs | 2 +- Aaru.Tests/Images/KryoFlux/Raw.cs | 2 +- Aaru.Tests/Images/Lisa/Raw.cs | 2 +- Aaru.Tests/Images/MAME/v1.cs | 2 +- Aaru.Tests/Images/MAME/v3.cs | 2 +- Aaru.Tests/Images/MAME/v4.cs | 2 +- Aaru.Tests/Images/MAME/v5/compressed.cs | 2 +- Aaru.Tests/Images/MAME/v5/uncompressed.cs | 2 +- Aaru.Tests/Images/MagicISO/Cuesheet.cs | 2 +- Aaru.Tests/Images/MagicISO/Nero.cs | 2 +- Aaru.Tests/Images/MaxiDisk.cs | 2 +- Aaru.Tests/Images/NHDr0.cs | 2 +- Aaru.Tests/Images/Nero/V1.cs | 2 +- Aaru.Tests/Images/Nero/V2.cs | 2 +- Aaru.Tests/Images/PowerISO/Cuesheet.cs | 2 +- Aaru.Tests/Images/QEMU/HyperV.cs | 2 +- Aaru.Tests/Images/QEMU/Parallels.cs | 2 +- Aaru.Tests/Images/QEMU/QCOW.cs | 2 +- Aaru.Tests/Images/QEMU/QCOW2.cs | 2 +- Aaru.Tests/Images/QEMU/QCOW3.cs | 2 +- Aaru.Tests/Images/QEMU/QED.cs | 2 +- Aaru.Tests/Images/QEMU/Raw.cs | 2 +- Aaru.Tests/Images/QEMU/VMware5.cs | 2 +- Aaru.Tests/Images/QEMU/VMware6.cs | 2 +- Aaru.Tests/Images/QEMU/VirtualBox.cs | 2 +- Aaru.Tests/Images/QEMU/VirtualPC.cs | 2 +- Aaru.Tests/Images/RayDIM.cs | 2 +- Aaru.Tests/Images/RsIde.cs | 2 +- Aaru.Tests/Images/SaveDskF.cs | 2 +- Aaru.Tests/Images/ShrinkWrap/DiskCopy42.cs | 2 +- Aaru.Tests/Images/ShrinkWrap/DiskDup.cs | 2 +- Aaru.Tests/Images/ShrinkWrap/NDIF/ROCo.cs | 2 +- Aaru.Tests/Images/ShrinkWrap/NDIF/RdWr.cs | 2 +- Aaru.Tests/Images/ShrinkWrap/NDIF/Rdxx.cs | 2 +- Aaru.Tests/Images/ShrinkWrap/Raw.cs | 2 +- Aaru.Tests/Images/TeleDisk.cs | 2 +- Aaru.Tests/Images/Toast.cs | 2 +- Aaru.Tests/Images/UltraISO/Alcohol.cs | 2 +- Aaru.Tests/Images/UltraISO/CloneCD.cs | 2 +- Aaru.Tests/Images/UltraISO/Cuesheet.cs | 2 +- Aaru.Tests/Images/UltraISO/Nero.cs | 2 +- Aaru.Tests/Images/Virtual98.cs | 2 +- Aaru.Tests/Images/VirtualBox/VirtualPC.cs | 2 +- Aaru.Tests/Images/VirtualPC/Raw.cs | 2 +- Aaru.Tests/Images/VirtualPC/VirtualPC.cs | 2 +- Aaru.Tests/Images/cdrdao/cooked/nosub.cs | 2 +- Aaru.Tests/Images/cdrdao/cooked/rw.cs | 2 +- Aaru.Tests/Images/cdrdao/cooked/rw_raw.cs | 2 +- Aaru.Tests/Images/cdrdao/raw/nosub.cs | 2 +- Aaru.Tests/Images/cdrdao/raw/rw.cs | 2 +- Aaru.Tests/Images/cdrdao/raw/rw_raw.cs | 2 +- Aaru.Tests/Images/partclone.cs | 2 +- Aaru.Tests/Images/pce/DiskCopy42.cs | 2 +- Aaru.Tests/Images/pce/ImageDisk.cs | 2 +- Aaru.Tests/Images/pce/TeleDisk.cs | 2 +- Aaru.Tests/Images/pce/XDF.cs | 2 +- Aaru.Tests/Images/pce/raw.cs | 2 +- Aaru.Tests/Issues/176.cs | 2 +- Aaru.Tests/Issues/257.cs | 2 +- Aaru.Tests/Issues/263/AaruFormat.cs | 2 +- Aaru.Tests/Issues/263/Raw.cs | 2 +- Aaru.Tests/Issues/266.cs | 2 +- Aaru.Tests/Issues/286.cs | 2 +- Aaru.Tests/Issues/288/18Wheeler.cs | 2 +- Aaru.Tests/Issues/288/ArcadeHits.cs | 2 +- Aaru.Tests/Issues/288/Roadsters.cs | 2 +- Aaru.Tests/Issues/299.cs | 2 +- Aaru.Tests/Issues/300.cs | 2 +- Aaru.Tests/Issues/325.cs | 2 +- Aaru.Tests/Issues/338.cs | 2 +- Aaru.Tests/Issues/358.cs | 2 +- Aaru.Tests/Issues/360.cs | 2 +- Aaru.Tests/Issues/379.cs | 2 +- Aaru.Tests/Issues/398.cs | 2 +- Aaru.Tests/Issues/410.cs | 2 +- Aaru.Tests/Issues/411.cs | 2 +- Aaru.Tests/Issues/441.cs | 2 +- Aaru.Tests/Issues/448.cs | 2 +- Aaru.Tests/Issues/449.cs | 2 +- Aaru.Tests/Issues/450.cs | 2 +- Aaru.Tests/Issues/495.cs | 2 +- Aaru.Tests/Issues/531.cs | 2 +- Aaru.Tests/Issues/542/Sims.cs | 2 +- Aaru.Tests/Issues/542/SimsEP.cs | 2 +- Aaru.Tests/Issues/584.cs | 2 +- .../590/asus-driver-gpu-tweak-v1231-2014.cs | 2 +- Aaru.Tests/Issues/590/m5a99fx.cs | 2 +- Aaru.Tests/Issues/590/win3.cs | 2 +- Aaru.Tests/Issues/623.cs | 2 +- Aaru.Tests/Issues/624.cs | 2 +- Aaru.Tests/Issues/625.cs | 2 +- Aaru.Tests/Partitions/Acorn.cs | 2 +- Aaru.Tests/Partitions/AppleMap.cs | 2 +- Aaru.Tests/Partitions/Atari.cs | 2 +- Aaru.Tests/Partitions/BSD.cs | 2 +- Aaru.Tests/Partitions/GPT.cs | 2 +- Aaru.Tests/Partitions/MBR.cs | 2 +- Aaru.Tests/Partitions/MINIX.cs | 2 +- Aaru.Tests/Partitions/PC98.cs | 2 +- Aaru.Tests/Partitions/RDB.cs | 2 +- Aaru.Tests/Partitions/SGI.cs | 2 +- Aaru.Tests/Partitions/Sun.cs | 2 +- Aaru.Tests/Partitions/VTOC.cs | 2 +- Aaru.Tests/Partitions/Xbox.cs | 2 +- .../WritableImages/AaruFormat/V1/FromAaru.cs | 2 +- Aaru.Tests/WritableImages/Alcohol/FromAaru.cs | 2 +- Aaru.Tests/WritableImages/CDRDAO/FromAaru.cs | 2 +- Aaru.Tests/WritableImages/CDRWin/FromAaru.cs | 2 +- Aaru.Tests/WritableImages/CloneCD/FromAaru.cs | 2 +- 330 files changed, 413 insertions(+), 411 deletions(-) diff --git a/Aaru.Tests/Checksums/Adler32.cs b/Aaru.Tests/Checksums/Adler32.cs index 8c7224633..7837a4719 100644 --- a/Aaru.Tests/Checksums/Adler32.cs +++ b/Aaru.Tests/Checksums/Adler32.cs @@ -71,7 +71,7 @@ public class Adler32 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -84,7 +84,7 @@ public class Adler32 [Test] public void EmptyFile() { - byte[] result = Adler32Context.File(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty")); + byte[] result = Adler32Context.File(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty")); result.Should().BeEquivalentTo(_expectedEmpty); } @@ -93,7 +93,7 @@ public class Adler32 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -110,7 +110,7 @@ public class Adler32 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -123,7 +123,7 @@ public class Adler32 [Test] public void RandomFile() { - byte[] result = Adler32Context.File(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random")); + byte[] result = Adler32Context.File(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random")); result.Should().BeEquivalentTo(_expectedRandom); } @@ -132,7 +132,7 @@ public class Adler32 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -149,7 +149,7 @@ public class Adler32 { var data = new byte[15]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 15); @@ -166,7 +166,7 @@ public class Adler32 { var data = new byte[31]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 31); @@ -183,7 +183,7 @@ public class Adler32 { var data = new byte[63]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 63); @@ -200,7 +200,7 @@ public class Adler32 { var data = new byte[2352]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 2352); diff --git a/Aaru.Tests/Checksums/CRC16CCITT.cs b/Aaru.Tests/Checksums/CRC16CCITT.cs index a20b85f5a..187027e81 100644 --- a/Aaru.Tests/Checksums/CRC16CCITT.cs +++ b/Aaru.Tests/Checksums/CRC16CCITT.cs @@ -66,7 +66,7 @@ public class Crc16Ccitt { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -79,7 +79,7 @@ public class Crc16Ccitt [Test] public void EmptyFile() { - byte[] result = CRC16CCITTContext.File(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty")); + byte[] result = CRC16CCITTContext.File(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty")); result.Should().BeEquivalentTo(_expectedEmpty); } @@ -89,7 +89,7 @@ public class Crc16Ccitt { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -106,7 +106,7 @@ public class Crc16Ccitt { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -119,7 +119,7 @@ public class Crc16Ccitt [Test] public void RandomFile() { - byte[] result = CRC16CCITTContext.File(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random")); + byte[] result = CRC16CCITTContext.File(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random")); result.Should().BeEquivalentTo(_expectedRandom); } @@ -129,7 +129,7 @@ public class Crc16Ccitt { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -146,7 +146,7 @@ public class Crc16Ccitt { var data = new byte[15]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 15); @@ -163,7 +163,7 @@ public class Crc16Ccitt { var data = new byte[31]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 31); @@ -180,7 +180,7 @@ public class Crc16Ccitt { var data = new byte[63]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 63); @@ -197,7 +197,7 @@ public class Crc16Ccitt { var data = new byte[2352]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 2352); diff --git a/Aaru.Tests/Checksums/CRC16IBM.cs b/Aaru.Tests/Checksums/CRC16IBM.cs index 4290fed38..46681a898 100644 --- a/Aaru.Tests/Checksums/CRC16IBM.cs +++ b/Aaru.Tests/Checksums/CRC16IBM.cs @@ -67,7 +67,7 @@ public class Crc16Ibm { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -80,7 +80,7 @@ public class Crc16Ibm [Test] public void EmptyFile() { - byte[] result = CRC16IBMContext.File(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty")); + byte[] result = CRC16IBMContext.File(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty")); result.Should().BeEquivalentTo(_expectedEmpty); } @@ -90,7 +90,7 @@ public class Crc16Ibm { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -107,7 +107,7 @@ public class Crc16Ibm { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -120,7 +120,7 @@ public class Crc16Ibm [Test] public void RandomFile() { - byte[] result = CRC16IBMContext.File(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random")); + byte[] result = CRC16IBMContext.File(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random")); result.Should().BeEquivalentTo(_expectedRandom); } @@ -130,7 +130,7 @@ public class Crc16Ibm { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -147,7 +147,7 @@ public class Crc16Ibm { var data = new byte[15]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 15); @@ -164,7 +164,7 @@ public class Crc16Ibm { var data = new byte[31]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 31); @@ -181,7 +181,7 @@ public class Crc16Ibm { var data = new byte[63]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 63); @@ -198,7 +198,7 @@ public class Crc16Ibm { var data = new byte[2352]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 2352); diff --git a/Aaru.Tests/Checksums/CRC32.cs b/Aaru.Tests/Checksums/CRC32.cs index 98f9d727b..e5a2e301d 100644 --- a/Aaru.Tests/Checksums/CRC32.cs +++ b/Aaru.Tests/Checksums/CRC32.cs @@ -67,7 +67,7 @@ public class Crc32 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -80,7 +80,7 @@ public class Crc32 [Test] public void EmptyFile() { - byte[] result = Crc32Context.File(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty")); + byte[] result = Crc32Context.File(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty")); result.Should().BeEquivalentTo(_expectedEmpty); } @@ -89,7 +89,7 @@ public class Crc32 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -106,7 +106,7 @@ public class Crc32 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -119,7 +119,7 @@ public class Crc32 [Test] public void RandomFile() { - byte[] result = Crc32Context.File(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random")); + byte[] result = Crc32Context.File(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random")); result.Should().BeEquivalentTo(_expectedRandom); } @@ -128,7 +128,7 @@ public class Crc32 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -145,7 +145,7 @@ public class Crc32 { var data = new byte[15]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 15); @@ -162,7 +162,7 @@ public class Crc32 { var data = new byte[31]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 31); @@ -179,7 +179,7 @@ public class Crc32 { var data = new byte[63]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 63); @@ -196,7 +196,7 @@ public class Crc32 { var data = new byte[2352]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 2352); diff --git a/Aaru.Tests/Checksums/CRC64.cs b/Aaru.Tests/Checksums/CRC64.cs index c53623777..2dc8e5d4d 100644 --- a/Aaru.Tests/Checksums/CRC64.cs +++ b/Aaru.Tests/Checksums/CRC64.cs @@ -67,7 +67,7 @@ public class Crc64 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -80,7 +80,7 @@ public class Crc64 [Test] public void EmptyFile() { - byte[] result = Crc64Context.File(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty")); + byte[] result = Crc64Context.File(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty")); result.Should().BeEquivalentTo(_expectedEmpty); } @@ -89,7 +89,7 @@ public class Crc64 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -106,7 +106,7 @@ public class Crc64 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -119,7 +119,7 @@ public class Crc64 [Test] public void RandomFile() { - byte[] result = Crc64Context.File(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random")); + byte[] result = Crc64Context.File(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random")); result.Should().BeEquivalentTo(_expectedRandom); } @@ -128,7 +128,7 @@ public class Crc64 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -145,7 +145,7 @@ public class Crc64 { var data = new byte[15]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 15); @@ -162,7 +162,7 @@ public class Crc64 { var data = new byte[31]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 31); @@ -179,7 +179,7 @@ public class Crc64 { var data = new byte[63]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 63); @@ -196,7 +196,7 @@ public class Crc64 { var data = new byte[2352]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 2352); diff --git a/Aaru.Tests/Checksums/MD5.cs b/Aaru.Tests/Checksums/MD5.cs index bda5f6c56..9a9f6e288 100644 --- a/Aaru.Tests/Checksums/MD5.cs +++ b/Aaru.Tests/Checksums/MD5.cs @@ -51,7 +51,7 @@ public class Md5 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -64,7 +64,7 @@ public class Md5 [Test] public void EmptyFile() { - byte[] result = Md5Context.File(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty")); + byte[] result = Md5Context.File(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty")); result.Should().BeEquivalentTo(_expectedEmpty); } @@ -73,7 +73,7 @@ public class Md5 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -90,7 +90,7 @@ public class Md5 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -103,7 +103,7 @@ public class Md5 [Test] public void RandomFile() { - byte[] result = Md5Context.File(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random")); + byte[] result = Md5Context.File(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random")); result.Should().BeEquivalentTo(_expectedRandom); } @@ -112,7 +112,7 @@ public class Md5 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); diff --git a/Aaru.Tests/Checksums/SHA1.cs b/Aaru.Tests/Checksums/SHA1.cs index 7504116e8..eee053887 100644 --- a/Aaru.Tests/Checksums/SHA1.cs +++ b/Aaru.Tests/Checksums/SHA1.cs @@ -53,7 +53,7 @@ public class Sha1 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -66,7 +66,7 @@ public class Sha1 [Test] public void EmptyFile() { - byte[] result = Sha1Context.File(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty")); + byte[] result = Sha1Context.File(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty")); result.Should().BeEquivalentTo(_expectedEmpty); } @@ -75,7 +75,7 @@ public class Sha1 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -92,7 +92,7 @@ public class Sha1 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -105,7 +105,7 @@ public class Sha1 [Test] public void RandomFile() { - byte[] result = Sha1Context.File(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random")); + byte[] result = Sha1Context.File(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random")); result.Should().BeEquivalentTo(_expectedRandom); } @@ -114,7 +114,7 @@ public class Sha1 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); diff --git a/Aaru.Tests/Checksums/SHA256.cs b/Aaru.Tests/Checksums/SHA256.cs index 1f19dc198..9e4324236 100644 --- a/Aaru.Tests/Checksums/SHA256.cs +++ b/Aaru.Tests/Checksums/SHA256.cs @@ -53,7 +53,7 @@ public class Sha256 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -66,7 +66,7 @@ public class Sha256 [Test] public void EmptyFile() { - byte[] result = Sha256Context.File(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty")); + byte[] result = Sha256Context.File(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty")); result.Should().BeEquivalentTo(_expectedEmpty); } @@ -75,7 +75,7 @@ public class Sha256 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -92,7 +92,7 @@ public class Sha256 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -105,7 +105,7 @@ public class Sha256 [Test] public void RandomFile() { - byte[] result = Sha256Context.File(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random")); + byte[] result = Sha256Context.File(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random")); result.Should().BeEquivalentTo(_expectedRandom); } @@ -114,7 +114,7 @@ public class Sha256 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); diff --git a/Aaru.Tests/Checksums/SHA384.cs b/Aaru.Tests/Checksums/SHA384.cs index 5a7f3b959..5b212a70d 100644 --- a/Aaru.Tests/Checksums/SHA384.cs +++ b/Aaru.Tests/Checksums/SHA384.cs @@ -55,7 +55,7 @@ public class Sha384 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -68,7 +68,7 @@ public class Sha384 [Test] public void EmptyFile() { - byte[] result = Sha384Context.File(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty")); + byte[] result = Sha384Context.File(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty")); result.Should().BeEquivalentTo(_expectedEmpty); } @@ -77,7 +77,7 @@ public class Sha384 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -94,7 +94,7 @@ public class Sha384 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -107,7 +107,7 @@ public class Sha384 [Test] public void RandomFile() { - byte[] result = Sha384Context.File(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random")); + byte[] result = Sha384Context.File(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random")); result.Should().BeEquivalentTo(_expectedRandom); } @@ -116,7 +116,7 @@ public class Sha384 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); diff --git a/Aaru.Tests/Checksums/SHA512.cs b/Aaru.Tests/Checksums/SHA512.cs index 85eeb5630..617ea7a0b 100644 --- a/Aaru.Tests/Checksums/SHA512.cs +++ b/Aaru.Tests/Checksums/SHA512.cs @@ -57,7 +57,7 @@ public class Sha512 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -70,7 +70,7 @@ public class Sha512 [Test] public void EmptyFile() { - byte[] result = Sha512Context.File(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty")); + byte[] result = Sha512Context.File(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty")); result.Should().BeEquivalentTo(_expectedEmpty); } @@ -79,7 +79,7 @@ public class Sha512 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -96,7 +96,7 @@ public class Sha512 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -109,7 +109,7 @@ public class Sha512 [Test] public void RandomFile() { - byte[] result = Sha512Context.File(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random")); + byte[] result = Sha512Context.File(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random")); Assert.AreEqual(_expectedRandom, result); } @@ -118,7 +118,7 @@ public class Sha512 { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); diff --git a/Aaru.Tests/Checksums/SpamSum.cs b/Aaru.Tests/Checksums/SpamSum.cs index 589a7603a..542125566 100644 --- a/Aaru.Tests/Checksums/SpamSum.cs +++ b/Aaru.Tests/Checksums/SpamSum.cs @@ -44,7 +44,7 @@ public class SpamSum { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -59,7 +59,7 @@ public class SpamSum { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "empty"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "empty"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -76,7 +76,7 @@ public class SpamSum { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); @@ -91,7 +91,7 @@ public class SpamSum { var data = new byte[1048576]; - var fs = new FileStream(Path.Combine(Consts.TEST_FILES_ROOT, "Checksum test files", "random"), FileMode.Open, + var fs = new FileStream(Path.Combine(Consts.TestFilesRoot, "Checksum test files", "random"), FileMode.Open, FileAccess.Read); fs.Read(data, 0, 1048576); diff --git a/Aaru.Tests/Consts.cs b/Aaru.Tests/Consts.cs index 160d24eb9..e58b82500 100644 --- a/Aaru.Tests/Consts.cs +++ b/Aaru.Tests/Consts.cs @@ -28,7 +28,9 @@ namespace Aaru.Tests; +using System; + static class Consts { - public const string TEST_FILES_ROOT = "/mnt/DiscImageChef"; + public static string TestFilesRoot = OperatingSystem.IsMacOS() ? "/Volumes/AaruTests" : "/mnt/AaruTests"; } \ No newline at end of file diff --git a/Aaru.Tests/Devices/IomegaJaz.cs b/Aaru.Tests/Devices/IomegaJaz.cs index d937293d2..e02b8a29b 100644 --- a/Aaru.Tests/Devices/IomegaJaz.cs +++ b/Aaru.Tests/Devices/IomegaJaz.cs @@ -60,7 +60,7 @@ public class IomegaJaz 512 }; - readonly string _dataFolder = Path.Combine(Consts.TEST_FILES_ROOT, "Device test dumps", "JAZ"); + readonly string _dataFolder = Path.Combine(Consts.TestFilesRoot, "Device test dumps", "JAZ"); [Test] public void Info() diff --git a/Aaru.Tests/Devices/LS120.cs b/Aaru.Tests/Devices/LS120.cs index d25971f12..c4c492a21 100644 --- a/Aaru.Tests/Devices/LS120.cs +++ b/Aaru.Tests/Devices/LS120.cs @@ -60,7 +60,7 @@ public class Ls120 512, 512, 512 }; - readonly string _dataFolder = Path.Combine(Consts.TEST_FILES_ROOT, "Device test dumps", "LS-120"); + readonly string _dataFolder = Path.Combine(Consts.TestFilesRoot, "Device test dumps", "LS-120"); [Test] public void Info() diff --git a/Aaru.Tests/Devices/PocketZip.cs b/Aaru.Tests/Devices/PocketZip.cs index 45357d681..417cc2cf3 100644 --- a/Aaru.Tests/Devices/PocketZip.cs +++ b/Aaru.Tests/Devices/PocketZip.cs @@ -60,7 +60,7 @@ public class PocketZip 512, 512 }; - readonly string _dataFolder = Path.Combine(Consts.TEST_FILES_ROOT, "Device test dumps", "PocketZIP"); + readonly string _dataFolder = Path.Combine(Consts.TestFilesRoot, "Device test dumps", "PocketZIP"); [Test] public void Info() diff --git a/Aaru.Tests/Filesystems/ADFS.cs b/Aaru.Tests/Filesystems/ADFS.cs index 76a1e31c4..ff64922d8 100644 --- a/Aaru.Tests/Filesystems/ADFS.cs +++ b/Aaru.Tests/Filesystems/ADFS.cs @@ -39,7 +39,7 @@ public class Adfs : FilesystemTest { public Adfs() : base("Acorn Advanced Disc Filing System") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Acorn Advanced Disc Filing System"); public override IFilesystem Plugin => new AcornADFS(); diff --git a/Aaru.Tests/Filesystems/AFFS/APM.cs b/Aaru.Tests/Filesystems/AFFS/APM.cs index 085f614e3..cb91bf363 100644 --- a/Aaru.Tests/Filesystems/AFFS/APM.cs +++ b/Aaru.Tests/Filesystems/AFFS/APM.cs @@ -40,7 +40,7 @@ public class APM : FilesystemTest public APM() : base("Amiga FFS") {} public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Amiga Fast File System (APM)"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "Amiga Fast File System (APM)"); public override IFilesystem Plugin => new AmigaDOSPlugin(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/AFFS/MBR+RDB.cs b/Aaru.Tests/Filesystems/AFFS/MBR+RDB.cs index bcef13fd5..75c2cb1c7 100644 --- a/Aaru.Tests/Filesystems/AFFS/MBR+RDB.cs +++ b/Aaru.Tests/Filesystems/AFFS/MBR+RDB.cs @@ -42,7 +42,7 @@ public class MBR_RDB : FilesystemTest public MBR_RDB() : base("Amiga FFS") {} public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Amiga Fast File System (MBR+RDB)"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "Amiga Fast File System (MBR+RDB)"); public override IFilesystem Plugin => new AmigaDOSPlugin(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/AFFS/MBR.cs b/Aaru.Tests/Filesystems/AFFS/MBR.cs index 4bc4f6da1..ce41dd049 100644 --- a/Aaru.Tests/Filesystems/AFFS/MBR.cs +++ b/Aaru.Tests/Filesystems/AFFS/MBR.cs @@ -40,7 +40,7 @@ public class MBR : FilesystemTest public MBR() : base("Amiga FFS") {} public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Amiga Fast File System (MBR)"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "Amiga Fast File System (MBR)"); public override IFilesystem Plugin => new AmigaDOSPlugin(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/AFFS/RDB.cs b/Aaru.Tests/Filesystems/AFFS/RDB.cs index d4e72306a..98d2c23c8 100644 --- a/Aaru.Tests/Filesystems/AFFS/RDB.cs +++ b/Aaru.Tests/Filesystems/AFFS/RDB.cs @@ -40,7 +40,7 @@ public class RDB : FilesystemTest public RDB() : base("Amiga FFS") {} public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Amiga Fast File System (RDB)"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "Amiga Fast File System (RDB)"); public override IFilesystem Plugin => new AmigaDOSPlugin(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/AFFS/Whole.cs b/Aaru.Tests/Filesystems/AFFS/Whole.cs index 253d18014..22eec1122 100644 --- a/Aaru.Tests/Filesystems/AFFS/Whole.cs +++ b/Aaru.Tests/Filesystems/AFFS/Whole.cs @@ -39,7 +39,7 @@ public class Whole : FilesystemTest { public Whole() : base("Amiga FFS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Amiga Fast File System"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Amiga Fast File System"); public override IFilesystem Plugin => new AmigaDOSPlugin(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/AFFS2/APM.cs b/Aaru.Tests/Filesystems/AFFS2/APM.cs index a46a5506a..ba23fba55 100644 --- a/Aaru.Tests/Filesystems/AFFS2/APM.cs +++ b/Aaru.Tests/Filesystems/AFFS2/APM.cs @@ -40,7 +40,7 @@ public class APM : FilesystemTest public APM() : base("Amiga FFS2") {} public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Amiga Fast File System 2 (APM)"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "Amiga Fast File System 2 (APM)"); public override IFilesystem Plugin => new AmigaDOSPlugin(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/AFFS2/RDB.cs b/Aaru.Tests/Filesystems/AFFS2/RDB.cs index ca6089781..fce25a303 100644 --- a/Aaru.Tests/Filesystems/AFFS2/RDB.cs +++ b/Aaru.Tests/Filesystems/AFFS2/RDB.cs @@ -40,7 +40,7 @@ public class RDB : FilesystemTest public RDB() : base("Amiga FFS2") {} public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Amiga Fast File System 2 (RDB)"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "Amiga Fast File System 2 (RDB)"); public override IFilesystem Plugin => new AmigaDOSPlugin(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/AFS/MBR.cs b/Aaru.Tests/Filesystems/AFS/MBR.cs index ff56db5dc..2524bc8a8 100644 --- a/Aaru.Tests/Filesystems/AFS/MBR.cs +++ b/Aaru.Tests/Filesystems/AFS/MBR.cs @@ -39,7 +39,7 @@ public class MBR : FilesystemTest { public MBR() : base("Acer Fast Filesystem") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Acer File System (MBR)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Acer File System (MBR)"); public override IFilesystem Plugin => new SysVfs(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/AFS/Whole.cs b/Aaru.Tests/Filesystems/AFS/Whole.cs index 42c2f777c..5a71311bf 100644 --- a/Aaru.Tests/Filesystems/AFS/Whole.cs +++ b/Aaru.Tests/Filesystems/AFS/Whole.cs @@ -39,7 +39,7 @@ public class Whole : FilesystemTest { public Whole() : base("Acer Fast Filesystem") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Acer File System"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Acer File System"); public override IFilesystem Plugin => new SysVfs(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/AOFS/MBR+RDB.cs b/Aaru.Tests/Filesystems/AOFS/MBR+RDB.cs index 3e4019867..aa08f4dfd 100644 --- a/Aaru.Tests/Filesystems/AOFS/MBR+RDB.cs +++ b/Aaru.Tests/Filesystems/AOFS/MBR+RDB.cs @@ -42,7 +42,7 @@ public class MBR_RDB : FilesystemTest public MBR_RDB() : base("Amiga OFS") {} public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Amiga Old File System (MBR+RDB)"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "Amiga Old File System (MBR+RDB)"); public override IFilesystem Plugin => new AmigaDOSPlugin(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/AOFS/MBR.cs b/Aaru.Tests/Filesystems/AOFS/MBR.cs index 318cf9bcb..c2b14d558 100644 --- a/Aaru.Tests/Filesystems/AOFS/MBR.cs +++ b/Aaru.Tests/Filesystems/AOFS/MBR.cs @@ -40,7 +40,7 @@ public class MBR : FilesystemTest public MBR() : base("Amiga OFS") {} public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Amiga Old File System (MBR)"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "Amiga Old File System (MBR)"); public override IFilesystem Plugin => new AmigaDOSPlugin(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/AOFS/RDB.cs b/Aaru.Tests/Filesystems/AOFS/RDB.cs index 65f43e9fe..5cbd23831 100644 --- a/Aaru.Tests/Filesystems/AOFS/RDB.cs +++ b/Aaru.Tests/Filesystems/AOFS/RDB.cs @@ -40,7 +40,7 @@ public class RDB : FilesystemTest public RDB() : base("Amiga OFS") {} public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Amiga Old File System (RDB)"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "Amiga Old File System (RDB)"); public override IFilesystem Plugin => new AmigaDOSPlugin(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/AOFS/Whole.cs b/Aaru.Tests/Filesystems/AOFS/Whole.cs index 4f0c0e2bc..c016d4871 100644 --- a/Aaru.Tests/Filesystems/AOFS/Whole.cs +++ b/Aaru.Tests/Filesystems/AOFS/Whole.cs @@ -39,7 +39,7 @@ public class Whole : FilesystemTest { public Whole() : base("Amiga OFS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Amiga Old File System"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Amiga Old File System"); public override IFilesystem Plugin => new AmigaDOSPlugin(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/Atheos.cs b/Aaru.Tests/Filesystems/Atheos.cs index 4f3bd9657..24162cdf2 100644 --- a/Aaru.Tests/Filesystems/Atheos.cs +++ b/Aaru.Tests/Filesystems/Atheos.cs @@ -39,7 +39,7 @@ public class Atheos : FilesystemTest { public Atheos() : base("AtheOS filesystem") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "AtheOS (MBR)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "AtheOS (MBR)"); public override IFilesystem Plugin => new AtheOS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/BeFS/APM.cs b/Aaru.Tests/Filesystems/BeFS/APM.cs index 5a49f0d79..f478df018 100644 --- a/Aaru.Tests/Filesystems/BeFS/APM.cs +++ b/Aaru.Tests/Filesystems/BeFS/APM.cs @@ -39,7 +39,7 @@ public class APM : FilesystemTest { public APM() : base("BeFS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Be File System (APM)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Be File System (APM)"); public override IFilesystem Plugin => new BeFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/BeFS/GPT.cs b/Aaru.Tests/Filesystems/BeFS/GPT.cs index a7e45019b..391cff043 100644 --- a/Aaru.Tests/Filesystems/BeFS/GPT.cs +++ b/Aaru.Tests/Filesystems/BeFS/GPT.cs @@ -39,7 +39,7 @@ public class GPT : FilesystemTest { public GPT() : base("BeFS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Be File System (GPT)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Be File System (GPT)"); public override IFilesystem Plugin => new BeFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/BeFS/MBR.cs b/Aaru.Tests/Filesystems/BeFS/MBR.cs index ca35e68a6..fc3326d23 100644 --- a/Aaru.Tests/Filesystems/BeFS/MBR.cs +++ b/Aaru.Tests/Filesystems/BeFS/MBR.cs @@ -39,7 +39,7 @@ public class MBR : FilesystemTest { public MBR() : base("BeFS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Be File System (MBR)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Be File System (MBR)"); public override IFilesystem Plugin => new BeFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/BeFS/Whole.cs b/Aaru.Tests/Filesystems/BeFS/Whole.cs index cf3f654c6..c1de7febc 100644 --- a/Aaru.Tests/Filesystems/BeFS/Whole.cs +++ b/Aaru.Tests/Filesystems/BeFS/Whole.cs @@ -39,7 +39,7 @@ public class Whole : FilesystemTest { public Whole() : base("BeFS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Be File System"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Be File System"); public override IFilesystem Plugin => new BeFS(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/COHERENT/MBR.cs b/Aaru.Tests/Filesystems/COHERENT/MBR.cs index 142b446e5..73828983b 100644 --- a/Aaru.Tests/Filesystems/COHERENT/MBR.cs +++ b/Aaru.Tests/Filesystems/COHERENT/MBR.cs @@ -40,7 +40,7 @@ public class MBR : FilesystemTest public MBR() : base("Coherent fs") {} public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "COHERENT filesystem (MBR)"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "COHERENT filesystem (MBR)"); public override IFilesystem Plugin => new SysVfs(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/COHERENT/Whole.cs b/Aaru.Tests/Filesystems/COHERENT/Whole.cs index 1ebd1bab3..0e714ec41 100644 --- a/Aaru.Tests/Filesystems/COHERENT/Whole.cs +++ b/Aaru.Tests/Filesystems/COHERENT/Whole.cs @@ -39,7 +39,7 @@ public class Whole : FilesystemTest { public Whole() : base("Coherent fs") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "COHERENT filesystem"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "COHERENT filesystem"); public override IFilesystem Plugin => new SysVfs(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/CPM/AMSDOS.cs b/Aaru.Tests/Filesystems/CPM/AMSDOS.cs index b18d55196..d3fb6c36a 100644 --- a/Aaru.Tests/Filesystems/CPM/AMSDOS.cs +++ b/Aaru.Tests/Filesystems/CPM/AMSDOS.cs @@ -40,7 +40,7 @@ public class AMSDOS : FilesystemTest { public AMSDOS() : base("CP/M") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "CPM", "AMSDOS"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "CPM", "AMSDOS"); public override IFilesystem Plugin => new CPM(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/CPM/AmstradCPM.cs b/Aaru.Tests/Filesystems/CPM/AmstradCPM.cs index d7e35e1bb..a0e8d8398 100644 --- a/Aaru.Tests/Filesystems/CPM/AmstradCPM.cs +++ b/Aaru.Tests/Filesystems/CPM/AmstradCPM.cs @@ -38,7 +38,7 @@ public class AmstradCPM : ReadOnlyFilesystemTest { public AmstradCPM() : base("CP/M") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "CPM", "Amstrad CPM"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "CPM", "Amstrad CPM"); public override IFilesystem Plugin => new CPM(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/CPM/AmstradCPMPlus.cs b/Aaru.Tests/Filesystems/CPM/AmstradCPMPlus.cs index 872e1e300..870559e20 100644 --- a/Aaru.Tests/Filesystems/CPM/AmstradCPMPlus.cs +++ b/Aaru.Tests/Filesystems/CPM/AmstradCPMPlus.cs @@ -38,7 +38,7 @@ public class AmstradCPMPlus : FilesystemTest { public AmstradCPMPlus() : base("CP/M") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "CPM", "Amstrad CPM+"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "CPM", "Amstrad CPM+"); public override IFilesystem Plugin => new CPM(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/CPM/Attache.cs b/Aaru.Tests/Filesystems/CPM/Attache.cs index e2df29000..0ce00c516 100644 --- a/Aaru.Tests/Filesystems/CPM/Attache.cs +++ b/Aaru.Tests/Filesystems/CPM/Attache.cs @@ -38,7 +38,7 @@ public class Attache : FilesystemTest { public Attache() : base("CP/M") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "CPM", "Otrona Attaché"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "CPM", "Otrona Attaché"); public override IFilesystem Plugin => new CPM(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/CPM/Bondwell.cs b/Aaru.Tests/Filesystems/CPM/Bondwell.cs index 47d7ddbe0..f53312034 100644 --- a/Aaru.Tests/Filesystems/CPM/Bondwell.cs +++ b/Aaru.Tests/Filesystems/CPM/Bondwell.cs @@ -38,7 +38,7 @@ public class Bondwell : FilesystemTest { public Bondwell() : base("CP/M") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "CPM", "Bondwell"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "CPM", "Bondwell"); public override IFilesystem Plugin => new CPM(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/CPM/Excalibur64.cs b/Aaru.Tests/Filesystems/CPM/Excalibur64.cs index b999cf8c2..5f91db454 100644 --- a/Aaru.Tests/Filesystems/CPM/Excalibur64.cs +++ b/Aaru.Tests/Filesystems/CPM/Excalibur64.cs @@ -38,7 +38,7 @@ public class Excalibur64 : FilesystemTest { public Excalibur64() : base("CP/M") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "CPM", "Excalibur 64"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "CPM", "Excalibur 64"); public override IFilesystem Plugin => new CPM(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/CPM/KayproII.cs b/Aaru.Tests/Filesystems/CPM/KayproII.cs index 5d211b0d4..67e47d3b1 100644 --- a/Aaru.Tests/Filesystems/CPM/KayproII.cs +++ b/Aaru.Tests/Filesystems/CPM/KayproII.cs @@ -40,7 +40,7 @@ public class KayproII : ReadOnlyFilesystemTest { public KayproII() : base("CP/M") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "CPM", "Kaypro II"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "CPM", "Kaypro II"); public override IFilesystem Plugin => new CPM(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/CPM/ParaDOS.cs b/Aaru.Tests/Filesystems/CPM/ParaDOS.cs index 7ca708528..c34655c8a 100644 --- a/Aaru.Tests/Filesystems/CPM/ParaDOS.cs +++ b/Aaru.Tests/Filesystems/CPM/ParaDOS.cs @@ -38,7 +38,7 @@ public class ParaDOS : FilesystemTest { public ParaDOS() : base("CP/M") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "CPM", "ParaDOS"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "CPM", "ParaDOS"); public override IFilesystem Plugin => new CPM(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/CPM/Plus3DOS.cs b/Aaru.Tests/Filesystems/CPM/Plus3DOS.cs index df1c74a1d..310a96ba4 100644 --- a/Aaru.Tests/Filesystems/CPM/Plus3DOS.cs +++ b/Aaru.Tests/Filesystems/CPM/Plus3DOS.cs @@ -40,7 +40,7 @@ public class Plus3DOS : FilesystemTest { public Plus3DOS() : base("CP/M") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "CPM", "+3DOS"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "CPM", "+3DOS"); public override IFilesystem Plugin => new CPM(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/CPM/ROMDOS.cs b/Aaru.Tests/Filesystems/CPM/ROMDOS.cs index fe110611e..16177fb81 100644 --- a/Aaru.Tests/Filesystems/CPM/ROMDOS.cs +++ b/Aaru.Tests/Filesystems/CPM/ROMDOS.cs @@ -40,7 +40,7 @@ public class ROMDOS : FilesystemTest { public ROMDOS() : base("CP/M") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "CPM", "ROMDOS"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "CPM", "ROMDOS"); public override IFilesystem Plugin => new CPM(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/CPM/SharpPersonalCPM.cs b/Aaru.Tests/Filesystems/CPM/SharpPersonalCPM.cs index 6c2299b3b..c2972ecbb 100644 --- a/Aaru.Tests/Filesystems/CPM/SharpPersonalCPM.cs +++ b/Aaru.Tests/Filesystems/CPM/SharpPersonalCPM.cs @@ -39,7 +39,7 @@ public class SharpPersonalCPM : ReadOnlyFilesystemTest public SharpPersonalCPM() : base("CP/M") {} public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "CPM", "Sharp Personal CPM"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "CPM", "Sharp Personal CPM"); public override IFilesystem Plugin => new CPM(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/CPM/XtalDOS.cs b/Aaru.Tests/Filesystems/CPM/XtalDOS.cs index 7caad4413..8c0cad79c 100644 --- a/Aaru.Tests/Filesystems/CPM/XtalDOS.cs +++ b/Aaru.Tests/Filesystems/CPM/XtalDOS.cs @@ -38,7 +38,7 @@ public class XtalDOS : ReadOnlyFilesystemTest { public XtalDOS() : base("CP/M") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "CPM", "XtalDOS"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "CPM", "XtalDOS"); public override IFilesystem Plugin => new CPM(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/DTFS/MBR.cs b/Aaru.Tests/Filesystems/DTFS/MBR.cs index 12a857e55..b62b2d235 100644 --- a/Aaru.Tests/Filesystems/DTFS/MBR.cs +++ b/Aaru.Tests/Filesystems/DTFS/MBR.cs @@ -39,7 +39,7 @@ public class MBR : FilesystemTest { public MBR() : base("DTFS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "DTFS (MBR)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "DTFS (MBR)"); public override IFilesystem Plugin => new SysVfs(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/DTFS/Whole.cs b/Aaru.Tests/Filesystems/DTFS/Whole.cs index 08f7b83d3..122bf3c51 100644 --- a/Aaru.Tests/Filesystems/DTFS/Whole.cs +++ b/Aaru.Tests/Filesystems/DTFS/Whole.cs @@ -39,7 +39,7 @@ public class Whole : FilesystemTest { public Whole() : base("DTFS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "DTFS"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "DTFS"); public override IFilesystem Plugin => new SysVfs(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/EAFS/MBR.cs b/Aaru.Tests/Filesystems/EAFS/MBR.cs index b52be5b47..8f8496086 100644 --- a/Aaru.Tests/Filesystems/EAFS/MBR.cs +++ b/Aaru.Tests/Filesystems/EAFS/MBR.cs @@ -39,7 +39,7 @@ public class MBR : FilesystemTest { public MBR() : base("Extended Acer Fast Filesystem") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "EAFS (MBR)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "EAFS (MBR)"); public override IFilesystem Plugin => new SysVfs(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/EAFS/Whole.cs b/Aaru.Tests/Filesystems/EAFS/Whole.cs index 4b5bc00ed..e79b9e9ce 100644 --- a/Aaru.Tests/Filesystems/EAFS/Whole.cs +++ b/Aaru.Tests/Filesystems/EAFS/Whole.cs @@ -39,7 +39,7 @@ public class Whole : FilesystemTest { public Whole() : base("Extended Acer Fast Filesystem") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "EAFS"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "EAFS"); public override IFilesystem Plugin => new SysVfs(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/F2FS.cs b/Aaru.Tests/Filesystems/F2FS.cs index 7479c1624..df188b843 100644 --- a/Aaru.Tests/Filesystems/F2FS.cs +++ b/Aaru.Tests/Filesystems/F2FS.cs @@ -39,7 +39,7 @@ public class F2Fs : FilesystemTest { public F2Fs() : base("F2FS filesystem") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "F2FS"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "F2FS"); public override IFilesystem Plugin => new F2FS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/FAT12/APM.cs b/Aaru.Tests/Filesystems/FAT12/APM.cs index f9fd1378d..eb6099230 100644 --- a/Aaru.Tests/Filesystems/FAT12/APM.cs +++ b/Aaru.Tests/Filesystems/FAT12/APM.cs @@ -39,7 +39,7 @@ public class APM : ReadOnlyFilesystemTest { public APM() : base("FAT12") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "FAT12 (APM)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "FAT12 (APM)"); public override IFilesystem Plugin => new FAT(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/FAT12/GPT.cs b/Aaru.Tests/Filesystems/FAT12/GPT.cs index ec3da688b..d529ef220 100644 --- a/Aaru.Tests/Filesystems/FAT12/GPT.cs +++ b/Aaru.Tests/Filesystems/FAT12/GPT.cs @@ -39,7 +39,7 @@ public class GPT : ReadOnlyFilesystemTest { public GPT() : base("FAT12") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "FAT12 (GPT)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "FAT12 (GPT)"); public override IFilesystem Plugin => new FAT(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/FAT12/Human.cs b/Aaru.Tests/Filesystems/FAT12/Human.cs index 92c785f14..7970e69cb 100644 --- a/Aaru.Tests/Filesystems/FAT12/Human.cs +++ b/Aaru.Tests/Filesystems/FAT12/Human.cs @@ -39,7 +39,7 @@ public class Human : ReadOnlyFilesystemTest { public Human() : base("FAT12") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "FAT12 (Human68K)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "FAT12 (Human68K)"); public override IFilesystem Plugin => new FAT(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/FAT12/MBR.cs b/Aaru.Tests/Filesystems/FAT12/MBR.cs index cc6a22a71..061df5bbc 100644 --- a/Aaru.Tests/Filesystems/FAT12/MBR.cs +++ b/Aaru.Tests/Filesystems/FAT12/MBR.cs @@ -39,7 +39,7 @@ public class MBR : ReadOnlyFilesystemTest { public MBR() : base("FAT12") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "FAT12 (MBR)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "FAT12 (MBR)"); public override IFilesystem Plugin => new FAT(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/FAT12/Whole.cs b/Aaru.Tests/Filesystems/FAT12/Whole.cs index 9395bc0f3..afb6771fc 100644 --- a/Aaru.Tests/Filesystems/FAT12/Whole.cs +++ b/Aaru.Tests/Filesystems/FAT12/Whole.cs @@ -39,7 +39,7 @@ public class Whole : ReadOnlyFilesystemTest { public Whole() : base("FAT12") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "FAT12"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "FAT12"); public override IFilesystem Plugin => new FAT(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/FAT16/APM.cs b/Aaru.Tests/Filesystems/FAT16/APM.cs index 918d04285..ac3e9ec72 100644 --- a/Aaru.Tests/Filesystems/FAT16/APM.cs +++ b/Aaru.Tests/Filesystems/FAT16/APM.cs @@ -39,7 +39,7 @@ public class APM : ReadOnlyFilesystemTest { public APM() : base("FAT16") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "FAT16 (APM)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "FAT16 (APM)"); public override IFilesystem Plugin => new FAT(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/FAT16/Atari.cs b/Aaru.Tests/Filesystems/FAT16/Atari.cs index 7f7025e64..eec6b75e8 100644 --- a/Aaru.Tests/Filesystems/FAT16/Atari.cs +++ b/Aaru.Tests/Filesystems/FAT16/Atari.cs @@ -39,7 +39,7 @@ public class Atari : ReadOnlyFilesystemTest { public Atari() : base("FAT16") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "FAT16 (Atari)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "FAT16 (Atari)"); public override IFilesystem Plugin => new FAT(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/FAT16/GPT.cs b/Aaru.Tests/Filesystems/FAT16/GPT.cs index 9616346ed..85956afdc 100644 --- a/Aaru.Tests/Filesystems/FAT16/GPT.cs +++ b/Aaru.Tests/Filesystems/FAT16/GPT.cs @@ -39,7 +39,7 @@ public class GPT : ReadOnlyFilesystemTest { public GPT() : base("FAT16") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "FAT16 (GPT)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "FAT16 (GPT)"); public override IFilesystem Plugin => new FAT(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/FAT16/Human.cs b/Aaru.Tests/Filesystems/FAT16/Human.cs index 85a043eab..0ccc54348 100644 --- a/Aaru.Tests/Filesystems/FAT16/Human.cs +++ b/Aaru.Tests/Filesystems/FAT16/Human.cs @@ -39,7 +39,7 @@ public class Human : ReadOnlyFilesystemTest { public Human() : base("FAT16") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "FAT16 (Human68K)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "FAT16 (Human68K)"); public override IFilesystem Plugin => new FAT(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/FAT16/MBR.cs b/Aaru.Tests/Filesystems/FAT16/MBR.cs index a44e7e979..dcd053557 100644 --- a/Aaru.Tests/Filesystems/FAT16/MBR.cs +++ b/Aaru.Tests/Filesystems/FAT16/MBR.cs @@ -39,7 +39,7 @@ public class MBR : ReadOnlyFilesystemTest { public MBR() : base("FAT16") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "FAT16 (MBR)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "FAT16 (MBR)"); public override IFilesystem Plugin => new FAT(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/FAT16/RDB.cs b/Aaru.Tests/Filesystems/FAT16/RDB.cs index 7634433af..7105a7aa2 100644 --- a/Aaru.Tests/Filesystems/FAT16/RDB.cs +++ b/Aaru.Tests/Filesystems/FAT16/RDB.cs @@ -39,7 +39,7 @@ public class RDB : ReadOnlyFilesystemTest { public RDB() : base("FAT16") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "FAT16 (RDB)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "FAT16 (RDB)"); public override IFilesystem Plugin => new FAT(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/FAT16/Whole.cs b/Aaru.Tests/Filesystems/FAT16/Whole.cs index 1e21efe82..466d00f1e 100644 --- a/Aaru.Tests/Filesystems/FAT16/Whole.cs +++ b/Aaru.Tests/Filesystems/FAT16/Whole.cs @@ -39,7 +39,7 @@ public class Whole : ReadOnlyFilesystemTest { public Whole() : base("FAT16") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "FAT16"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "FAT16"); public override IFilesystem Plugin => new FAT(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/FAT32/APM.cs b/Aaru.Tests/Filesystems/FAT32/APM.cs index 69516f89c..e197d2ceb 100644 --- a/Aaru.Tests/Filesystems/FAT32/APM.cs +++ b/Aaru.Tests/Filesystems/FAT32/APM.cs @@ -39,7 +39,7 @@ public class APM : ReadOnlyFilesystemTest { public APM() : base("FAT32") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "FAT32 (APM)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "FAT32 (APM)"); public override IFilesystem Plugin => new FAT(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/FAT32/GPT.cs b/Aaru.Tests/Filesystems/FAT32/GPT.cs index 9f4e7844a..bece5c60d 100644 --- a/Aaru.Tests/Filesystems/FAT32/GPT.cs +++ b/Aaru.Tests/Filesystems/FAT32/GPT.cs @@ -39,7 +39,7 @@ public class GPT : ReadOnlyFilesystemTest { public GPT() : base("FAT32") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "FAT32 (GPT)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "FAT32 (GPT)"); public override IFilesystem Plugin => new FAT(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/FAT32/MBR.cs b/Aaru.Tests/Filesystems/FAT32/MBR.cs index e295e928f..074739318 100644 --- a/Aaru.Tests/Filesystems/FAT32/MBR.cs +++ b/Aaru.Tests/Filesystems/FAT32/MBR.cs @@ -39,7 +39,7 @@ public class MBR : ReadOnlyFilesystemTest { public MBR() : base("FAT32") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "FAT32 (MBR)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "FAT32 (MBR)"); public override IFilesystem Plugin => new FAT(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/FAT32/Whole.cs b/Aaru.Tests/Filesystems/FAT32/Whole.cs index 8f9b3e391..2d6454a6a 100644 --- a/Aaru.Tests/Filesystems/FAT32/Whole.cs +++ b/Aaru.Tests/Filesystems/FAT32/Whole.cs @@ -39,7 +39,7 @@ public class Whole : ReadOnlyFilesystemTest { public Whole() : base("FAT32") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "FAT32"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "FAT32"); public override IFilesystem Plugin => new FAT(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/FATX/Xbox.cs b/Aaru.Tests/Filesystems/FATX/Xbox.cs index 28e23eff6..33de4bd48 100644 --- a/Aaru.Tests/Filesystems/FATX/Xbox.cs +++ b/Aaru.Tests/Filesystems/FATX/Xbox.cs @@ -43,7 +43,7 @@ public class Xbox : ReadOnlyFilesystemTest { public Xbox() : base("FATX filesystem") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Xbox FAT16", "le"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Xbox FAT16", "le"); public override IFilesystem Plugin => new XboxFatPlugin(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/FATX/Xbox360.cs b/Aaru.Tests/Filesystems/FATX/Xbox360.cs index cd0736de2..1576b597f 100644 --- a/Aaru.Tests/Filesystems/FATX/Xbox360.cs +++ b/Aaru.Tests/Filesystems/FATX/Xbox360.cs @@ -39,7 +39,7 @@ public class Xbox360 : ReadOnlyFilesystemTest { public Xbox360() : base("FATX filesystem") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Xbox FAT16", "be"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Xbox FAT16", "be"); public override IFilesystem Plugin => new XboxFatPlugin(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/HAMMER.cs b/Aaru.Tests/Filesystems/HAMMER.cs index b434e99a8..cd672faaf 100644 --- a/Aaru.Tests/Filesystems/HAMMER.cs +++ b/Aaru.Tests/Filesystems/HAMMER.cs @@ -39,7 +39,7 @@ public class Hammer : FilesystemTest { public Hammer() : base("HAMMER") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "HAMMER (MBR)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "HAMMER (MBR)"); public override IFilesystem Plugin => new HAMMER(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/HFS+/APM.cs b/Aaru.Tests/Filesystems/HFS+/APM.cs index cab8ffb0e..bdbd30e99 100644 --- a/Aaru.Tests/Filesystems/HFS+/APM.cs +++ b/Aaru.Tests/Filesystems/HFS+/APM.cs @@ -43,7 +43,7 @@ public class APM : FilesystemTest { public APM() : base("HFS+") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Apple HFS+ (APM)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Apple HFS+ (APM)"); public override IFilesystem Plugin => new AppleHFSPlus(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/HFS+/GPT.cs b/Aaru.Tests/Filesystems/HFS+/GPT.cs index 576ec2df8..79efcb5ad 100644 --- a/Aaru.Tests/Filesystems/HFS+/GPT.cs +++ b/Aaru.Tests/Filesystems/HFS+/GPT.cs @@ -43,7 +43,7 @@ public class GPT : FilesystemTest { public GPT() : base("HFS+") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Apple HFS+ (GPT)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Apple HFS+ (GPT)"); public override IFilesystem Plugin => new AppleHFSPlus(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/HFS+/MBR.cs b/Aaru.Tests/Filesystems/HFS+/MBR.cs index e5b758331..de34c6b81 100644 --- a/Aaru.Tests/Filesystems/HFS+/MBR.cs +++ b/Aaru.Tests/Filesystems/HFS+/MBR.cs @@ -43,7 +43,7 @@ public class MBR : FilesystemTest { public MBR() : base("HFS+") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Apple HFS+ (MBR)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Apple HFS+ (MBR)"); public override IFilesystem Plugin => new AppleHFSPlus(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/HFS/APM.cs b/Aaru.Tests/Filesystems/HFS/APM.cs index 17bbd7bed..a833c6a31 100644 --- a/Aaru.Tests/Filesystems/HFS/APM.cs +++ b/Aaru.Tests/Filesystems/HFS/APM.cs @@ -39,7 +39,7 @@ public class APM : FilesystemTest { public APM() : base("HFS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Apple HFS (APM)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Apple HFS (APM)"); public override IFilesystem Plugin => new AppleHFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/HFS/MBR.cs b/Aaru.Tests/Filesystems/HFS/MBR.cs index 7f01e10c8..82bd4ceee 100644 --- a/Aaru.Tests/Filesystems/HFS/MBR.cs +++ b/Aaru.Tests/Filesystems/HFS/MBR.cs @@ -39,7 +39,7 @@ public class MBR : FilesystemTest { public MBR() : base("HFS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Apple HFS (MBR)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Apple HFS (MBR)"); public override IFilesystem Plugin => new AppleHFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/HFS/Optical.cs b/Aaru.Tests/Filesystems/HFS/Optical.cs index 2df61fe24..cf5b91f68 100644 --- a/Aaru.Tests/Filesystems/HFS/Optical.cs +++ b/Aaru.Tests/Filesystems/HFS/Optical.cs @@ -39,7 +39,7 @@ public class Optical : FilesystemTest { public Optical() : base("HFS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Apple HFS (CD-ROM)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Apple HFS (CD-ROM)"); public override IFilesystem Plugin => new AppleHFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/HFS/RDB.cs b/Aaru.Tests/Filesystems/HFS/RDB.cs index 0fa03cc36..ef42fcacc 100644 --- a/Aaru.Tests/Filesystems/HFS/RDB.cs +++ b/Aaru.Tests/Filesystems/HFS/RDB.cs @@ -39,7 +39,7 @@ public class RDB : FilesystemTest { public RDB() : base("HFS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Apple HFS (RDB)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Apple HFS (RDB)"); public override IFilesystem Plugin => new AppleHFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/HFS/Whole.cs b/Aaru.Tests/Filesystems/HFS/Whole.cs index 20ef73baf..9d4a36a06 100644 --- a/Aaru.Tests/Filesystems/HFS/Whole.cs +++ b/Aaru.Tests/Filesystems/HFS/Whole.cs @@ -39,7 +39,7 @@ public class Whole : FilesystemTest { public Whole() : base("HFS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Apple HFS"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Apple HFS"); public override IFilesystem Plugin => new AppleHFS(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/HFSX/APM.cs b/Aaru.Tests/Filesystems/HFSX/APM.cs index d5a2c3120..f923ff722 100644 --- a/Aaru.Tests/Filesystems/HFSX/APM.cs +++ b/Aaru.Tests/Filesystems/HFSX/APM.cs @@ -39,7 +39,7 @@ public class APM : FilesystemTest { public APM() : base("HFSX") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Apple HFSX (APM)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Apple HFSX (APM)"); public override IFilesystem Plugin => new AppleHFSPlus(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/HFSX/GPT.cs b/Aaru.Tests/Filesystems/HFSX/GPT.cs index 20ae7c47c..bb3b1eb1e 100644 --- a/Aaru.Tests/Filesystems/HFSX/GPT.cs +++ b/Aaru.Tests/Filesystems/HFSX/GPT.cs @@ -39,7 +39,7 @@ public class GPT : FilesystemTest { public GPT() : base("HFSX") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Apple HFSX (GPT)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Apple HFSX (GPT)"); public override IFilesystem Plugin => new AppleHFSPlus(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/HFSX/MBR.cs b/Aaru.Tests/Filesystems/HFSX/MBR.cs index eb1286a8c..e6aaebf1a 100644 --- a/Aaru.Tests/Filesystems/HFSX/MBR.cs +++ b/Aaru.Tests/Filesystems/HFSX/MBR.cs @@ -39,7 +39,7 @@ public class MBR : FilesystemTest { public MBR() : base("HFSX") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Apple HFSX (MBR)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Apple HFSX (MBR)"); public override IFilesystem Plugin => new AppleHFSPlus(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/HPFS.cs b/Aaru.Tests/Filesystems/HPFS.cs index c8bb04bb2..ec240f8cd 100644 --- a/Aaru.Tests/Filesystems/HPFS.cs +++ b/Aaru.Tests/Filesystems/HPFS.cs @@ -39,7 +39,7 @@ public class Hpfs : FilesystemTest { public Hpfs() : base("HPFS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "High Performance File System"); public override IFilesystem Plugin => new HPFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/HPOFS.cs b/Aaru.Tests/Filesystems/HPOFS.cs index 8dbc82d6f..92ddcf01f 100644 --- a/Aaru.Tests/Filesystems/HPOFS.cs +++ b/Aaru.Tests/Filesystems/HPOFS.cs @@ -39,7 +39,7 @@ public class Hpofs : FilesystemTest { public Hpofs() : base("HPOFS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "High Performance Optical File System"); public override IFilesystem Plugin => new HPOFS(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/HTFS/MBR.cs b/Aaru.Tests/Filesystems/HTFS/MBR.cs index c3e58c11a..2ef1cdbde 100644 --- a/Aaru.Tests/Filesystems/HTFS/MBR.cs +++ b/Aaru.Tests/Filesystems/HTFS/MBR.cs @@ -40,7 +40,7 @@ public class MBR : FilesystemTest public MBR() : base("HTFS") {} public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "High Throughtput File System (MBR)"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "High Throughtput File System (MBR)"); public override IFilesystem Plugin => new SysVfs(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/HTFS/Whole.cs b/Aaru.Tests/Filesystems/HTFS/Whole.cs index 46e55b5ab..93787cd55 100644 --- a/Aaru.Tests/Filesystems/HTFS/Whole.cs +++ b/Aaru.Tests/Filesystems/HTFS/Whole.cs @@ -40,7 +40,7 @@ public class Whole : FilesystemTest public Whole() : base("HTFS") {} public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "High Throughtput File System"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "High Throughtput File System"); public override IFilesystem Plugin => new SysVfs(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/ISO9660.cs b/Aaru.Tests/Filesystems/ISO9660.cs index 127df3886..ca125c41e 100644 --- a/Aaru.Tests/Filesystems/ISO9660.cs +++ b/Aaru.Tests/Filesystems/ISO9660.cs @@ -39,7 +39,7 @@ public class Iso9660 : ReadOnlyFilesystemTest { public Iso9660() : base("ISO9660") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "ISO9660"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "ISO9660"); public override IFilesystem Plugin => new ISO9660(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/JFS2.cs b/Aaru.Tests/Filesystems/JFS2.cs index 07aee1c11..504fd7011 100644 --- a/Aaru.Tests/Filesystems/JFS2.cs +++ b/Aaru.Tests/Filesystems/JFS2.cs @@ -39,7 +39,7 @@ public class Jfs2 : FilesystemTest { public Jfs2() : base("JFS filesystem") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "JFS2"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "JFS2"); public override IFilesystem Plugin => new JFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/LisaFS.cs b/Aaru.Tests/Filesystems/LisaFS.cs index f93c4d8af..afab37baf 100644 --- a/Aaru.Tests/Filesystems/LisaFS.cs +++ b/Aaru.Tests/Filesystems/LisaFS.cs @@ -39,7 +39,7 @@ public class LisaFs : ReadOnlyFilesystemTest { public LisaFs() : base("LisaFS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Apple Lisa filesystem"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Apple Lisa filesystem"); public override IFilesystem Plugin => new LisaFS(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/Locus.cs b/Aaru.Tests/Filesystems/Locus.cs index 8c5220893..76002e6a8 100644 --- a/Aaru.Tests/Filesystems/Locus.cs +++ b/Aaru.Tests/Filesystems/Locus.cs @@ -38,7 +38,7 @@ public class Locus : FilesystemTest { public Locus() : base("Locus filesystem") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Locus filesystem"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Locus filesystem"); public override IFilesystem Plugin => new Aaru.Filesystems.Locus(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/MFS.cs b/Aaru.Tests/Filesystems/MFS.cs index 03acdf8d0..2b05d32c1 100644 --- a/Aaru.Tests/Filesystems/MFS.cs +++ b/Aaru.Tests/Filesystems/MFS.cs @@ -39,7 +39,7 @@ public class Mfs : ReadOnlyFilesystemTest { public Mfs() : base("MFS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Macintosh File System"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Macintosh File System"); public override IFilesystem Plugin => new AppleMFS(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/MINIX/V1/MBR.cs b/Aaru.Tests/Filesystems/MINIX/V1/MBR.cs index f8697c162..f2dc9990c 100644 --- a/Aaru.Tests/Filesystems/MINIX/V1/MBR.cs +++ b/Aaru.Tests/Filesystems/MINIX/V1/MBR.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class MBR : FilesystemTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "MINIX v1 filesystem (MBR)"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "MINIX v1 filesystem (MBR)"); public override IFilesystem Plugin => new MinixFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/MINIX/V1/Whole.cs b/Aaru.Tests/Filesystems/MINIX/V1/Whole.cs index 2f9d91102..f974f2094 100644 --- a/Aaru.Tests/Filesystems/MINIX/V1/Whole.cs +++ b/Aaru.Tests/Filesystems/MINIX/V1/Whole.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class Whole : FilesystemTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "MINIX v1 filesystem"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "MINIX v1 filesystem"); public override IFilesystem Plugin => new MinixFS(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/MINIX/V2/MBR.cs b/Aaru.Tests/Filesystems/MINIX/V2/MBR.cs index 9c06a1a31..7f9f09e93 100644 --- a/Aaru.Tests/Filesystems/MINIX/V2/MBR.cs +++ b/Aaru.Tests/Filesystems/MINIX/V2/MBR.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class MBR : FilesystemTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "MINIX v2 filesystem (MBR)"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "MINIX v2 filesystem (MBR)"); public override IFilesystem Plugin => new MinixFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/MINIX/V2/Whole.cs b/Aaru.Tests/Filesystems/MINIX/V2/Whole.cs index d7211345a..5100bea8a 100644 --- a/Aaru.Tests/Filesystems/MINIX/V2/Whole.cs +++ b/Aaru.Tests/Filesystems/MINIX/V2/Whole.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class Whole : FilesystemTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "MINIX v2 filesystem"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "MINIX v2 filesystem"); public override IFilesystem Plugin => new MinixFS(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/MINIX/V3/MBR.cs b/Aaru.Tests/Filesystems/MINIX/V3/MBR.cs index f00150997..ea2287a32 100644 --- a/Aaru.Tests/Filesystems/MINIX/V3/MBR.cs +++ b/Aaru.Tests/Filesystems/MINIX/V3/MBR.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class MBR : FilesystemTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "MINIX v3 filesystem (MBR)"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "MINIX v3 filesystem (MBR)"); public override IFilesystem Plugin => new MinixFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/MINIX/V3/Whole.cs b/Aaru.Tests/Filesystems/MINIX/V3/Whole.cs index c9ccb56d2..1579ffd87 100644 --- a/Aaru.Tests/Filesystems/MINIX/V3/Whole.cs +++ b/Aaru.Tests/Filesystems/MINIX/V3/Whole.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class Whole : FilesystemTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "MINIX v3 filesystem"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "MINIX v3 filesystem"); public override IFilesystem Plugin => new MinixFS(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/NILFS2.cs b/Aaru.Tests/Filesystems/NILFS2.cs index 523f6722a..2dd8ee575 100644 --- a/Aaru.Tests/Filesystems/NILFS2.cs +++ b/Aaru.Tests/Filesystems/NILFS2.cs @@ -39,7 +39,7 @@ public class Nilfs2 : FilesystemTest { public Nilfs2() : base("NILFS2 filesystem") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "New Implementation of a Log-structured File System 2"); public override IFilesystem Plugin => new NILFS2(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/NTFS/GPT.cs b/Aaru.Tests/Filesystems/NTFS/GPT.cs index 5c4ffe478..074b93411 100644 --- a/Aaru.Tests/Filesystems/NTFS/GPT.cs +++ b/Aaru.Tests/Filesystems/NTFS/GPT.cs @@ -40,7 +40,7 @@ public class GPT : FilesystemTest public GPT() : base("NTFS") {} public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "New Technology File System (GPT)"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "New Technology File System (GPT)"); public override IFilesystem Plugin => new NTFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/NTFS/MBR.cs b/Aaru.Tests/Filesystems/NTFS/MBR.cs index 4264797dd..fb91dd13a 100644 --- a/Aaru.Tests/Filesystems/NTFS/MBR.cs +++ b/Aaru.Tests/Filesystems/NTFS/MBR.cs @@ -40,7 +40,7 @@ public class MBR : FilesystemTest public MBR() : base("NTFS") {} public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "New Technology File System (MBR)"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "New Technology File System (MBR)"); public override IFilesystem Plugin => new NTFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/PFS3/APM.cs b/Aaru.Tests/Filesystems/PFS3/APM.cs index 5bdedcee3..9719f9680 100644 --- a/Aaru.Tests/Filesystems/PFS3/APM.cs +++ b/Aaru.Tests/Filesystems/PFS3/APM.cs @@ -39,7 +39,7 @@ public class APM : FilesystemTest { public APM() : base("PFS v3") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Professional File System 3 (APM)"); public override IFilesystem Plugin => new PFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/PFS3/RDB.cs b/Aaru.Tests/Filesystems/PFS3/RDB.cs index f8894b822..03764c153 100644 --- a/Aaru.Tests/Filesystems/PFS3/RDB.cs +++ b/Aaru.Tests/Filesystems/PFS3/RDB.cs @@ -39,7 +39,7 @@ public class RDB : FilesystemTest { public RDB() : base("PFS v3") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Professional File System 3 (RDB)"); public override IFilesystem Plugin => new PFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/ProDOS/APM.cs b/Aaru.Tests/Filesystems/ProDOS/APM.cs index d018f1d8f..f6306cf5f 100644 --- a/Aaru.Tests/Filesystems/ProDOS/APM.cs +++ b/Aaru.Tests/Filesystems/ProDOS/APM.cs @@ -39,7 +39,7 @@ public class APM : FilesystemTest { public APM() : base("ProDOS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "ProDOS filesystem (APM)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "ProDOS filesystem (APM)"); public override IFilesystem Plugin => new ProDOSPlugin(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/QNX4/MBR.cs b/Aaru.Tests/Filesystems/QNX4/MBR.cs index da132479d..28eee730f 100644 --- a/Aaru.Tests/Filesystems/QNX4/MBR.cs +++ b/Aaru.Tests/Filesystems/QNX4/MBR.cs @@ -39,7 +39,7 @@ public class MBR : FilesystemTest { public MBR() : base("QNX4 filesystem") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "QNX 4 filesystem (MBR)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "QNX 4 filesystem (MBR)"); public override IFilesystem Plugin => new QNX4(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/QNX4/Whole.cs b/Aaru.Tests/Filesystems/QNX4/Whole.cs index c883f0ab9..dcd95eb43 100644 --- a/Aaru.Tests/Filesystems/QNX4/Whole.cs +++ b/Aaru.Tests/Filesystems/QNX4/Whole.cs @@ -39,7 +39,7 @@ public class Whole : FilesystemTest { public Whole() : base("QNX4 filesystem") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "QNX 4 filesystem"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "QNX 4 filesystem"); public override IFilesystem Plugin => new QNX4(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/ReFS.cs b/Aaru.Tests/Filesystems/ReFS.cs index a1d6b41d3..044ed833e 100644 --- a/Aaru.Tests/Filesystems/ReFS.cs +++ b/Aaru.Tests/Filesystems/ReFS.cs @@ -39,7 +39,7 @@ public class ReFsMbr : FilesystemTest { public ReFsMbr() : base("Resilient File System") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Resilient File System (MBR)"); public override IFilesystem Plugin => new ReFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/Reiser3.cs b/Aaru.Tests/Filesystems/Reiser3.cs index 22542aaa2..a132b4a00 100644 --- a/Aaru.Tests/Filesystems/Reiser3.cs +++ b/Aaru.Tests/Filesystems/Reiser3.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class Reiser3 : FilesystemTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Reiser filesystem v3"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Reiser filesystem v3"); public override IFilesystem Plugin => new Reiser(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/Reiser4.cs b/Aaru.Tests/Filesystems/Reiser4.cs index 793ef1328..528ac4144 100644 --- a/Aaru.Tests/Filesystems/Reiser4.cs +++ b/Aaru.Tests/Filesystems/Reiser4.cs @@ -38,7 +38,7 @@ public class Reiser4 : FilesystemTest { public Reiser4() : base("Reiser 4 filesystem") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Reiser filesystem v4"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Reiser filesystem v4"); public override IFilesystem Plugin => new Aaru.Filesystems.Reiser4(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/SFS/APM.cs b/Aaru.Tests/Filesystems/SFS/APM.cs index 142c2a22f..68aa6265c 100644 --- a/Aaru.Tests/Filesystems/SFS/APM.cs +++ b/Aaru.Tests/Filesystems/SFS/APM.cs @@ -39,7 +39,7 @@ public class APM : FilesystemTest { public APM() : base("SmartFileSystem") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Smart File System (APM)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Smart File System (APM)"); public override IFilesystem Plugin => new SFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/SFS/MBR+RDB.cs b/Aaru.Tests/Filesystems/SFS/MBR+RDB.cs index 3fec7a1a0..ab94e547b 100644 --- a/Aaru.Tests/Filesystems/SFS/MBR+RDB.cs +++ b/Aaru.Tests/Filesystems/SFS/MBR+RDB.cs @@ -42,7 +42,7 @@ public class MBR_RDB : FilesystemTest public MBR_RDB() : base("SmartFileSystem") {} public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Smart File System (MBR+RDB)"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "Smart File System (MBR+RDB)"); public override IFilesystem Plugin => new SFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/SFS/MBR.cs b/Aaru.Tests/Filesystems/SFS/MBR.cs index 49e09f5c9..236194a90 100644 --- a/Aaru.Tests/Filesystems/SFS/MBR.cs +++ b/Aaru.Tests/Filesystems/SFS/MBR.cs @@ -39,7 +39,7 @@ public class MBR : FilesystemTest { public MBR() : base("SmartFileSystem") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Smart File System (MBR)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Smart File System (MBR)"); public override IFilesystem Plugin => new SFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/SFS/RDB.cs b/Aaru.Tests/Filesystems/SFS/RDB.cs index 2f5243066..8e8e3a9c0 100644 --- a/Aaru.Tests/Filesystems/SFS/RDB.cs +++ b/Aaru.Tests/Filesystems/SFS/RDB.cs @@ -39,7 +39,7 @@ public class RDB : FilesystemTest { public RDB() : base("SmartFileSystem") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Smart File System (RDB)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Smart File System (RDB)"); public override IFilesystem Plugin => new SFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/SysV/MBR.cs b/Aaru.Tests/Filesystems/SysV/MBR.cs index cf5a3fdfd..021cf190b 100644 --- a/Aaru.Tests/Filesystems/SysV/MBR.cs +++ b/Aaru.Tests/Filesystems/SysV/MBR.cs @@ -40,7 +40,7 @@ public class MBR : FilesystemTest public MBR() : base("SVR4 fs") {} public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "System V filesystem (MBR)"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "System V filesystem (MBR)"); public override IFilesystem Plugin => new SysVfs(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/SysV/RDB.cs b/Aaru.Tests/Filesystems/SysV/RDB.cs index a29089141..f42519fb8 100644 --- a/Aaru.Tests/Filesystems/SysV/RDB.cs +++ b/Aaru.Tests/Filesystems/SysV/RDB.cs @@ -40,7 +40,7 @@ public class RDB : FilesystemTest public RDB() : base("SVR4 fs") {} public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "System V filesystem (RDB)"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "System V filesystem (RDB)"); public override IFilesystem Plugin => new SysVfs(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/SysV/Whole.cs b/Aaru.Tests/Filesystems/SysV/Whole.cs index 9337e41cb..5c619e249 100644 --- a/Aaru.Tests/Filesystems/SysV/Whole.cs +++ b/Aaru.Tests/Filesystems/SysV/Whole.cs @@ -39,7 +39,7 @@ public class Whole : FilesystemTest { public Whole() : base("SVR4 fs") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "System V filesystem"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "System V filesystem"); public override IFilesystem Plugin => new SysVfs(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/UDF/1.02/Whole.cs b/Aaru.Tests/Filesystems/UDF/1.02/Whole.cs index 016c7a063..567f93865 100644 --- a/Aaru.Tests/Filesystems/UDF/1.02/Whole.cs +++ b/Aaru.Tests/Filesystems/UDF/1.02/Whole.cs @@ -39,7 +39,7 @@ using NUnit.Framework; public class Whole : FilesystemTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Universal Disc Format", "1.02"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "Universal Disc Format", "1.02"); public override IFilesystem Plugin => new UDF(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/UDF/1.50/Optical.cs b/Aaru.Tests/Filesystems/UDF/1.50/Optical.cs index 700394979..10117ac56 100644 --- a/Aaru.Tests/Filesystems/UDF/1.50/Optical.cs +++ b/Aaru.Tests/Filesystems/UDF/1.50/Optical.cs @@ -39,7 +39,7 @@ using NUnit.Framework; public class Optical : FilesystemTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Universal Disc Format", "1.50"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "Universal Disc Format", "1.50"); public override IFilesystem Plugin => new UDF(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/UDF/1.50/Whole.cs b/Aaru.Tests/Filesystems/UDF/1.50/Whole.cs index f4e7bbc66..cae8a4491 100644 --- a/Aaru.Tests/Filesystems/UDF/1.50/Whole.cs +++ b/Aaru.Tests/Filesystems/UDF/1.50/Whole.cs @@ -39,7 +39,7 @@ using NUnit.Framework; public class Whole : FilesystemTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Universal Disc Format", "1.50"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "Universal Disc Format", "1.50"); public override IFilesystem Plugin => new UDF(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/UDF/2.00/Optical.cs b/Aaru.Tests/Filesystems/UDF/2.00/Optical.cs index 7acefdcdb..054736f21 100644 --- a/Aaru.Tests/Filesystems/UDF/2.00/Optical.cs +++ b/Aaru.Tests/Filesystems/UDF/2.00/Optical.cs @@ -39,7 +39,7 @@ using NUnit.Framework; public class Optical : FilesystemTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Universal Disc Format", "2.00"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "Universal Disc Format", "2.00"); public override IFilesystem Plugin => new UDF(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/UDF/2.00/Whole.cs b/Aaru.Tests/Filesystems/UDF/2.00/Whole.cs index 1929f0568..6e3a784bc 100644 --- a/Aaru.Tests/Filesystems/UDF/2.00/Whole.cs +++ b/Aaru.Tests/Filesystems/UDF/2.00/Whole.cs @@ -39,7 +39,7 @@ using NUnit.Framework; public class Whole : FilesystemTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Universal Disc Format", "2.00"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "Universal Disc Format", "2.00"); public override IFilesystem Plugin => new UDF(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/UDF/2.01/Optical.cs b/Aaru.Tests/Filesystems/UDF/2.01/Optical.cs index 884a9ab8b..d2d9dd3e9 100644 --- a/Aaru.Tests/Filesystems/UDF/2.01/Optical.cs +++ b/Aaru.Tests/Filesystems/UDF/2.01/Optical.cs @@ -39,7 +39,7 @@ using NUnit.Framework; public class Optical : FilesystemTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Universal Disc Format", "2.01"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "Universal Disc Format", "2.01"); public override IFilesystem Plugin => new UDF(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/UDF/2.01/Whole.cs b/Aaru.Tests/Filesystems/UDF/2.01/Whole.cs index 864a26b16..bb7eb20da 100644 --- a/Aaru.Tests/Filesystems/UDF/2.01/Whole.cs +++ b/Aaru.Tests/Filesystems/UDF/2.01/Whole.cs @@ -39,7 +39,7 @@ using NUnit.Framework; public class Whole : FilesystemTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Universal Disc Format", "2.01"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "Universal Disc Format", "2.01"); public override IFilesystem Plugin => new UDF(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/UDF/2.50/Whole.cs b/Aaru.Tests/Filesystems/UDF/2.50/Whole.cs index 7ca167af7..df7b192dd 100644 --- a/Aaru.Tests/Filesystems/UDF/2.50/Whole.cs +++ b/Aaru.Tests/Filesystems/UDF/2.50/Whole.cs @@ -39,7 +39,7 @@ using NUnit.Framework; public class Whole : FilesystemTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Universal Disc Format", "2.50"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "Universal Disc Format", "2.50"); public override IFilesystem Plugin => new UDF(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/UDF/2.60/Whole.cs b/Aaru.Tests/Filesystems/UDF/2.60/Whole.cs index e55ab0112..6c745f0ae 100644 --- a/Aaru.Tests/Filesystems/UDF/2.60/Whole.cs +++ b/Aaru.Tests/Filesystems/UDF/2.60/Whole.cs @@ -42,7 +42,7 @@ using NUnit.Framework; public class Whole : FilesystemTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Universal Disc Format", "2.60"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "Universal Disc Format", "2.60"); public override IFilesystem Plugin => new UDF(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/UFS/APM.cs b/Aaru.Tests/Filesystems/UFS/APM.cs index 0500ddf00..851af8e24 100644 --- a/Aaru.Tests/Filesystems/UFS/APM.cs +++ b/Aaru.Tests/Filesystems/UFS/APM.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class APM : FilesystemTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "UNIX filesystem (APM)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "UNIX filesystem (APM)"); public override IFilesystem Plugin => new FFSPlugin(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/UFS/MBR.cs b/Aaru.Tests/Filesystems/UFS/MBR.cs index 13acfb49e..b469f2e68 100644 --- a/Aaru.Tests/Filesystems/UFS/MBR.cs +++ b/Aaru.Tests/Filesystems/UFS/MBR.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class MBR : FilesystemTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "UNIX filesystem (MBR)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "UNIX filesystem (MBR)"); public override IFilesystem Plugin => new FFSPlugin(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/UFS/NeXT Floppy.cs b/Aaru.Tests/Filesystems/UFS/NeXT Floppy.cs index f424e0bd3..b6cd30108 100644 --- a/Aaru.Tests/Filesystems/UFS/NeXT Floppy.cs +++ b/Aaru.Tests/Filesystems/UFS/NeXT Floppy.cs @@ -39,7 +39,7 @@ using NUnit.Framework; [SuppressMessage("ReSharper", "InconsistentNaming")] public class NeXT_Floppy : FilesystemTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "UNIX filesystem (NeXT)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "UNIX filesystem (NeXT)"); public override IFilesystem Plugin => new FFSPlugin(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/UFS/NeXT.cs b/Aaru.Tests/Filesystems/UFS/NeXT.cs index 2bb698ee7..9ec0dfeb0 100644 --- a/Aaru.Tests/Filesystems/UFS/NeXT.cs +++ b/Aaru.Tests/Filesystems/UFS/NeXT.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class NeXT : FilesystemTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "UNIX filesystem (NeXT)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "UNIX filesystem (NeXT)"); public override IFilesystem Plugin => new FFSPlugin(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/UFS/RDB.cs b/Aaru.Tests/Filesystems/UFS/RDB.cs index 2417e0847..334308f75 100644 --- a/Aaru.Tests/Filesystems/UFS/RDB.cs +++ b/Aaru.Tests/Filesystems/UFS/RDB.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class RDB : FilesystemTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "UNIX filesystem (RDB)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "UNIX filesystem (RDB)"); public override IFilesystem Plugin => new FFSPlugin(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/UFS/Sun i86.cs b/Aaru.Tests/Filesystems/UFS/Sun i86.cs index 4a4fc7ef5..9289b8017 100644 --- a/Aaru.Tests/Filesystems/UFS/Sun i86.cs +++ b/Aaru.Tests/Filesystems/UFS/Sun i86.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class Sun_i86 : FilesystemTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "UNIX filesystem (SunOS x86)"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "UNIX filesystem (SunOS x86)"); public override IFilesystem Plugin => new FFSPlugin(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/UFS/Whole.cs b/Aaru.Tests/Filesystems/UFS/Whole.cs index d33901053..424b752ac 100644 --- a/Aaru.Tests/Filesystems/UFS/Whole.cs +++ b/Aaru.Tests/Filesystems/UFS/Whole.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class Whole : FilesystemTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "UNIX filesystem"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "UNIX filesystem"); public override IFilesystem Plugin => new FFSPlugin(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/UNIXBFS/MBR.cs b/Aaru.Tests/Filesystems/UNIXBFS/MBR.cs index 00e79d810..59544b7fb 100644 --- a/Aaru.Tests/Filesystems/UNIXBFS/MBR.cs +++ b/Aaru.Tests/Filesystems/UNIXBFS/MBR.cs @@ -39,7 +39,7 @@ public class MBR : FilesystemTest { public MBR() : base("BFS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Boot File System (MBR)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Boot File System (MBR)"); public override IFilesystem Plugin => new BFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/UNIXBFS/RDB.cs b/Aaru.Tests/Filesystems/UNIXBFS/RDB.cs index 07314a429..7a2de49e9 100644 --- a/Aaru.Tests/Filesystems/UNIXBFS/RDB.cs +++ b/Aaru.Tests/Filesystems/UNIXBFS/RDB.cs @@ -39,7 +39,7 @@ public class RDB : FilesystemTest { public RDB() : base("UFS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Boot File System (RDB)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Boot File System (RDB)"); public override IFilesystem Plugin => new BFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/UNIXBFS/Whole.cs b/Aaru.Tests/Filesystems/UNIXBFS/Whole.cs index 60a3a526b..2b635622b 100644 --- a/Aaru.Tests/Filesystems/UNIXBFS/Whole.cs +++ b/Aaru.Tests/Filesystems/UNIXBFS/Whole.cs @@ -39,7 +39,7 @@ public class Whole : FilesystemTest { public Whole() : base("BFS") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Boot File System"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Boot File System"); public override IFilesystem Plugin => new BFS(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/XENIX/MBR.cs b/Aaru.Tests/Filesystems/XENIX/MBR.cs index 960c37ec5..c55ca5c47 100644 --- a/Aaru.Tests/Filesystems/XENIX/MBR.cs +++ b/Aaru.Tests/Filesystems/XENIX/MBR.cs @@ -39,7 +39,7 @@ public class MBR : FilesystemTest { public MBR() : base("XENIX fs") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "XENIX filesystem (MBR)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "XENIX filesystem (MBR)"); public override IFilesystem Plugin => new SysVfs(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/XENIX/Whole.cs b/Aaru.Tests/Filesystems/XENIX/Whole.cs index a1a9c5607..4ef57e260 100644 --- a/Aaru.Tests/Filesystems/XENIX/Whole.cs +++ b/Aaru.Tests/Filesystems/XENIX/Whole.cs @@ -39,7 +39,7 @@ public class Whole : FilesystemTest { public Whole() : base("XENIX fs") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "XENIX filesystem"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "XENIX filesystem"); public override IFilesystem Plugin => new SysVfs(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/XFS.cs b/Aaru.Tests/Filesystems/XFS.cs index 4989b6a3e..2163ab11e 100644 --- a/Aaru.Tests/Filesystems/XFS.cs +++ b/Aaru.Tests/Filesystems/XFS.cs @@ -38,7 +38,7 @@ public class XFS : FilesystemTest { public XFS() : base("XFS filesystem") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "XFS"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "XFS"); public override IFilesystem Plugin => new Aaru.Filesystems.XFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/Xia.cs b/Aaru.Tests/Filesystems/Xia.cs index bed0a7c0e..144d09c01 100644 --- a/Aaru.Tests/Filesystems/Xia.cs +++ b/Aaru.Tests/Filesystems/Xia.cs @@ -38,7 +38,7 @@ public class Xia : FilesystemTest { public Xia() : base("Xia filesystem") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Xia filesystem"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Xia filesystem"); public override IFilesystem Plugin => new Aaru.Filesystems.Xia(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/ZFS.cs b/Aaru.Tests/Filesystems/ZFS.cs index bed1ef3a6..1d3608c1e 100644 --- a/Aaru.Tests/Filesystems/ZFS.cs +++ b/Aaru.Tests/Filesystems/ZFS.cs @@ -39,7 +39,7 @@ public class Zfs : FilesystemTest { public Zfs() : base("ZFS filesystem") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Zettabyte File System"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Zettabyte File System"); public override IFilesystem Plugin => new ZFS(); public override bool Partitions => false; diff --git a/Aaru.Tests/Filesystems/btrfs.cs b/Aaru.Tests/Filesystems/btrfs.cs index 7b56c0efe..c90a14928 100644 --- a/Aaru.Tests/Filesystems/btrfs.cs +++ b/Aaru.Tests/Filesystems/btrfs.cs @@ -39,7 +39,7 @@ public class Btrfs : FilesystemTest { public Btrfs() : base("B-tree file system") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "btrfs"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "btrfs"); public override IFilesystem Plugin => new BTRFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/exFAT/APM.cs b/Aaru.Tests/Filesystems/exFAT/APM.cs index fc46868ce..82d46e2c1 100644 --- a/Aaru.Tests/Filesystems/exFAT/APM.cs +++ b/Aaru.Tests/Filesystems/exFAT/APM.cs @@ -39,7 +39,7 @@ public class APM : FilesystemTest { public APM() : base("exFAT") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "exFAT (APM)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "exFAT (APM)"); public override IFilesystem Plugin => new exFAT(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/exFAT/GPT.cs b/Aaru.Tests/Filesystems/exFAT/GPT.cs index fb993702b..6584a3b71 100644 --- a/Aaru.Tests/Filesystems/exFAT/GPT.cs +++ b/Aaru.Tests/Filesystems/exFAT/GPT.cs @@ -39,7 +39,7 @@ public class GPT : FilesystemTest { public GPT() : base("exFAT") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "exFAT (GPT)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "exFAT (GPT)"); public override IFilesystem Plugin => new exFAT(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/exFAT/MBR.cs b/Aaru.Tests/Filesystems/exFAT/MBR.cs index d9a21076e..0da65b6fb 100644 --- a/Aaru.Tests/Filesystems/exFAT/MBR.cs +++ b/Aaru.Tests/Filesystems/exFAT/MBR.cs @@ -39,7 +39,7 @@ public class MBR : FilesystemTest { public MBR() : base("exFAT") {} - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "exFAT (MBR)"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "exFAT (MBR)"); public override IFilesystem Plugin => new exFAT(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/ext.cs b/Aaru.Tests/Filesystems/ext.cs index 1c82d3734..318a86e24 100644 --- a/Aaru.Tests/Filesystems/ext.cs +++ b/Aaru.Tests/Filesystems/ext.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class Ext : FilesystemTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Linux extended File System"); + Path.Combine(Consts.TestFilesRoot, "Filesystems", "Linux extended File System"); public override IFilesystem Plugin => new extFS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filesystems/ext2.cs b/Aaru.Tests/Filesystems/ext2.cs index 632bbf8d5..479b69c2d 100644 --- a/Aaru.Tests/Filesystems/ext2.cs +++ b/Aaru.Tests/Filesystems/ext2.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class Ext2 : FilesystemTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "ext2"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "ext2"); public override IFilesystem Plugin => new ext2FS(); public override bool Partitions => true; diff --git a/Aaru.Tests/Filters/AppleDoubleDave.cs b/Aaru.Tests/Filters/AppleDoubleDave.cs index e948a9e8c..f81b2000b 100644 --- a/Aaru.Tests/Filters/AppleDoubleDave.cs +++ b/Aaru.Tests/Filters/AppleDoubleDave.cs @@ -47,9 +47,9 @@ public class AppleDoubleDave public AppleDoubleDave() { - _location = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "AppleDouble", "dave", "DOS_720.dmg"); + _location = Path.Combine(Consts.TestFilesRoot, "Filters", "AppleDouble", "dave", "DOS_720.dmg"); - _sidecar = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "AppleDouble", "dave", "resource.frk", + _sidecar = Path.Combine(Consts.TestFilesRoot, "Filters", "AppleDouble", "dave", "resource.frk", "DOS_720.dmg"); } diff --git a/Aaru.Tests/Filters/AppleDoubleDos.cs b/Aaru.Tests/Filters/AppleDoubleDos.cs index 412f30271..a7dab317f 100644 --- a/Aaru.Tests/Filters/AppleDoubleDos.cs +++ b/Aaru.Tests/Filters/AppleDoubleDos.cs @@ -47,8 +47,8 @@ public class AppleDoubleDos public AppleDoubleDos() { - _location = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "AppleDouble", "dos", "DOS_720.dmg"); - _sidecar = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "AppleDouble", "dos", "DOS_720.adf"); + _location = Path.Combine(Consts.TestFilesRoot, "Filters", "AppleDouble", "dos", "DOS_720.dmg"); + _sidecar = Path.Combine(Consts.TestFilesRoot, "Filters", "AppleDouble", "dos", "DOS_720.adf"); } [Test] diff --git a/Aaru.Tests/Filters/AppleDoubleNetatalk.cs b/Aaru.Tests/Filters/AppleDoubleNetatalk.cs index d52b66726..ec457b75a 100644 --- a/Aaru.Tests/Filters/AppleDoubleNetatalk.cs +++ b/Aaru.Tests/Filters/AppleDoubleNetatalk.cs @@ -47,9 +47,9 @@ public class AppleDoubleNetatalk public AppleDoubleNetatalk() { - _location = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "AppleDouble", "netatalk", "DOS_720.dmg"); + _location = Path.Combine(Consts.TestFilesRoot, "Filters", "AppleDouble", "netatalk", "DOS_720.dmg"); - _sidecar = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "AppleDouble", "netatalk", ".AppleDouble", + _sidecar = Path.Combine(Consts.TestFilesRoot, "Filters", "AppleDouble", "netatalk", ".AppleDouble", "DOS_720.dmg"); } diff --git a/Aaru.Tests/Filters/AppleDoubleOsX.cs b/Aaru.Tests/Filters/AppleDoubleOsX.cs index 035fab908..9de194c02 100644 --- a/Aaru.Tests/Filters/AppleDoubleOsX.cs +++ b/Aaru.Tests/Filters/AppleDoubleOsX.cs @@ -47,8 +47,8 @@ public class AppleDoubleOsX public AppleDoubleOsX() { - _location = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "AppleDouble", "osx", "DOS_720.dmg"); - _sidecar = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "AppleDouble", "osx", "._DOS_720.dmg"); + _location = Path.Combine(Consts.TestFilesRoot, "Filters", "AppleDouble", "osx", "DOS_720.dmg"); + _sidecar = Path.Combine(Consts.TestFilesRoot, "Filters", "AppleDouble", "osx", "._DOS_720.dmg"); } [Test] diff --git a/Aaru.Tests/Filters/AppleDoubleProDos.cs b/Aaru.Tests/Filters/AppleDoubleProDos.cs index d17142953..5d93c02d5 100644 --- a/Aaru.Tests/Filters/AppleDoubleProDos.cs +++ b/Aaru.Tests/Filters/AppleDoubleProDos.cs @@ -47,8 +47,8 @@ public class AppleDoubleProDos public AppleDoubleProDos() { - _location = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "AppleDouble", "prodos", "DOS_720.dmg"); - _sidecar = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "AppleDouble", "prodos", "R.DOS_720.dmg"); + _location = Path.Combine(Consts.TestFilesRoot, "Filters", "AppleDouble", "prodos", "DOS_720.dmg"); + _sidecar = Path.Combine(Consts.TestFilesRoot, "Filters", "AppleDouble", "prodos", "R.DOS_720.dmg"); } [Test] diff --git a/Aaru.Tests/Filters/AppleDoubleUnAr.cs b/Aaru.Tests/Filters/AppleDoubleUnAr.cs index d5bf76fde..e46780440 100644 --- a/Aaru.Tests/Filters/AppleDoubleUnAr.cs +++ b/Aaru.Tests/Filters/AppleDoubleUnAr.cs @@ -47,8 +47,8 @@ public class AppleDoubleUnAr public AppleDoubleUnAr() { - _location = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "AppleDouble", "unar", "DOS_720.dmg"); - _sidecar = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "AppleDouble", "unar", "DOS_720.dmg.rsrc"); + _location = Path.Combine(Consts.TestFilesRoot, "Filters", "AppleDouble", "unar", "DOS_720.dmg"); + _sidecar = Path.Combine(Consts.TestFilesRoot, "Filters", "AppleDouble", "unar", "DOS_720.dmg.rsrc"); } [Test] diff --git a/Aaru.Tests/Filters/AppleDoubleUnix.cs b/Aaru.Tests/Filters/AppleDoubleUnix.cs index 6861ec633..abe92b211 100644 --- a/Aaru.Tests/Filters/AppleDoubleUnix.cs +++ b/Aaru.Tests/Filters/AppleDoubleUnix.cs @@ -47,8 +47,8 @@ public class AppleDoubleUnix public AppleDoubleUnix() { - _location = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "AppleDouble", "unix", "DOS_720.dmg"); - _sidecar = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "AppleDouble", "unix", "%DOS_720.dmg"); + _location = Path.Combine(Consts.TestFilesRoot, "Filters", "AppleDouble", "unix", "DOS_720.dmg"); + _sidecar = Path.Combine(Consts.TestFilesRoot, "Filters", "AppleDouble", "unix", "%DOS_720.dmg"); } [Test] diff --git a/Aaru.Tests/Filters/AppleSingle.cs b/Aaru.Tests/Filters/AppleSingle.cs index 4b135e8d4..d022ba562 100644 --- a/Aaru.Tests/Filters/AppleSingle.cs +++ b/Aaru.Tests/Filters/AppleSingle.cs @@ -42,7 +42,7 @@ public class AppleSingle const string EXPECTED_RESOURCE = "c689c58945169065483d94e39583d416"; readonly string _location; - public AppleSingle() => _location = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "AppleSingle", "DOS_720.ASF"); + public AppleSingle() => _location = Path.Combine(Consts.TestFilesRoot, "Filters", "AppleSingle", "DOS_720.ASF"); [Test] public void CheckContents() diff --git a/Aaru.Tests/Filters/BZip2.cs b/Aaru.Tests/Filters/BZip2.cs index e0f30ed46..ab65ef2ee 100644 --- a/Aaru.Tests/Filters/BZip2.cs +++ b/Aaru.Tests/Filters/BZip2.cs @@ -47,7 +47,7 @@ public class BZip2 }; readonly string _location; - public BZip2() => _location = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "bzip2.bz2"); + public BZip2() => _location = Path.Combine(Consts.TestFilesRoot, "Filters", "bzip2.bz2"); [Test] public void CheckContents() diff --git a/Aaru.Tests/Filters/GZip.cs b/Aaru.Tests/Filters/GZip.cs index dcb72c43f..d59011a1b 100644 --- a/Aaru.Tests/Filters/GZip.cs +++ b/Aaru.Tests/Filters/GZip.cs @@ -47,7 +47,7 @@ public class GZip }; readonly string _location; - public GZip() => _location = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "gzip.gz"); + public GZip() => _location = Path.Combine(Consts.TestFilesRoot, "Filters", "gzip.gz"); [Test] public void CheckContents() diff --git a/Aaru.Tests/Filters/LZip.cs b/Aaru.Tests/Filters/LZip.cs index 4bc241e3b..cd8469524 100644 --- a/Aaru.Tests/Filters/LZip.cs +++ b/Aaru.Tests/Filters/LZip.cs @@ -47,7 +47,7 @@ public class LZip }; readonly string _location; - public LZip() => _location = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "lzip.lz"); + public LZip() => _location = Path.Combine(Consts.TestFilesRoot, "Filters", "lzip.lz"); [Test] public void CheckContents() diff --git a/Aaru.Tests/Filters/MacBinary1.cs b/Aaru.Tests/Filters/MacBinary1.cs index 4a3bd791d..521cd6726 100644 --- a/Aaru.Tests/Filters/MacBinary1.cs +++ b/Aaru.Tests/Filters/MacBinary1.cs @@ -43,7 +43,7 @@ public class MacBinary1 const string EXPECTED_RESOURCE = "c689c58945169065483d94e39583d416"; readonly string _location; - public MacBinary1() => _location = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "MacBinary", "macbinary1.bin"); + public MacBinary1() => _location = Path.Combine(Consts.TestFilesRoot, "Filters", "MacBinary", "macbinary1.bin"); [Test] public void CheckContents() diff --git a/Aaru.Tests/Filters/MacBinary2.cs b/Aaru.Tests/Filters/MacBinary2.cs index 7fe7dae27..07aa846db 100644 --- a/Aaru.Tests/Filters/MacBinary2.cs +++ b/Aaru.Tests/Filters/MacBinary2.cs @@ -43,7 +43,7 @@ public class MacBinary2 const string EXPECTED_RESOURCE = "c689c58945169065483d94e39583d416"; readonly string _location; - public MacBinary2() => _location = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "MacBinary", "macbinary2.bin"); + public MacBinary2() => _location = Path.Combine(Consts.TestFilesRoot, "Filters", "MacBinary", "macbinary2.bin"); [Test] public void CheckContents() diff --git a/Aaru.Tests/Filters/MacBinary3.cs b/Aaru.Tests/Filters/MacBinary3.cs index b7443f2b3..052a3ee3b 100644 --- a/Aaru.Tests/Filters/MacBinary3.cs +++ b/Aaru.Tests/Filters/MacBinary3.cs @@ -43,7 +43,7 @@ public class MacBinary3 const string EXPECTED_RESOURCE = "c689c58945169065483d94e39583d416"; readonly string _location; - public MacBinary3() => _location = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "MacBinary", "macbinary3.bin"); + public MacBinary3() => _location = Path.Combine(Consts.TestFilesRoot, "Filters", "MacBinary", "macbinary3.bin"); [Test] public void CheckContents() diff --git a/Aaru.Tests/Filters/PCExchange.cs b/Aaru.Tests/Filters/PCExchange.cs index b09834c19..6a2036478 100644 --- a/Aaru.Tests/Filters/PCExchange.cs +++ b/Aaru.Tests/Filters/PCExchange.cs @@ -43,7 +43,7 @@ public class PcExchange readonly string _location; public PcExchange() => - _location = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "PC Exchange", "DC6_RW_DOS_720.img"); + _location = Path.Combine(Consts.TestFilesRoot, "Filters", "PC Exchange", "DC6_RW_DOS_720.img"); [Test] public void CheckContents() @@ -63,7 +63,7 @@ public class PcExchange [Test] public void CheckCorrectFile() { - string result = Md5Context.File(Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "PC Exchange", "FINDER.DAT"), + string result = Md5Context.File(Path.Combine(Consts.TestFilesRoot, "Filters", "PC Exchange", "FINDER.DAT"), out _); Assert.AreEqual(EXPECTED_FILE, result); diff --git a/Aaru.Tests/Filters/XZ.cs b/Aaru.Tests/Filters/XZ.cs index 172451895..25b2d2f43 100644 --- a/Aaru.Tests/Filters/XZ.cs +++ b/Aaru.Tests/Filters/XZ.cs @@ -48,7 +48,7 @@ public class Xz }; readonly string _location; - public Xz() => _location = Path.Combine(Consts.TEST_FILES_ROOT, "Filters", "xz.xz"); + public Xz() => _location = Path.Combine(Consts.TestFilesRoot, "Filters", "xz.xz"); [Test] public void CheckContents() diff --git a/Aaru.Tests/Images/2MG.cs b/Aaru.Tests/Images/2MG.cs index 087ef8865..bf914adc9 100644 --- a/Aaru.Tests/Images/2MG.cs +++ b/Aaru.Tests/Images/2MG.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class Apple2Mg : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "2mg"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "2mg"); public override IMediaImage Plugin => new DiscImages.Apple2Mg(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/AaruFormat/Tape/V1.cs b/Aaru.Tests/Images/AaruFormat/Tape/V1.cs index 2af657d2c..fd90f3a9e 100644 --- a/Aaru.Tests/Images/AaruFormat/Tape/V1.cs +++ b/Aaru.Tests/Images/AaruFormat/Tape/V1.cs @@ -39,7 +39,7 @@ using NUnit.Framework; public class V1 : TapeMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "AaruFormat", "V1"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "AaruFormat", "V1"); public override IMediaImage Plugin => new AaruFormat(); public override TapeImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/AaruFormat/V1.cs b/Aaru.Tests/Images/AaruFormat/V1.cs index 82e36048c..157d7b9b8 100644 --- a/Aaru.Tests/Images/AaruFormat/V1.cs +++ b/Aaru.Tests/Images/AaruFormat/V1.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class V1 : OpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "AaruFormat", "V1"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "AaruFormat", "V1"); public override IMediaImage Plugin => new AaruFormat(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/Alcohol120.cs b/Aaru.Tests/Images/Alcohol120.cs index 1e8b0f050..f3d73e68f 100644 --- a/Aaru.Tests/Images/Alcohol120.cs +++ b/Aaru.Tests/Images/Alcohol120.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class Alcohol120 : OpticalMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "Alcohol 120%"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "Alcohol 120%"); public override IMediaImage Plugin => new DiscImages.Alcohol120(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/Anex86.cs b/Aaru.Tests/Images/Anex86.cs index 60bb8c934..bc74c0c82 100644 --- a/Aaru.Tests/Images/Anex86.cs +++ b/Aaru.Tests/Images/Anex86.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class Anex86 : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "Anex86"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "Anex86"); public override IMediaImage Plugin => new DiscImages.Anex86(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/AppleDOS/DOS.cs b/Aaru.Tests/Images/AppleDOS/DOS.cs index 683d03097..cdde37863 100644 --- a/Aaru.Tests/Images/AppleDOS/DOS.cs +++ b/Aaru.Tests/Images/AppleDOS/DOS.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class DOS : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "Apple DOS Order"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "Apple DOS Order"); public override IMediaImage Plugin => new AppleDos(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/AppleDOS/DOS32.cs b/Aaru.Tests/Images/AppleDOS/DOS32.cs index e62712a4b..6ff78b4d6 100644 --- a/Aaru.Tests/Images/AppleDOS/DOS32.cs +++ b/Aaru.Tests/Images/AppleDOS/DOS32.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class DOS32 : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "Apple DOS 13 sectors"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "Apple DOS 13 sectors"); public override IMediaImage Plugin => new AppleDos(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/AppleDOS/ProDOS.cs b/Aaru.Tests/Images/AppleDOS/ProDOS.cs index 11d0dcd25..f08e66e36 100644 --- a/Aaru.Tests/Images/AppleDOS/ProDOS.cs +++ b/Aaru.Tests/Images/AppleDOS/ProDOS.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class ProDOS : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "Apple ProDOS Order"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "Apple ProDOS Order"); public override IMediaImage Plugin => new AppleDos(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/AppleNIB.cs b/Aaru.Tests/Images/AppleNIB.cs index 8bd3849fe..93dce6493 100644 --- a/Aaru.Tests/Images/AppleNIB.cs +++ b/Aaru.Tests/Images/AppleNIB.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class AppleNib : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "Nibbles"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "Nibbles"); public override IMediaImage Plugin => new DiscImages.AppleNib(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/Apridisk.cs b/Aaru.Tests/Images/Apridisk.cs index 1ed834ed9..263cca889 100644 --- a/Aaru.Tests/Images/Apridisk.cs +++ b/Aaru.Tests/Images/Apridisk.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class Apridisk : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "Apridisk"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "Apridisk"); public override IMediaImage Plugin => new DiscImages.Apridisk(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/BlindWrite4.cs b/Aaru.Tests/Images/BlindWrite4.cs index 63eab8159..6459a0e99 100644 --- a/Aaru.Tests/Images/BlindWrite4.cs +++ b/Aaru.Tests/Images/BlindWrite4.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class BlindWrite4 : OpticalMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "BlindWrite 4"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "BlindWrite 4"); public override IMediaImage Plugin => new DiscImages.BlindWrite4(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/BlindWrite5.cs b/Aaru.Tests/Images/BlindWrite5.cs index abecbbf50..099d7591f 100644 --- a/Aaru.Tests/Images/BlindWrite5.cs +++ b/Aaru.Tests/Images/BlindWrite5.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class BlindWrite5 : OpticalMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "BlindWrite 5"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "BlindWrite 5"); public override IMediaImage Plugin => new DiscImages.BlindWrite5(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/BlindWrite6.cs b/Aaru.Tests/Images/BlindWrite6.cs index 2e0274c52..b10700c78 100644 --- a/Aaru.Tests/Images/BlindWrite6.cs +++ b/Aaru.Tests/Images/BlindWrite6.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class BlindWrite6 : OpticalMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "BlindWrite 6"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "BlindWrite 6"); public override IMediaImage Plugin => new DiscImages.BlindWrite5(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/BlindWrite7.cs b/Aaru.Tests/Images/BlindWrite7.cs index 34fde1d20..173e80e2d 100644 --- a/Aaru.Tests/Images/BlindWrite7.cs +++ b/Aaru.Tests/Images/BlindWrite7.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class BlindWrite7 : OpticalMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "BlindWrite 7"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "BlindWrite 7"); public override IMediaImage Plugin => new DiscImages.BlindWrite5(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/CDRWin.cs b/Aaru.Tests/Images/CDRWin.cs index 2417a9e9e..4b86d4998 100644 --- a/Aaru.Tests/Images/CDRWin.cs +++ b/Aaru.Tests/Images/CDRWin.cs @@ -39,7 +39,7 @@ using NUnit.Framework; [SuppressMessage("ReSharper", "InconsistentNaming")] public class CDRWin : OpticalMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "CDRWin"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "CDRWin"); public override IMediaImage Plugin => new CdrWin(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/CDRWin10.cs b/Aaru.Tests/Images/CDRWin10.cs index d9d2ed91f..6975bd387 100644 --- a/Aaru.Tests/Images/CDRWin10.cs +++ b/Aaru.Tests/Images/CDRWin10.cs @@ -38,7 +38,7 @@ using NUnit.Framework; [SuppressMessage("ReSharper", "InconsistentNaming")] public class CDRWin10 : OpticalMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "CDRWin 10"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "CDRWin 10"); public override IMediaImage Plugin => new DiscImages.Alcohol120(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/CPCDSK.cs b/Aaru.Tests/Images/CPCDSK.cs index f3588875e..15c069bee 100644 --- a/Aaru.Tests/Images/CPCDSK.cs +++ b/Aaru.Tests/Images/CPCDSK.cs @@ -39,7 +39,7 @@ using NUnit.Framework; [SuppressMessage("ReSharper", "InconsistentNaming")] public class CPCDSK : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "CPCDSK"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "CPCDSK"); public override IMediaImage Plugin => new Cpcdsk(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/CisCopy/Uncompressed.cs b/Aaru.Tests/Images/CisCopy/Uncompressed.cs index 49e9bbbc9..a25743e03 100644 --- a/Aaru.Tests/Images/CisCopy/Uncompressed.cs +++ b/Aaru.Tests/Images/CisCopy/Uncompressed.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class Uncompressed : BlockMediaImageTest { // TODO: Support compression - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "CisCopy"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "CisCopy"); public override IMediaImage Plugin => new CisCopy(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/CloneCD.cs b/Aaru.Tests/Images/CloneCD.cs index 036fe6470..0b6db9865 100644 --- a/Aaru.Tests/Images/CloneCD.cs +++ b/Aaru.Tests/Images/CloneCD.cs @@ -39,7 +39,7 @@ using NUnit.Framework; [SuppressMessage("ReSharper", "InconsistentNaming")] public class CloneCD : OpticalMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "CloneCD"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "CloneCD"); public override IMediaImage Plugin => new CloneCd(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/Commodore64/D64.cs b/Aaru.Tests/Images/Commodore64/D64.cs index a4825c90e..ded62bcc4 100644 --- a/Aaru.Tests/Images/Commodore64/D64.cs +++ b/Aaru.Tests/Images/Commodore64/D64.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class D64 : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "Commodore D64"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "Commodore D64"); public override IMediaImage Plugin => new ZZZRawImage(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/Commodore64/D81.cs b/Aaru.Tests/Images/Commodore64/D81.cs index ef112c98c..fc19a7735 100644 --- a/Aaru.Tests/Images/Commodore64/D81.cs +++ b/Aaru.Tests/Images/Commodore64/D81.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class D81 : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "Commodore D81"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "Commodore D81"); public override IMediaImage Plugin => new ZZZRawImage(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/CopyQM.cs b/Aaru.Tests/Images/CopyQM.cs index ef36c6226..bb1a067b7 100644 --- a/Aaru.Tests/Images/CopyQM.cs +++ b/Aaru.Tests/Images/CopyQM.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class CopyQm : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "CopyQM"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "CopyQM"); public override IMediaImage Plugin => new DiscImages.CopyQm(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/CopyTape.cs b/Aaru.Tests/Images/CopyTape.cs index 1821ba513..a738f9e7e 100644 --- a/Aaru.Tests/Images/CopyTape.cs +++ b/Aaru.Tests/Images/CopyTape.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class CopyTape : TapeMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "copytape"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "copytape"); public override IMediaImage Plugin => new DiscImages.CopyTape(); public override TapeImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/D88.cs b/Aaru.Tests/Images/D88.cs index 0eea936ac..fc82f67f7 100644 --- a/Aaru.Tests/Images/D88.cs +++ b/Aaru.Tests/Images/D88.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class D88 : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "D88"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "D88"); public override IMediaImage Plugin => new DiscImages.D88(); public override BlockImageTestExpected[] Tests => new[] { diff --git a/Aaru.Tests/Images/DART.cs b/Aaru.Tests/Images/DART.cs index d65f0f4e6..62e2c5a54 100644 --- a/Aaru.Tests/Images/DART.cs +++ b/Aaru.Tests/Images/DART.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class Dart : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DART"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "DART"); public override IMediaImage Plugin => new DiscImages.Dart(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiscJuggler.cs b/Aaru.Tests/Images/DiscJuggler.cs index 956e3aac3..c8bed2ca7 100644 --- a/Aaru.Tests/Images/DiscJuggler.cs +++ b/Aaru.Tests/Images/DiscJuggler.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class DiscJuggler : OpticalMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiscJuggler"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiscJuggler"); public override IMediaImage Plugin => new DiscImages.DiscJuggler(); public override OpticalImageTestExpected[] Tests => new[] { diff --git a/Aaru.Tests/Images/DiskCopy42.cs b/Aaru.Tests/Images/DiskCopy42.cs index 8e10f8a37..14862eaa1 100644 --- a/Aaru.Tests/Images/DiskCopy42.cs +++ b/Aaru.Tests/Images/DiskCopy42.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class DiskCopy42 : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskCopy 4.2"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskCopy 4.2"); public override IMediaImage Plugin => new DiscImages.DiskCopy42(); public override BlockImageTestExpected[] Tests => new[] { diff --git a/Aaru.Tests/Images/DiskCopy633/DiskCopy42.cs b/Aaru.Tests/Images/DiskCopy633/DiskCopy42.cs index acb307c12..455a8e005 100644 --- a/Aaru.Tests/Images/DiskCopy633/DiskCopy42.cs +++ b/Aaru.Tests/Images/DiskCopy633/DiskCopy42.cs @@ -37,7 +37,7 @@ using NUnit.Framework; public class DiskCopy42 : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskCopy 6.3.3", "DiskCopy 4.2"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskCopy 6.3.3", "DiskCopy 4.2"); public override IMediaImage Plugin => new DiscImages.DiskCopy42(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskCopy633/NDIF/ROCo.cs b/Aaru.Tests/Images/DiskCopy633/NDIF/ROCo.cs index c5a9dde2c..7c1934a79 100644 --- a/Aaru.Tests/Images/DiskCopy633/NDIF/ROCo.cs +++ b/Aaru.Tests/Images/DiskCopy633/NDIF/ROCo.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class ROCo : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskCopy 6.3.3", "NDIF", "ROCo"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskCopy 6.3.3", "NDIF", "ROCo"); public override IMediaImage Plugin => new Ndif(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskCopy633/NDIF/RdWr.cs b/Aaru.Tests/Images/DiskCopy633/NDIF/RdWr.cs index 8acc880a8..a7814b49e 100644 --- a/Aaru.Tests/Images/DiskCopy633/NDIF/RdWr.cs +++ b/Aaru.Tests/Images/DiskCopy633/NDIF/RdWr.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class RdWr : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskCopy 6.3.3", "NDIF", "RdWr"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskCopy 6.3.3", "NDIF", "RdWr"); public override IMediaImage Plugin => new Ndif(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskCopy633/NDIF/Rdxx.cs b/Aaru.Tests/Images/DiskCopy633/NDIF/Rdxx.cs index 1b9ecdbc1..8e47ed155 100644 --- a/Aaru.Tests/Images/DiskCopy633/NDIF/Rdxx.cs +++ b/Aaru.Tests/Images/DiskCopy633/NDIF/Rdxx.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class Rdxx : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskCopy 6.3.3", "NDIF", "Rdxx"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskCopy 6.3.3", "NDIF", "Rdxx"); public override IMediaImage Plugin => new Ndif(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskCopy65/UDCO.cs b/Aaru.Tests/Images/DiskCopy65/UDCO.cs index 4a3839597..c22f79129 100644 --- a/Aaru.Tests/Images/DiskCopy65/UDCO.cs +++ b/Aaru.Tests/Images/DiskCopy65/UDCO.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class UDCO : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskCopy 6.5", "UDIF", "UDCO"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskCopy 6.5", "UDIF", "UDCO"); public override IMediaImage Plugin => new Udif(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskCopy65/UDCo_obsolete.cs b/Aaru.Tests/Images/DiskCopy65/UDCo_obsolete.cs index 1cb1427c6..04db6f2a8 100644 --- a/Aaru.Tests/Images/DiskCopy65/UDCo_obsolete.cs +++ b/Aaru.Tests/Images/DiskCopy65/UDCo_obsolete.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class UDCo_obsolete : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskCopy 6.5", "UDIF", "UDCo_OBS"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskCopy 6.5", "UDIF", "UDCo_OBS"); public override IMediaImage Plugin => new Udif(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskCopy65/UDRAW.cs b/Aaru.Tests/Images/DiskCopy65/UDRAW.cs index 797994a0a..2bdbf36d9 100644 --- a/Aaru.Tests/Images/DiskCopy65/UDRAW.cs +++ b/Aaru.Tests/Images/DiskCopy65/UDRAW.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class UDRAW : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskCopy 6.5", "UDIF", "UDRAW"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskCopy 6.5", "UDIF", "UDRAW"); public override IMediaImage Plugin => new Udif(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskCopy65/UDRO.cs b/Aaru.Tests/Images/DiskCopy65/UDRO.cs index 63972c264..d8fc154b5 100644 --- a/Aaru.Tests/Images/DiskCopy65/UDRO.cs +++ b/Aaru.Tests/Images/DiskCopy65/UDRO.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class UDRO : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskCopy 6.5", "UDIF", "UDRO"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskCopy 6.5", "UDIF", "UDRO"); public override IMediaImage Plugin => new Udif(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskCopy65/UDRo_obsolete.cs b/Aaru.Tests/Images/DiskCopy65/UDRo_obsolete.cs index 9aa43ffc5..1397e47fe 100644 --- a/Aaru.Tests/Images/DiskCopy65/UDRo_obsolete.cs +++ b/Aaru.Tests/Images/DiskCopy65/UDRo_obsolete.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class UDRo_obsolete : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskCopy 6.5", "UDIF", "UDRo_OBS"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskCopy 6.5", "UDIF", "UDRo_OBS"); public override IMediaImage Plugin => new Udif(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskDupe.cs b/Aaru.Tests/Images/DiskDupe.cs index 6ed9f8268..87598838a 100644 --- a/Aaru.Tests/Images/DiskDupe.cs +++ b/Aaru.Tests/Images/DiskDupe.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class DiskDupe : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskDupe"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskDupe"); public override IMediaImage Plugin => new DiscImages.DiskDupe(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskImagesFramework/DiskCopy42.cs b/Aaru.Tests/Images/DiskImagesFramework/DiskCopy42.cs index fcb060865..e282ea53e 100644 --- a/Aaru.Tests/Images/DiskImagesFramework/DiskCopy42.cs +++ b/Aaru.Tests/Images/DiskImagesFramework/DiskCopy42.cs @@ -37,7 +37,7 @@ using NUnit.Framework; public class DiskCopy42 : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskImagesFramework", "DiskCopy 4.2"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskImagesFramework", "DiskCopy 4.2"); public override IMediaImage Plugin => new DiscImages.DiskCopy42(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskImagesFramework/NDIF/ROCo.cs b/Aaru.Tests/Images/DiskImagesFramework/NDIF/ROCo.cs index 123375e79..8a112b866 100644 --- a/Aaru.Tests/Images/DiskImagesFramework/NDIF/ROCo.cs +++ b/Aaru.Tests/Images/DiskImagesFramework/NDIF/ROCo.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class ROCo : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskImagesFramework", "NDIF", "ROCo"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskImagesFramework", "NDIF", "ROCo"); public override IMediaImage Plugin => new Ndif(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskImagesFramework/NDIF/RdWr.cs b/Aaru.Tests/Images/DiskImagesFramework/NDIF/RdWr.cs index fe51fdb63..8094efb20 100644 --- a/Aaru.Tests/Images/DiskImagesFramework/NDIF/RdWr.cs +++ b/Aaru.Tests/Images/DiskImagesFramework/NDIF/RdWr.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class RdWr : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskImagesFramework", "NDIF", "RdWr"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskImagesFramework", "NDIF", "RdWr"); public override IMediaImage Plugin => new Ndif(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskImagesFramework/NDIF/Rdxx.cs b/Aaru.Tests/Images/DiskImagesFramework/NDIF/Rdxx.cs index 5424f8ac4..b327e8c26 100644 --- a/Aaru.Tests/Images/DiskImagesFramework/NDIF/Rdxx.cs +++ b/Aaru.Tests/Images/DiskImagesFramework/NDIF/Rdxx.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class Rdxx : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskImagesFramework", "NDIF", "Rdxx"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskImagesFramework", "NDIF", "Rdxx"); public override IMediaImage Plugin => new Ndif(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskImagesFramework/UDIF/IPOD.cs b/Aaru.Tests/Images/DiskImagesFramework/UDIF/IPOD.cs index 308be210a..5356d1fce 100644 --- a/Aaru.Tests/Images/DiskImagesFramework/UDIF/IPOD.cs +++ b/Aaru.Tests/Images/DiskImagesFramework/UDIF/IPOD.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class IPOD : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskImagesFramework", "UDIF", "IPOD"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskImagesFramework", "UDIF", "IPOD"); public override IMediaImage Plugin => new Udif(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDBZ.cs b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDBZ.cs index 042b87407..124594a37 100644 --- a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDBZ.cs +++ b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDBZ.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class UDBZ : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskImagesFramework", "UDIF", "UDBZ"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskImagesFramework", "UDIF", "UDBZ"); public override IMediaImage Plugin => new Udif(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDCO.cs b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDCO.cs index 2433ddcf0..d3b1ad136 100644 --- a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDCO.cs +++ b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDCO.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class UDCO : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskImagesFramework", "UDIF", "UDCO"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskImagesFramework", "UDIF", "UDCO"); public override IMediaImage Plugin => new Udif(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDRO.cs b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDRO.cs index 6056db28a..004b76f9f 100644 --- a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDRO.cs +++ b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDRO.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class UDRO : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskImagesFramework", "UDIF", "UDRO"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskImagesFramework", "UDIF", "UDRO"); public override IMediaImage Plugin => new Udif(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDRW.cs b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDRW.cs index a902220d5..68c0d2891 100644 --- a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDRW.cs +++ b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDRW.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class UDRW : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskImagesFramework", "UDIF", "UDRW"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskImagesFramework", "UDIF", "UDRW"); public override IMediaImage Plugin => new ZZZRawImage(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDTO.cs b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDTO.cs index ff19017ac..ab3568a76 100644 --- a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDTO.cs +++ b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDTO.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class UDTO : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskImagesFramework", "UDIF", "UDTO"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskImagesFramework", "UDIF", "UDTO"); public override IMediaImage Plugin => new ZZZRawImage(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDZO.cs b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDZO.cs index 3593f7854..d97456816 100644 --- a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDZO.cs +++ b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UDZO.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class UDZO : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskImagesFramework", "UDIF", "UDZO"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskImagesFramework", "UDIF", "UDZO"); public override IMediaImage Plugin => new Udif(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UFBI.cs b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UFBI.cs index 4d97f0948..ee97423d5 100644 --- a/Aaru.Tests/Images/DiskImagesFramework/UDIF/UFBI.cs +++ b/Aaru.Tests/Images/DiskImagesFramework/UDIF/UFBI.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class UFBI : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskImagesFramework", "UDIF", "UFBI"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskImagesFramework", "UDIF", "UFBI"); public override IMediaImage Plugin => new Udif(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskImagesFramework/UDIF/ULMO.cs b/Aaru.Tests/Images/DiskImagesFramework/UDIF/ULMO.cs index ca826ac81..70563f300 100644 --- a/Aaru.Tests/Images/DiskImagesFramework/UDIF/ULMO.cs +++ b/Aaru.Tests/Images/DiskImagesFramework/UDIF/ULMO.cs @@ -39,7 +39,7 @@ using NUnit.Framework; public class ULMO : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DiskImagesFramework", "UDIF", "ULMO"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "DiskImagesFramework", "UDIF", "ULMO"); public override IMediaImage Plugin => new Udif(); public override BlockImageTestExpected[] Tests => new BlockImageTestExpected[] diff --git a/Aaru.Tests/Images/DiskUtilities/ImageDisk.cs b/Aaru.Tests/Images/DiskUtilities/ImageDisk.cs index 0720e489e..f4e7a3253 100644 --- a/Aaru.Tests/Images/DiskUtilities/ImageDisk.cs +++ b/Aaru.Tests/Images/DiskUtilities/ImageDisk.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class ImageDisk : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "disk-analyse", "ImageDisk"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "disk-analyse", "ImageDisk"); public override IMediaImage Plugin => new Imd(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DiskUtilities/Raw.cs b/Aaru.Tests/Images/DiskUtilities/Raw.cs index 6c4068b92..15dcef308 100644 --- a/Aaru.Tests/Images/DiskUtilities/Raw.cs +++ b/Aaru.Tests/Images/DiskUtilities/Raw.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class Raw : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "disk-analyse", "raw"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "disk-analyse", "raw"); public override IMediaImage Plugin => new ZZZRawImage(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/DriDiskCopy.cs b/Aaru.Tests/Images/DriDiskCopy.cs index ef9538cf7..c9a2a2011 100644 --- a/Aaru.Tests/Images/DriDiskCopy.cs +++ b/Aaru.Tests/Images/DriDiskCopy.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class DriDiskCopy : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "DRI DISKCOPY"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "DRI DISKCOPY"); public override IMediaImage Plugin => new DiscImages.DriDiskCopy(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/GameJack6.cs b/Aaru.Tests/Images/GameJack6.cs index 3f47915a6..36af9ec6a 100644 --- a/Aaru.Tests/Images/GameJack6.cs +++ b/Aaru.Tests/Images/GameJack6.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class GameJack6 : OpticalMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "GameJack 6"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "GameJack 6"); public override IMediaImage Plugin => new DiscImages.Alcohol120(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/HDCopy.cs b/Aaru.Tests/Images/HDCopy.cs index 59d5a3437..38f2a2b37 100644 --- a/Aaru.Tests/Images/HDCopy.cs +++ b/Aaru.Tests/Images/HDCopy.cs @@ -39,7 +39,7 @@ using NUnit.Framework; [SuppressMessage("ReSharper", "InconsistentNaming")] public class HDCopy : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "HD-COPY"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "HD-COPY"); public override IMediaImage Plugin => new HdCopy(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/HxC/ImageDisk.cs b/Aaru.Tests/Images/HxC/ImageDisk.cs index 5c9918a41..4bebdb124 100644 --- a/Aaru.Tests/Images/HxC/ImageDisk.cs +++ b/Aaru.Tests/Images/HxC/ImageDisk.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class ImageDisk : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "HxC", "ImageDisk"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "HxC", "ImageDisk"); public override IMediaImage Plugin => new Imd(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/HxC/Raw.cs b/Aaru.Tests/Images/HxC/Raw.cs index f19bce174..326f72089 100644 --- a/Aaru.Tests/Images/HxC/Raw.cs +++ b/Aaru.Tests/Images/HxC/Raw.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class Raw : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "HxC", "raw"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "HxC", "raw"); public override IMediaImage Plugin => new ZZZRawImage(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/HyperV.cs b/Aaru.Tests/Images/HyperV.cs index ce212bc37..89ec266ea 100644 --- a/Aaru.Tests/Images/HyperV.cs +++ b/Aaru.Tests/Images/HyperV.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class HyperV : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "Hyper-V"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "Hyper-V"); public override IMediaImage Plugin => new Vhdx(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/ImageDisk.cs b/Aaru.Tests/Images/ImageDisk.cs index eec05ad73..65ef266eb 100644 --- a/Aaru.Tests/Images/ImageDisk.cs +++ b/Aaru.Tests/Images/ImageDisk.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class ImageDisk : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "ImageDisk"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "ImageDisk"); public override IMediaImage Plugin => new Imd(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/IsoBuster/Cuesheet.cs b/Aaru.Tests/Images/IsoBuster/Cuesheet.cs index 53f43d742..b708bb201 100644 --- a/Aaru.Tests/Images/IsoBuster/Cuesheet.cs +++ b/Aaru.Tests/Images/IsoBuster/Cuesheet.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class Cuesheet : OpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "IsoBuster", "Cuesheet"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "IsoBuster", "Cuesheet"); public override IMediaImage Plugin => new CdrWin(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/KryoFlux/Raw.cs b/Aaru.Tests/Images/KryoFlux/Raw.cs index 6e0c2f1d0..a88b4819e 100644 --- a/Aaru.Tests/Images/KryoFlux/Raw.cs +++ b/Aaru.Tests/Images/KryoFlux/Raw.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class Raw : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "KryoFlux", "raw"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "KryoFlux", "raw"); public override IMediaImage Plugin => new ZZZRawImage(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/Lisa/Raw.cs b/Aaru.Tests/Images/Lisa/Raw.cs index 6679768eb..dece6eb45 100644 --- a/Aaru.Tests/Images/Lisa/Raw.cs +++ b/Aaru.Tests/Images/Lisa/Raw.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class Raw : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "Lisa emulators", "raw"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "Lisa emulators", "raw"); public override IMediaImage Plugin => new ZZZRawImage(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/MAME/v1.cs b/Aaru.Tests/Images/MAME/v1.cs index 42ae29e5c..0b0fb9efa 100644 --- a/Aaru.Tests/Images/MAME/v1.cs +++ b/Aaru.Tests/Images/MAME/v1.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class V1 : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "MAME", "v1"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "MAME", "v1"); public override IMediaImage Plugin => new Chd(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/MAME/v3.cs b/Aaru.Tests/Images/MAME/v3.cs index d081e6473..e3716e1d6 100644 --- a/Aaru.Tests/Images/MAME/v3.cs +++ b/Aaru.Tests/Images/MAME/v3.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class V3 : OpticalMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "MAME", "v3"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "MAME", "v3"); public override IMediaImage Plugin => new Chd(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/MAME/v4.cs b/Aaru.Tests/Images/MAME/v4.cs index 96846e1ee..c7d6ca3ce 100644 --- a/Aaru.Tests/Images/MAME/v4.cs +++ b/Aaru.Tests/Images/MAME/v4.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class V4 : OpticalMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "MAME", "v4"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "MAME", "v4"); public override IMediaImage Plugin => new Chd(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/MAME/v5/compressed.cs b/Aaru.Tests/Images/MAME/v5/compressed.cs index 960736ae2..787f3bfd1 100644 --- a/Aaru.Tests/Images/MAME/v5/compressed.cs +++ b/Aaru.Tests/Images/MAME/v5/compressed.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class Compressed : OpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "MAME", "v5", "compressed"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "MAME", "v5", "compressed"); public override IMediaImage Plugin => new Chd(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/MAME/v5/uncompressed.cs b/Aaru.Tests/Images/MAME/v5/uncompressed.cs index e19f588b9..0c56310ba 100644 --- a/Aaru.Tests/Images/MAME/v5/uncompressed.cs +++ b/Aaru.Tests/Images/MAME/v5/uncompressed.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class Uncompressed : OpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "MAME", "v5", "uncompressed"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "MAME", "v5", "uncompressed"); public override IMediaImage Plugin => new Chd(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/MagicISO/Cuesheet.cs b/Aaru.Tests/Images/MagicISO/Cuesheet.cs index 5f1309fa7..bd2d4f468 100644 --- a/Aaru.Tests/Images/MagicISO/Cuesheet.cs +++ b/Aaru.Tests/Images/MagicISO/Cuesheet.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class Cuesheet : OpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "MagicISO", "Cuesheet"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "MagicISO", "Cuesheet"); public override IMediaImage Plugin => new CdrWin(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/MagicISO/Nero.cs b/Aaru.Tests/Images/MagicISO/Nero.cs index c4154f575..69e507539 100644 --- a/Aaru.Tests/Images/MagicISO/Nero.cs +++ b/Aaru.Tests/Images/MagicISO/Nero.cs @@ -37,7 +37,7 @@ using NUnit.Framework; public class Nero : OpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "MagicISO", "Nero"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "MagicISO", "Nero"); public override IMediaImage Plugin => new DiscImages.Nero(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/MaxiDisk.cs b/Aaru.Tests/Images/MaxiDisk.cs index b5373889d..d95ae6dfd 100644 --- a/Aaru.Tests/Images/MaxiDisk.cs +++ b/Aaru.Tests/Images/MaxiDisk.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class MaxiDisk : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "MaxiDisk"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "MaxiDisk"); public override IMediaImage Plugin => new DiscImages.MaxiDisk(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/NHDr0.cs b/Aaru.Tests/Images/NHDr0.cs index 7dae7a2ed..965b35bb4 100644 --- a/Aaru.Tests/Images/NHDr0.cs +++ b/Aaru.Tests/Images/NHDr0.cs @@ -39,7 +39,7 @@ using NUnit.Framework; [SuppressMessage("ReSharper", "InconsistentNaming")] public class NHDr0 : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "T-98 Next"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "T-98 Next"); public override IMediaImage Plugin => new Nhdr0(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/Nero/V1.cs b/Aaru.Tests/Images/Nero/V1.cs index d0d50bfe8..1a8c2a69a 100644 --- a/Aaru.Tests/Images/Nero/V1.cs +++ b/Aaru.Tests/Images/Nero/V1.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class V1 : OpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "Nero Burning ROM", "V1"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "Nero Burning ROM", "V1"); public override IMediaImage Plugin => new Nero(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/Nero/V2.cs b/Aaru.Tests/Images/Nero/V2.cs index 7d681752a..00814c9f0 100644 --- a/Aaru.Tests/Images/Nero/V2.cs +++ b/Aaru.Tests/Images/Nero/V2.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class V2 : OpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "Nero Burning ROM", "V2"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "Nero Burning ROM", "V2"); public override IMediaImage Plugin => new Nero(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/PowerISO/Cuesheet.cs b/Aaru.Tests/Images/PowerISO/Cuesheet.cs index 0661744a6..b839bbcd4 100644 --- a/Aaru.Tests/Images/PowerISO/Cuesheet.cs +++ b/Aaru.Tests/Images/PowerISO/Cuesheet.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class Cuesheet : OpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "PowerISO", "Cuesheet"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "PowerISO", "Cuesheet"); public override IMediaImage Plugin => new CdrWin(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/QEMU/HyperV.cs b/Aaru.Tests/Images/QEMU/HyperV.cs index 48500ebfd..1926d8c5a 100644 --- a/Aaru.Tests/Images/QEMU/HyperV.cs +++ b/Aaru.Tests/Images/QEMU/HyperV.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class HyperV : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "QEMU", "Hyper-V"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "QEMU", "Hyper-V"); public override IMediaImage Plugin => new Vhdx(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/QEMU/Parallels.cs b/Aaru.Tests/Images/QEMU/Parallels.cs index 33b03f6e6..9d51b296a 100644 --- a/Aaru.Tests/Images/QEMU/Parallels.cs +++ b/Aaru.Tests/Images/QEMU/Parallels.cs @@ -37,7 +37,7 @@ using NUnit.Framework; public class Parallels : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "QEMU", "Parallels"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "QEMU", "Parallels"); public override IMediaImage Plugin => new DiscImages.Parallels(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/QEMU/QCOW.cs b/Aaru.Tests/Images/QEMU/QCOW.cs index 3bf3a4f3c..6eea34f64 100644 --- a/Aaru.Tests/Images/QEMU/QCOW.cs +++ b/Aaru.Tests/Images/QEMU/QCOW.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class QCOW : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "QEMU", "QEMU Copy On Write"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "QEMU", "QEMU Copy On Write"); public override IMediaImage Plugin => new Qcow(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/QEMU/QCOW2.cs b/Aaru.Tests/Images/QEMU/QCOW2.cs index 154ede509..85b698d16 100644 --- a/Aaru.Tests/Images/QEMU/QCOW2.cs +++ b/Aaru.Tests/Images/QEMU/QCOW2.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class QCOW2 : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "QEMU", "QEMU Copy On Write 2"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "QEMU", "QEMU Copy On Write 2"); public override IMediaImage Plugin => new Qcow2(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/QEMU/QCOW3.cs b/Aaru.Tests/Images/QEMU/QCOW3.cs index 1b34143c8..ca35e2fc9 100644 --- a/Aaru.Tests/Images/QEMU/QCOW3.cs +++ b/Aaru.Tests/Images/QEMU/QCOW3.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class QCOW3 : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "QEMU", "QEMU Copy On Write 3"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "QEMU", "QEMU Copy On Write 3"); public override IMediaImage Plugin => new Qcow2(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/QEMU/QED.cs b/Aaru.Tests/Images/QEMU/QED.cs index 6e00dc119..ec80290bf 100644 --- a/Aaru.Tests/Images/QEMU/QED.cs +++ b/Aaru.Tests/Images/QEMU/QED.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class QED : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "QEMU", "QEMU Enhanced Disk"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "QEMU", "QEMU Enhanced Disk"); public override IMediaImage Plugin => new Qed(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/QEMU/Raw.cs b/Aaru.Tests/Images/QEMU/Raw.cs index 66a303ea3..b6ce71f53 100644 --- a/Aaru.Tests/Images/QEMU/Raw.cs +++ b/Aaru.Tests/Images/QEMU/Raw.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class Raw : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "QEMU", "raw"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "QEMU", "raw"); public override IMediaImage Plugin => new ZZZRawImage(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/QEMU/VMware5.cs b/Aaru.Tests/Images/QEMU/VMware5.cs index 4e70aa90e..4cb73e8ec 100644 --- a/Aaru.Tests/Images/QEMU/VMware5.cs +++ b/Aaru.Tests/Images/QEMU/VMware5.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class VMware5 : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "QEMU", "VMware 5"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "QEMU", "VMware 5"); public override IMediaImage Plugin => new VMware(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/QEMU/VMware6.cs b/Aaru.Tests/Images/QEMU/VMware6.cs index 44fd127d8..3263fa7ee 100644 --- a/Aaru.Tests/Images/QEMU/VMware6.cs +++ b/Aaru.Tests/Images/QEMU/VMware6.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class VMware6 : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "QEMU", "VMware 6"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "QEMU", "VMware 6"); public override IMediaImage Plugin => new VMware(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/QEMU/VirtualBox.cs b/Aaru.Tests/Images/QEMU/VirtualBox.cs index 1abee654d..a55cc4585 100644 --- a/Aaru.Tests/Images/QEMU/VirtualBox.cs +++ b/Aaru.Tests/Images/QEMU/VirtualBox.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class VirtualBox : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "QEMU", "VirtualBox"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "QEMU", "VirtualBox"); public override IMediaImage Plugin => new Vdi(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/QEMU/VirtualPC.cs b/Aaru.Tests/Images/QEMU/VirtualPC.cs index ccdb62357..434437bf3 100644 --- a/Aaru.Tests/Images/QEMU/VirtualPC.cs +++ b/Aaru.Tests/Images/QEMU/VirtualPC.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class VirtualPC : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "QEMU", "VirtualPC"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "QEMU", "VirtualPC"); public override IMediaImage Plugin => new Vhd(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/RayDIM.cs b/Aaru.Tests/Images/RayDIM.cs index 449e27009..ecfe37033 100644 --- a/Aaru.Tests/Images/RayDIM.cs +++ b/Aaru.Tests/Images/RayDIM.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class RayDIM : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "Disk IMage Archiver"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "Disk IMage Archiver"); public override IMediaImage Plugin => new RayDim(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/RsIde.cs b/Aaru.Tests/Images/RsIde.cs index 5828ce7c0..7706ae6eb 100644 --- a/Aaru.Tests/Images/RsIde.cs +++ b/Aaru.Tests/Images/RsIde.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class RsIde : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "RS-IDE"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "RS-IDE"); public override IMediaImage Plugin => new DiscImages.RsIde(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/SaveDskF.cs b/Aaru.Tests/Images/SaveDskF.cs index 8e3c693c1..11a029f0f 100644 --- a/Aaru.Tests/Images/SaveDskF.cs +++ b/Aaru.Tests/Images/SaveDskF.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class SaveDskF : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "SaveDskF"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "SaveDskF"); public override IMediaImage Plugin => new DiscImages.SaveDskF(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/ShrinkWrap/DiskCopy42.cs b/Aaru.Tests/Images/ShrinkWrap/DiskCopy42.cs index d13bf80b0..8c2487698 100644 --- a/Aaru.Tests/Images/ShrinkWrap/DiskCopy42.cs +++ b/Aaru.Tests/Images/ShrinkWrap/DiskCopy42.cs @@ -37,7 +37,7 @@ using NUnit.Framework; public class DiskCopy42 : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "ShrinkWrap 3", "DiskCopy 4.2"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "ShrinkWrap 3", "DiskCopy 4.2"); public override IMediaImage Plugin => new DiscImages.DiskCopy42(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/ShrinkWrap/DiskDup.cs b/Aaru.Tests/Images/ShrinkWrap/DiskDup.cs index 637bb7afe..bcfc8e8b2 100644 --- a/Aaru.Tests/Images/ShrinkWrap/DiskDup.cs +++ b/Aaru.Tests/Images/ShrinkWrap/DiskDup.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class DiskDup : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "ShrinkWrap 3", "DiskDup+"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "ShrinkWrap 3", "DiskDup+"); public override IMediaImage Plugin => new ZZZRawImage(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/ShrinkWrap/NDIF/ROCo.cs b/Aaru.Tests/Images/ShrinkWrap/NDIF/ROCo.cs index e3554f1a8..a337e6ab0 100644 --- a/Aaru.Tests/Images/ShrinkWrap/NDIF/ROCo.cs +++ b/Aaru.Tests/Images/ShrinkWrap/NDIF/ROCo.cs @@ -39,7 +39,7 @@ using NUnit.Framework; [SuppressMessage("ReSharper", "InconsistentNaming")] public class ROCo : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "ShrinkWrap 3", + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "ShrinkWrap 3", "NDIF", "DiskCopy compression"); public override IMediaImage Plugin => new Ndif(); diff --git a/Aaru.Tests/Images/ShrinkWrap/NDIF/RdWr.cs b/Aaru.Tests/Images/ShrinkWrap/NDIF/RdWr.cs index df04eb9cc..ea6305d4a 100644 --- a/Aaru.Tests/Images/ShrinkWrap/NDIF/RdWr.cs +++ b/Aaru.Tests/Images/ShrinkWrap/NDIF/RdWr.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class RdWr : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "ShrinkWrap 3", + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "ShrinkWrap 3", "NDIF", "No compression", "No encryption"); public override IMediaImage Plugin => new Ndif(); diff --git a/Aaru.Tests/Images/ShrinkWrap/NDIF/Rdxx.cs b/Aaru.Tests/Images/ShrinkWrap/NDIF/Rdxx.cs index 0f22490f4..5c5a255d6 100644 --- a/Aaru.Tests/Images/ShrinkWrap/NDIF/Rdxx.cs +++ b/Aaru.Tests/Images/ShrinkWrap/NDIF/Rdxx.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class Rdxx : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "ShrinkWrap 3", + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "ShrinkWrap 3", "NDIF", "Simple compression"); public override IMediaImage Plugin => new Ndif(); diff --git a/Aaru.Tests/Images/ShrinkWrap/Raw.cs b/Aaru.Tests/Images/ShrinkWrap/Raw.cs index 98cfd5cbd..d5917bd00 100644 --- a/Aaru.Tests/Images/ShrinkWrap/Raw.cs +++ b/Aaru.Tests/Images/ShrinkWrap/Raw.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class Raw : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "ShrinkWrap 3", "raw"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "ShrinkWrap 3", "raw"); public override IMediaImage Plugin => new ZZZRawImage(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/TeleDisk.cs b/Aaru.Tests/Images/TeleDisk.cs index 74f759e68..41b69a230 100644 --- a/Aaru.Tests/Images/TeleDisk.cs +++ b/Aaru.Tests/Images/TeleDisk.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class TeleDisk : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "TeleDisk"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "TeleDisk"); public override IMediaImage Plugin => new DiscImages.TeleDisk(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/Toast.cs b/Aaru.Tests/Images/Toast.cs index fd5a8ef21..d771c9538 100644 --- a/Aaru.Tests/Images/Toast.cs +++ b/Aaru.Tests/Images/Toast.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class Toast : OpticalMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "Roxio Toast"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "Roxio Toast"); public override IMediaImage Plugin => new ZZZRawImage(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/UltraISO/Alcohol.cs b/Aaru.Tests/Images/UltraISO/Alcohol.cs index 154383c2a..f78afa075 100644 --- a/Aaru.Tests/Images/UltraISO/Alcohol.cs +++ b/Aaru.Tests/Images/UltraISO/Alcohol.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class Alcohol : OpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "UltraISO", "Alcohol"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "UltraISO", "Alcohol"); public override IMediaImage Plugin => new Alcohol120(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/UltraISO/CloneCD.cs b/Aaru.Tests/Images/UltraISO/CloneCD.cs index f8798e597..589a9df46 100644 --- a/Aaru.Tests/Images/UltraISO/CloneCD.cs +++ b/Aaru.Tests/Images/UltraISO/CloneCD.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class CloneCD : OpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "UltraISO", "CloneCD"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "UltraISO", "CloneCD"); public override IMediaImage Plugin => new CloneCd(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/UltraISO/Cuesheet.cs b/Aaru.Tests/Images/UltraISO/Cuesheet.cs index 372470b96..0f628bd0f 100644 --- a/Aaru.Tests/Images/UltraISO/Cuesheet.cs +++ b/Aaru.Tests/Images/UltraISO/Cuesheet.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class Cuesheet : OpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "UltraISO", "Cuesheet"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "UltraISO", "Cuesheet"); public override IMediaImage Plugin => new CdrWin(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/UltraISO/Nero.cs b/Aaru.Tests/Images/UltraISO/Nero.cs index 675e088dd..dd459fb9b 100644 --- a/Aaru.Tests/Images/UltraISO/Nero.cs +++ b/Aaru.Tests/Images/UltraISO/Nero.cs @@ -37,7 +37,7 @@ using NUnit.Framework; public class Nero : OpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "UltraISO", "Nero"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "UltraISO", "Nero"); public override IMediaImage Plugin => new DiscImages.Nero(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/Virtual98.cs b/Aaru.Tests/Images/Virtual98.cs index a6367559d..6a3f1e85e 100644 --- a/Aaru.Tests/Images/Virtual98.cs +++ b/Aaru.Tests/Images/Virtual98.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class Virtual98 : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "Virtual98"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "Virtual98"); public override IMediaImage Plugin => new DiscImages.Virtual98(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/VirtualBox/VirtualPC.cs b/Aaru.Tests/Images/VirtualBox/VirtualPC.cs index 1aec88a3d..1f5f28165 100644 --- a/Aaru.Tests/Images/VirtualBox/VirtualPC.cs +++ b/Aaru.Tests/Images/VirtualBox/VirtualPC.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class VirtualPc : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "VirtualBox", "VirtualPC"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "VirtualBox", "VirtualPC"); public override IMediaImage Plugin => new Vhd(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/VirtualPC/Raw.cs b/Aaru.Tests/Images/VirtualPC/Raw.cs index 1f82ef2a3..9bc75c4c7 100644 --- a/Aaru.Tests/Images/VirtualPC/Raw.cs +++ b/Aaru.Tests/Images/VirtualPC/Raw.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class Raw : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "VirtualPC"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "VirtualPC"); public override IMediaImage Plugin => new ZZZRawImage(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/VirtualPC/VirtualPC.cs b/Aaru.Tests/Images/VirtualPC/VirtualPC.cs index 2847fdaf7..4e01df45d 100644 --- a/Aaru.Tests/Images/VirtualPC/VirtualPC.cs +++ b/Aaru.Tests/Images/VirtualPC/VirtualPC.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class VirtualPc : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "VirtualPC"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "VirtualPC"); public override IMediaImage Plugin => new Vhd(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/cdrdao/cooked/nosub.cs b/Aaru.Tests/Images/cdrdao/cooked/nosub.cs index 1a0d49b5c..2b1dba52f 100644 --- a/Aaru.Tests/Images/cdrdao/cooked/nosub.cs +++ b/Aaru.Tests/Images/cdrdao/cooked/nosub.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class nosub : OpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "cdrdao", "cooked", "nosub"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "cdrdao", "cooked", "nosub"); public override IMediaImage Plugin => new Cdrdao(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/cdrdao/cooked/rw.cs b/Aaru.Tests/Images/cdrdao/cooked/rw.cs index 4d707d136..42f690cd5 100644 --- a/Aaru.Tests/Images/cdrdao/cooked/rw.cs +++ b/Aaru.Tests/Images/cdrdao/cooked/rw.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class rw : OpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "cdrdao", "cooked", "rw"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "cdrdao", "cooked", "rw"); public override IMediaImage Plugin => new Cdrdao(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/cdrdao/cooked/rw_raw.cs b/Aaru.Tests/Images/cdrdao/cooked/rw_raw.cs index 468db75f4..6e4cb9061 100644 --- a/Aaru.Tests/Images/cdrdao/cooked/rw_raw.cs +++ b/Aaru.Tests/Images/cdrdao/cooked/rw_raw.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class rw_raw : OpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "cdrdao", "cooked", "rw_raw"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "cdrdao", "cooked", "rw_raw"); public override IMediaImage Plugin => new Cdrdao(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/cdrdao/raw/nosub.cs b/Aaru.Tests/Images/cdrdao/raw/nosub.cs index 9a25c39a1..b97e37d2a 100644 --- a/Aaru.Tests/Images/cdrdao/raw/nosub.cs +++ b/Aaru.Tests/Images/cdrdao/raw/nosub.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class nosub : OpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "cdrdao", "raw", "nosub"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "cdrdao", "raw", "nosub"); public override IMediaImage Plugin => new Cdrdao(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/cdrdao/raw/rw.cs b/Aaru.Tests/Images/cdrdao/raw/rw.cs index bb8ec7bde..325447716 100644 --- a/Aaru.Tests/Images/cdrdao/raw/rw.cs +++ b/Aaru.Tests/Images/cdrdao/raw/rw.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class rw : OpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "cdrdao", "raw", "rw"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "cdrdao", "raw", "rw"); public override IMediaImage Plugin => new Cdrdao(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/cdrdao/raw/rw_raw.cs b/Aaru.Tests/Images/cdrdao/raw/rw_raw.cs index 043405f90..5759cb222 100644 --- a/Aaru.Tests/Images/cdrdao/raw/rw_raw.cs +++ b/Aaru.Tests/Images/cdrdao/raw/rw_raw.cs @@ -40,7 +40,7 @@ using NUnit.Framework; public class rw_raw : OpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "cdrdao", "raw", "rw_raw"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "cdrdao", "raw", "rw_raw"); public override IMediaImage Plugin => new Cdrdao(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/partclone.cs b/Aaru.Tests/Images/partclone.cs index 03c8cfc7a..b1246a06f 100644 --- a/Aaru.Tests/Images/partclone.cs +++ b/Aaru.Tests/Images/partclone.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class Partclone : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "partclone"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "partclone"); public override IMediaImage Plugin => new PartClone(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/pce/DiskCopy42.cs b/Aaru.Tests/Images/pce/DiskCopy42.cs index baac4ce1a..f203e422c 100644 --- a/Aaru.Tests/Images/pce/DiskCopy42.cs +++ b/Aaru.Tests/Images/pce/DiskCopy42.cs @@ -37,7 +37,7 @@ using NUnit.Framework; public class DiskCopy42 : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "pce", "DiskCopy 4.2"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "pce", "DiskCopy 4.2"); public override IMediaImage Plugin => new DiscImages.DiskCopy42(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/pce/ImageDisk.cs b/Aaru.Tests/Images/pce/ImageDisk.cs index e8e5497b8..dd969a883 100644 --- a/Aaru.Tests/Images/pce/ImageDisk.cs +++ b/Aaru.Tests/Images/pce/ImageDisk.cs @@ -38,7 +38,7 @@ using NUnit.Framework; public class ImageDisk : BlockMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "pce", "ImageDisk"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "pce", "ImageDisk"); public override IMediaImage Plugin => new Imd(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/pce/TeleDisk.cs b/Aaru.Tests/Images/pce/TeleDisk.cs index b9d7ce17f..d5cb62df9 100644 --- a/Aaru.Tests/Images/pce/TeleDisk.cs +++ b/Aaru.Tests/Images/pce/TeleDisk.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class TeleDisk : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "pce", "TeleDisk"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "pce", "TeleDisk"); public override IMediaImage Plugin => new DiscImages.TeleDisk(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/pce/XDF.cs b/Aaru.Tests/Images/pce/XDF.cs index 71bdcd7d8..e5afab396 100644 --- a/Aaru.Tests/Images/pce/XDF.cs +++ b/Aaru.Tests/Images/pce/XDF.cs @@ -39,7 +39,7 @@ using NUnit.Framework; [SuppressMessage("ReSharper", "InconsistentNaming")] public class XDF : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "pce", "XDF"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "pce", "XDF"); public override IMediaImage Plugin => new ZZZRawImage(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Images/pce/raw.cs b/Aaru.Tests/Images/pce/raw.cs index 471a2e6b0..86440d671 100644 --- a/Aaru.Tests/Images/pce/raw.cs +++ b/Aaru.Tests/Images/pce/raw.cs @@ -37,7 +37,7 @@ using NUnit.Framework; [TestFixture] public class Raw : BlockMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "pce", "raw"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Media image formats", "pce", "raw"); public override IMediaImage Plugin => new ZZZRawImage(); public override BlockImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Issues/176.cs b/Aaru.Tests/Issues/176.cs index ba8ff6653..238cc8de3 100644 --- a/Aaru.Tests/Issues/176.cs +++ b/Aaru.Tests/Issues/176.cs @@ -17,6 +17,6 @@ using NUnit.Framework; [TestFixture] public class _176 : OpticalImageReadIssueTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue176"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue176"); public override string TestFile => "WEBBEARS.mds"; } \ No newline at end of file diff --git a/Aaru.Tests/Issues/257.cs b/Aaru.Tests/Issues/257.cs index bdf49865a..6e240913f 100644 --- a/Aaru.Tests/Issues/257.cs +++ b/Aaru.Tests/Issues/257.cs @@ -20,7 +20,7 @@ using Aaru.DiscImages; public class _257 : OpticalImageConvertIssueTest { public override Dictionary ParsedOptions => new(); - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue257"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue257"); public override string InputPath => "TempImage.nrg.xz"; public override string SuggestedOutputFilename => "AaruIssue257Output.iso"; public override IWritableImage OutputFormat => new ZZZRawImage(); diff --git a/Aaru.Tests/Issues/263/AaruFormat.cs b/Aaru.Tests/Issues/263/AaruFormat.cs index 2851a4799..eea7e538c 100644 --- a/Aaru.Tests/Issues/263/AaruFormat.cs +++ b/Aaru.Tests/Issues/263/AaruFormat.cs @@ -16,7 +16,7 @@ using System.IO; // 20200309 CLAUNIA: Fixed in 3b2bb0ebf0c6c615c5622aebff494ed34b51055d public class AaruFormat : FsExtractIssueTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue263"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue263"); public override string TestFile => "Sony1.dicf"; public override Dictionary ParsedOptions => new(); public override bool Debug => true; diff --git a/Aaru.Tests/Issues/263/Raw.cs b/Aaru.Tests/Issues/263/Raw.cs index c4497a416..6011f503f 100644 --- a/Aaru.Tests/Issues/263/Raw.cs +++ b/Aaru.Tests/Issues/263/Raw.cs @@ -16,7 +16,7 @@ using System.IO; // 20200309 CLAUNIA: Fixed in 3b2bb0ebf0c6c615c5622aebff494ed34b51055d public class Raw : FsExtractIssueTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue263"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue263"); public override string TestFile => "Sony2.iso"; public override Dictionary ParsedOptions => new(); public override bool Debug => true; diff --git a/Aaru.Tests/Issues/266.cs b/Aaru.Tests/Issues/266.cs index 612df09fe..d72b41d35 100644 --- a/Aaru.Tests/Issues/266.cs +++ b/Aaru.Tests/Issues/266.cs @@ -19,7 +19,7 @@ using System.IO; // 20200309 CLAUNIA: Fixed in 3b2bb0ebf0c6c615c5622aebff494ed34b51055d public class _266 : FsExtractHashIssueTest { - protected override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue266"); + protected override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue266"); protected override string TestFile => "Namco (USA) (2005 Assets).cue"; protected override Dictionary ParsedOptions => new(); protected override bool Debug => false; diff --git a/Aaru.Tests/Issues/286.cs b/Aaru.Tests/Issues/286.cs index 99e947c80..b7d997dfa 100644 --- a/Aaru.Tests/Issues/286.cs +++ b/Aaru.Tests/Issues/286.cs @@ -16,7 +16,7 @@ using Aaru.DiscImages; public class _286 : OpticalImageConvertIssueTest { public override Dictionary ParsedOptions => new(); - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue286"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue286"); public override string InputPath => "2d_house_of_terror.nrg"; public override string SuggestedOutputFilename => "AaruTestIssue286.aif"; public override IWritableImage OutputFormat => new AaruFormat(); diff --git a/Aaru.Tests/Issues/288/18Wheeler.cs b/Aaru.Tests/Issues/288/18Wheeler.cs index ed1a6e1f1..009624806 100644 --- a/Aaru.Tests/Issues/288/18Wheeler.cs +++ b/Aaru.Tests/Issues/288/18Wheeler.cs @@ -15,7 +15,7 @@ public class _18Wheeler : OpticalImageConvertIssueTest { public override Dictionary ParsedOptions => new(); public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue288", "18wheeler"); + Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue288", "18wheeler"); public override string InputPath => "18 Wheeler - American Pro Trucker v1.500 (2001)(Sega)(US)[!].gdi"; public override string SuggestedOutputFilename => "AaruTestIssue288_18wheeler.aif"; public override IWritableImage OutputFormat => new AaruFormat(); diff --git a/Aaru.Tests/Issues/288/ArcadeHits.cs b/Aaru.Tests/Issues/288/ArcadeHits.cs index 171f6791e..b50384735 100644 --- a/Aaru.Tests/Issues/288/ArcadeHits.cs +++ b/Aaru.Tests/Issues/288/ArcadeHits.cs @@ -15,7 +15,7 @@ public class ArcadeHits : OpticalImageConvertIssueTest { public override Dictionary ParsedOptions => new(); public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue288", "arcadehits"); + Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue288", "arcadehits"); public override string InputPath => "Midway's Greatest Arcade Hits Volume 1 v1.001 (2000)(Midway)(US)[!][compilation].gdi"; public override string SuggestedOutputFilename => "AaruTestIssue288_arcadehits.aif"; diff --git a/Aaru.Tests/Issues/288/Roadsters.cs b/Aaru.Tests/Issues/288/Roadsters.cs index 0ba66172a..49ed9ba38 100644 --- a/Aaru.Tests/Issues/288/Roadsters.cs +++ b/Aaru.Tests/Issues/288/Roadsters.cs @@ -15,7 +15,7 @@ public class Roadsters : OpticalImageConvertIssueTest { public override Dictionary ParsedOptions => new(); public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue288", "roadsters"); + Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue288", "roadsters"); public override string InputPath => "Roadsters (USA).cue"; public override string SuggestedOutputFilename => "AaruTestIssue288_roadsters.aif"; public override IWritableImage OutputFormat => new AaruFormat(); diff --git a/Aaru.Tests/Issues/299.cs b/Aaru.Tests/Issues/299.cs index 79a1f2ac5..411a33fe0 100644 --- a/Aaru.Tests/Issues/299.cs +++ b/Aaru.Tests/Issues/299.cs @@ -14,7 +14,7 @@ using Aaru.DiscImages; public class _299 : OpticalImageConvertIssueTest { public override Dictionary ParsedOptions => new(); - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Pending", "issue299"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Pending", "issue299"); public override string InputPath => "2d_house_of_terror.cdi"; public override string SuggestedOutputFilename => "AaruTestIssue299.aif"; public override IWritableImage OutputFormat => new AaruFormat(); diff --git a/Aaru.Tests/Issues/300.cs b/Aaru.Tests/Issues/300.cs index 836a9e452..360c7be37 100644 --- a/Aaru.Tests/Issues/300.cs +++ b/Aaru.Tests/Issues/300.cs @@ -23,7 +23,7 @@ using System.IO; // 20200309 CLAUNIA: Fixed in 48f067d79ff30cfd10e084085ff479bbb0939512 public class _300 : FsExtractHashIssueTest { - protected override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue300"); + protected override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue300"); protected override string TestFile => "sony.dicf"; protected override Dictionary ParsedOptions => new(); protected override bool Debug => true; diff --git a/Aaru.Tests/Issues/325.cs b/Aaru.Tests/Issues/325.cs index 55bffa317..2c8546db1 100644 --- a/Aaru.Tests/Issues/325.cs +++ b/Aaru.Tests/Issues/325.cs @@ -15,6 +15,6 @@ using NUnit.Framework; [TestFixture] public class _325 : OpticalImageReadIssueTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue325"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue325"); public override string TestFile => "TEST.cue"; } \ No newline at end of file diff --git a/Aaru.Tests/Issues/338.cs b/Aaru.Tests/Issues/338.cs index d1cdab8ba..3f8a1b350 100644 --- a/Aaru.Tests/Issues/338.cs +++ b/Aaru.Tests/Issues/338.cs @@ -13,6 +13,6 @@ using NUnit.Framework; [TestFixture] public class _338 : OpticalImageReadIssueTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue338"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue338"); public override string TestFile => "TempImage.nrg.xz"; } \ No newline at end of file diff --git a/Aaru.Tests/Issues/358.cs b/Aaru.Tests/Issues/358.cs index 462635c9e..08899f609 100644 --- a/Aaru.Tests/Issues/358.cs +++ b/Aaru.Tests/Issues/358.cs @@ -18,7 +18,7 @@ using System.IO; // 20200621 CLAUNIA: Fixed in 83a28237fab9e21b23bd43eb91b5b29f1bf9f220 public class _358 : FsExtractHashIssueTest { - protected override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue358"); + protected override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue358"); protected override string TestFile => "cdi.aif"; protected override Dictionary ParsedOptions => new(); protected override bool Debug => false; diff --git a/Aaru.Tests/Issues/360.cs b/Aaru.Tests/Issues/360.cs index e1f542afb..0ed18769e 100644 --- a/Aaru.Tests/Issues/360.cs +++ b/Aaru.Tests/Issues/360.cs @@ -14,7 +14,7 @@ using System.IO; // 20210307 CLAUNIA: Reopened public class _360 : FsExtractIssueTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue360"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue360"); public override string TestFile => "AAAA.iso.xz"; public override Dictionary ParsedOptions => new(); public override bool Debug => true; diff --git a/Aaru.Tests/Issues/379.cs b/Aaru.Tests/Issues/379.cs index 60b9467b1..c1903cbd2 100644 --- a/Aaru.Tests/Issues/379.cs +++ b/Aaru.Tests/Issues/379.cs @@ -18,7 +18,7 @@ using Aaru.DiscImages; public class _379 : OpticalImageConvertIssueTest { public override Dictionary ParsedOptions => new(); - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue379"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue379"); public override string InputPath => "Sony USB Driver.B6T"; public override string SuggestedOutputFilename => "AaruIssue379Output.aif"; public override IWritableImage OutputFormat => new AaruFormat(); diff --git a/Aaru.Tests/Issues/398.cs b/Aaru.Tests/Issues/398.cs index 9c1e1f228..e271aa0ed 100644 --- a/Aaru.Tests/Issues/398.cs +++ b/Aaru.Tests/Issues/398.cs @@ -17,7 +17,7 @@ using Aaru.DiscImages; public class _398 : OpticalImageConvertIssueTest { public override Dictionary ParsedOptions => new(); - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue398"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue398"); public override string InputPath => "sonycdi.cdi.xz"; public override string SuggestedOutputFilename => "AaruIssue398Output.aif"; public override IWritableImage OutputFormat => new AaruFormat(); diff --git a/Aaru.Tests/Issues/410.cs b/Aaru.Tests/Issues/410.cs index 8d1794490..3d4af59c4 100644 --- a/Aaru.Tests/Issues/410.cs +++ b/Aaru.Tests/Issues/410.cs @@ -21,7 +21,7 @@ using System.IO; // 20201106 CLAUNIA: Fixed in d30a6d18cd1f6d8b9075f096bd56e23fc5106dbf public class _410 : FsExtractIssueTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue410"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue410"); public override string TestFile => "cyberstorm.mds"; public override Dictionary ParsedOptions => new(); public override bool Debug => false; diff --git a/Aaru.Tests/Issues/411.cs b/Aaru.Tests/Issues/411.cs index c3d066f00..d567b5c20 100644 --- a/Aaru.Tests/Issues/411.cs +++ b/Aaru.Tests/Issues/411.cs @@ -21,7 +21,7 @@ using System.IO; // 20201106 CLAUNIA: Fixed in d30a6d18cd1f6d8b9075f096bd56e23fc5106dbf public class _411 : FsExtractIssueTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue411"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue411"); public override string TestFile => "CD02 - Master Quiz - Das total abgeflogene Quiz.mds"; public override Dictionary ParsedOptions => new(); public override bool Debug => false; diff --git a/Aaru.Tests/Issues/441.cs b/Aaru.Tests/Issues/441.cs index 94e869d60..a157998b6 100644 --- a/Aaru.Tests/Issues/441.cs +++ b/Aaru.Tests/Issues/441.cs @@ -13,7 +13,7 @@ using System.IO; public class _441 : FsExtractIssueTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue441"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue441"); public override string TestFile => "Zip-100_aaru_5.2.aaruf"; public override Dictionary ParsedOptions => new(); public override bool Debug => true; diff --git a/Aaru.Tests/Issues/448.cs b/Aaru.Tests/Issues/448.cs index ba610e1d6..923474edc 100644 --- a/Aaru.Tests/Issues/448.cs +++ b/Aaru.Tests/Issues/448.cs @@ -8,7 +8,7 @@ using BlindWrite5 = Aaru.DiscImages.BlindWrite5; public class _448 : OpticalMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Pending", "issue448"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Pending", "issue448"); public override IMediaImage Plugin => new BlindWrite5(); public override OpticalImageTestExpected[] Tests => new[] diff --git a/Aaru.Tests/Issues/449.cs b/Aaru.Tests/Issues/449.cs index e2e94048a..5090bdde2 100644 --- a/Aaru.Tests/Issues/449.cs +++ b/Aaru.Tests/Issues/449.cs @@ -9,6 +9,6 @@ using System.IO; public class _449 : OpticalImageReadIssueTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue449"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue449"); public override string TestFile => "NRG-Nero_Burning_ROM4.nrg"; } \ No newline at end of file diff --git a/Aaru.Tests/Issues/450.cs b/Aaru.Tests/Issues/450.cs index 257ea4d14..10635d99a 100644 --- a/Aaru.Tests/Issues/450.cs +++ b/Aaru.Tests/Issues/450.cs @@ -13,7 +13,7 @@ using Aaru.DiscImages; public class _450 : OpticalImageConvertIssueTest { public override Dictionary ParsedOptions => new(); - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue450"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue450"); public override string InputPath => "NRG-Nero_Burning_ROM7.nrg"; public override string SuggestedOutputFilename => "AaruTestIssue450.aif"; public override IWritableImage OutputFormat => new AaruFormat(); diff --git a/Aaru.Tests/Issues/495.cs b/Aaru.Tests/Issues/495.cs index ac02b630d..c2f00091f 100644 --- a/Aaru.Tests/Issues/495.cs +++ b/Aaru.Tests/Issues/495.cs @@ -12,7 +12,7 @@ using System.IO; public class _495 : FsExtractIssueTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue495"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue495"); public override string TestFile => "NetworkCD.aaruf"; public override Dictionary ParsedOptions => new(); public override bool Debug => false; diff --git a/Aaru.Tests/Issues/531.cs b/Aaru.Tests/Issues/531.cs index 52578611f..86414f887 100644 --- a/Aaru.Tests/Issues/531.cs +++ b/Aaru.Tests/Issues/531.cs @@ -13,7 +13,7 @@ using System.IO; public class _531 : FsExtractIssueTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue531"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue531"); public override string TestFile => "DVD-RAM-GEN1_aaru_5.3.aaruf"; public override Dictionary ParsedOptions => new(); public override bool Debug => true; diff --git a/Aaru.Tests/Issues/542/Sims.cs b/Aaru.Tests/Issues/542/Sims.cs index 78ecb790e..7c4ff2871 100644 --- a/Aaru.Tests/Issues/542/Sims.cs +++ b/Aaru.Tests/Issues/542/Sims.cs @@ -16,7 +16,7 @@ using System.IO; public class Sims : FsExtractHashIssueTest { - protected override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue542", "sims"); + protected override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue542", "sims"); protected override string TestFile => "The Sims.aaruf"; protected override Dictionary ParsedOptions => new(); protected override bool Debug => false; diff --git a/Aaru.Tests/Issues/542/SimsEP.cs b/Aaru.Tests/Issues/542/SimsEP.cs index a7e2619d5..fd10eb9d4 100644 --- a/Aaru.Tests/Issues/542/SimsEP.cs +++ b/Aaru.Tests/Issues/542/SimsEP.cs @@ -18,7 +18,7 @@ using System.IO; [SuppressMessage("ReSharper", "InconsistentNaming")] public class SimsEP : FsExtractHashIssueTest { - protected override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue542", "exp"); + protected override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue542", "exp"); protected override string TestFile => "THE_SIMS_EP.aaruf"; protected override Dictionary ParsedOptions => new(); protected override bool Debug => false; diff --git a/Aaru.Tests/Issues/584.cs b/Aaru.Tests/Issues/584.cs index b4fb12434..4613c28c6 100644 --- a/Aaru.Tests/Issues/584.cs +++ b/Aaru.Tests/Issues/584.cs @@ -12,7 +12,7 @@ using System.IO; public class _584 : FsExtractIssueTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue584"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue584"); public override string TestFile => "001-Disquette_issue_584.img"; public override Dictionary ParsedOptions => new(); public override bool Debug => false; diff --git a/Aaru.Tests/Issues/590/asus-driver-gpu-tweak-v1231-2014.cs b/Aaru.Tests/Issues/590/asus-driver-gpu-tweak-v1231-2014.cs index 3ef8094e7..2411accee 100644 --- a/Aaru.Tests/Issues/590/asus-driver-gpu-tweak-v1231-2014.cs +++ b/Aaru.Tests/Issues/590/asus-driver-gpu-tweak-v1231-2014.cs @@ -18,7 +18,7 @@ using System.IO; [SuppressMessage("ReSharper", "InconsistentNaming")] public class asus_driver_gpu_tweak_v1231_2014 : FsExtractHashIssueTest { - protected override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue590", + protected override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue590", "asus-driver-gpu-tweak-v1231-2014"); protected override string TestFile => "V1231.aaruf"; protected override Dictionary ParsedOptions => new(); diff --git a/Aaru.Tests/Issues/590/m5a99fx.cs b/Aaru.Tests/Issues/590/m5a99fx.cs index 01ab434be..507f15c9e 100644 --- a/Aaru.Tests/Issues/590/m5a99fx.cs +++ b/Aaru.Tests/Issues/590/m5a99fx.cs @@ -19,7 +19,7 @@ using System.IO; public class m5a99fx : FsExtractHashIssueTest { protected override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue590", "m5a99fx"); + Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue590", "m5a99fx"); protected override string TestFile => "MB Support CD.aaruf"; protected override Dictionary ParsedOptions => new(); protected override bool Debug => false; diff --git a/Aaru.Tests/Issues/590/win3.cs b/Aaru.Tests/Issues/590/win3.cs index ba82bd7f4..2e548530d 100644 --- a/Aaru.Tests/Issues/590/win3.cs +++ b/Aaru.Tests/Issues/590/win3.cs @@ -18,7 +18,7 @@ using System.IO; [SuppressMessage("ReSharper", "InconsistentNaming")] public class win3 : FsExtractHashIssueTest { - protected override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue590", "win3"); + protected override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue590", "win3"); protected override string TestFile => "microsoft-windows-3.0-international-versions-promotional-copy.aif"; protected override Dictionary ParsedOptions => new(); protected override bool Debug => false; diff --git a/Aaru.Tests/Issues/623.cs b/Aaru.Tests/Issues/623.cs index 38fcce06f..894bc0127 100644 --- a/Aaru.Tests/Issues/623.cs +++ b/Aaru.Tests/Issues/623.cs @@ -8,7 +8,7 @@ using Aaru.Tests.WritableImages; public class _623 : WritableOpticalMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue623"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue623"); public override IMediaImage InputPlugin => new AaruFormat(); public override IWritableImage OutputPlugin => new Alcohol120(); public override string OutputExtension => "mds"; diff --git a/Aaru.Tests/Issues/624.cs b/Aaru.Tests/Issues/624.cs index 89268d9ed..ddf4aace8 100644 --- a/Aaru.Tests/Issues/624.cs +++ b/Aaru.Tests/Issues/624.cs @@ -8,7 +8,7 @@ using Aaru.Tests.WritableImages; public class _624 : WritableOpticalMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Pending", "issue624"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Pending", "issue624"); public override IMediaImage InputPlugin => new ZZZRawImage(); public override IWritableImage OutputPlugin => new Alcohol120(); public override string OutputExtension => "mds"; diff --git a/Aaru.Tests/Issues/625.cs b/Aaru.Tests/Issues/625.cs index e6ca84738..7af773c41 100644 --- a/Aaru.Tests/Issues/625.cs +++ b/Aaru.Tests/Issues/625.cs @@ -8,7 +8,7 @@ using Aaru.Tests.WritableImages; public class _625 : WritableOpticalMediaImageTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Issues", "Fixed", "issue625"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Issues", "Fixed", "issue625"); public override IMediaImage InputPlugin => new Cdrdao(); public override IWritableImage OutputPlugin => new CloneCd(); public override string OutputExtension => "mds"; diff --git a/Aaru.Tests/Partitions/Acorn.cs b/Aaru.Tests/Partitions/Acorn.cs index 34c6ca148..dd00565a0 100644 --- a/Aaru.Tests/Partitions/Acorn.cs +++ b/Aaru.Tests/Partitions/Acorn.cs @@ -35,7 +35,7 @@ using NUnit.Framework; [TestFixture] public class Acorn : PartitionSchemeTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "Acorn"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "Acorn"); public override PartitionTest[] Tests => new[] { diff --git a/Aaru.Tests/Partitions/AppleMap.cs b/Aaru.Tests/Partitions/AppleMap.cs index 05e030148..19ac19c97 100644 --- a/Aaru.Tests/Partitions/AppleMap.cs +++ b/Aaru.Tests/Partitions/AppleMap.cs @@ -36,7 +36,7 @@ using NUnit.Framework; public class AppleMap : PartitionSchemeTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "Apple Partition Map"); + Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "Apple Partition Map"); public override PartitionTest[] Tests => new[] { new PartitionTest diff --git a/Aaru.Tests/Partitions/Atari.cs b/Aaru.Tests/Partitions/Atari.cs index c8962d244..3e8b7c8cd 100644 --- a/Aaru.Tests/Partitions/Atari.cs +++ b/Aaru.Tests/Partitions/Atari.cs @@ -35,7 +35,7 @@ using NUnit.Framework; [TestFixture] public class Atari : PartitionSchemeTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "Atari ST"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "Atari ST"); public override PartitionTest[] Tests => new[] { new PartitionTest diff --git a/Aaru.Tests/Partitions/BSD.cs b/Aaru.Tests/Partitions/BSD.cs index 42311ab12..1b440c3e0 100644 --- a/Aaru.Tests/Partitions/BSD.cs +++ b/Aaru.Tests/Partitions/BSD.cs @@ -35,7 +35,7 @@ using NUnit.Framework; [TestFixture] public class Bsd : PartitionSchemeTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "BSD slices"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "BSD slices"); public override PartitionTest[] Tests => new[] { diff --git a/Aaru.Tests/Partitions/GPT.cs b/Aaru.Tests/Partitions/GPT.cs index 1c207c897..882012d7d 100644 --- a/Aaru.Tests/Partitions/GPT.cs +++ b/Aaru.Tests/Partitions/GPT.cs @@ -36,7 +36,7 @@ using NUnit.Framework; public class Gpt : PartitionSchemeTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "GUID Partition Table"); + Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "GUID Partition Table"); public override PartitionTest[] Tests => new[] { diff --git a/Aaru.Tests/Partitions/MBR.cs b/Aaru.Tests/Partitions/MBR.cs index 74a9d2b0c..532ba34d5 100644 --- a/Aaru.Tests/Partitions/MBR.cs +++ b/Aaru.Tests/Partitions/MBR.cs @@ -36,7 +36,7 @@ using NUnit.Framework; public class Mbr : PartitionSchemeTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "Master Boot Record"); + Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "Master Boot Record"); public override PartitionTest[] Tests => new[] { diff --git a/Aaru.Tests/Partitions/MINIX.cs b/Aaru.Tests/Partitions/MINIX.cs index 79744e190..2201155d2 100644 --- a/Aaru.Tests/Partitions/MINIX.cs +++ b/Aaru.Tests/Partitions/MINIX.cs @@ -35,7 +35,7 @@ using NUnit.Framework; [TestFixture] public class Minix : PartitionSchemeTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "MINIX"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "MINIX"); public override PartitionTest[] Tests => new[] { diff --git a/Aaru.Tests/Partitions/PC98.cs b/Aaru.Tests/Partitions/PC98.cs index 7a6e08084..6967f3836 100644 --- a/Aaru.Tests/Partitions/PC98.cs +++ b/Aaru.Tests/Partitions/PC98.cs @@ -35,7 +35,7 @@ using NUnit.Framework; [TestFixture] public class Pc98 : PartitionSchemeTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "PC-98"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "PC-98"); public override PartitionTest[] Tests => new[] { diff --git a/Aaru.Tests/Partitions/RDB.cs b/Aaru.Tests/Partitions/RDB.cs index a5a7065ee..49b088a03 100644 --- a/Aaru.Tests/Partitions/RDB.cs +++ b/Aaru.Tests/Partitions/RDB.cs @@ -36,7 +36,7 @@ using NUnit.Framework; public class Rdb : PartitionSchemeTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "Rigid Disk Block"); + Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "Rigid Disk Block"); public override PartitionTest[] Tests => new[] { diff --git a/Aaru.Tests/Partitions/SGI.cs b/Aaru.Tests/Partitions/SGI.cs index 53f411653..14685e7a4 100644 --- a/Aaru.Tests/Partitions/SGI.cs +++ b/Aaru.Tests/Partitions/SGI.cs @@ -35,7 +35,7 @@ using NUnit.Framework; [TestFixture] public class Sgi : PartitionSchemeTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "SGI"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "SGI"); public override PartitionTest[] Tests => new[] { diff --git a/Aaru.Tests/Partitions/Sun.cs b/Aaru.Tests/Partitions/Sun.cs index 3ccf45cc1..63d951cad 100644 --- a/Aaru.Tests/Partitions/Sun.cs +++ b/Aaru.Tests/Partitions/Sun.cs @@ -36,7 +36,7 @@ using NUnit.Framework; [TestFixture] public class Sun : PartitionSchemeTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "Sun"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "Sun"); public override PartitionTest[] Tests => new[] { diff --git a/Aaru.Tests/Partitions/VTOC.cs b/Aaru.Tests/Partitions/VTOC.cs index dea1ac7b6..c5966de0e 100644 --- a/Aaru.Tests/Partitions/VTOC.cs +++ b/Aaru.Tests/Partitions/VTOC.cs @@ -35,7 +35,7 @@ using NUnit.Framework; [TestFixture] public class Vtoc : PartitionSchemeTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "UNIX VTOC"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "UNIX VTOC"); public override PartitionTest[] Tests => new[] { diff --git a/Aaru.Tests/Partitions/Xbox.cs b/Aaru.Tests/Partitions/Xbox.cs index f147e5b49..b677588fa 100644 --- a/Aaru.Tests/Partitions/Xbox.cs +++ b/Aaru.Tests/Partitions/Xbox.cs @@ -35,7 +35,7 @@ using NUnit.Framework; [TestFixture] public class Xbox : PartitionSchemeTest { - public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Partitioning schemes", "Xbox"); + public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Partitioning schemes", "Xbox"); public override PartitionTest[] Tests => new[] { diff --git a/Aaru.Tests/WritableImages/AaruFormat/V1/FromAaru.cs b/Aaru.Tests/WritableImages/AaruFormat/V1/FromAaru.cs index 2cbd7d0b6..c2f8e618b 100644 --- a/Aaru.Tests/WritableImages/AaruFormat/V1/FromAaru.cs +++ b/Aaru.Tests/WritableImages/AaruFormat/V1/FromAaru.cs @@ -8,7 +8,7 @@ using Aaru.DiscImages; public class FromAaru : WritableOpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "AaruFormat", "V1"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "AaruFormat", "V1"); public override IMediaImage InputPlugin => new AaruFormat(); public override IWritableImage OutputPlugin => new AaruFormat(); public override string OutputExtension => "aif"; diff --git a/Aaru.Tests/WritableImages/Alcohol/FromAaru.cs b/Aaru.Tests/WritableImages/Alcohol/FromAaru.cs index 9d167fcec..eacde7aaf 100644 --- a/Aaru.Tests/WritableImages/Alcohol/FromAaru.cs +++ b/Aaru.Tests/WritableImages/Alcohol/FromAaru.cs @@ -8,7 +8,7 @@ using Aaru.DiscImages; public class FromAaru : WritableOpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "AaruFormat", "V1"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "AaruFormat", "V1"); public override IMediaImage InputPlugin => new AaruFormat(); public override IWritableImage OutputPlugin => new Alcohol120(); public override string OutputExtension => "mds"; diff --git a/Aaru.Tests/WritableImages/CDRDAO/FromAaru.cs b/Aaru.Tests/WritableImages/CDRDAO/FromAaru.cs index fa6989def..151188ba2 100644 --- a/Aaru.Tests/WritableImages/CDRDAO/FromAaru.cs +++ b/Aaru.Tests/WritableImages/CDRDAO/FromAaru.cs @@ -8,7 +8,7 @@ using Aaru.DiscImages; public class FromAaru : WritableOpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "AaruFormat", "V1"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "AaruFormat", "V1"); public override IMediaImage InputPlugin => new AaruFormat(); public override IWritableImage OutputPlugin => new Cdrdao(); public override string OutputExtension => "toc"; diff --git a/Aaru.Tests/WritableImages/CDRWin/FromAaru.cs b/Aaru.Tests/WritableImages/CDRWin/FromAaru.cs index 4e9179a25..6f41c587f 100644 --- a/Aaru.Tests/WritableImages/CDRWin/FromAaru.cs +++ b/Aaru.Tests/WritableImages/CDRWin/FromAaru.cs @@ -8,7 +8,7 @@ using Aaru.DiscImages; public class FromAaru : WritableOpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "AaruFormat", "V1"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "AaruFormat", "V1"); public override IMediaImage InputPlugin => new AaruFormat(); public override IWritableImage OutputPlugin => new CdrWin(); public override string OutputExtension => "cue"; diff --git a/Aaru.Tests/WritableImages/CloneCD/FromAaru.cs b/Aaru.Tests/WritableImages/CloneCD/FromAaru.cs index 454120098..57b1c88e9 100644 --- a/Aaru.Tests/WritableImages/CloneCD/FromAaru.cs +++ b/Aaru.Tests/WritableImages/CloneCD/FromAaru.cs @@ -8,7 +8,7 @@ using Aaru.DiscImages; public class FromAaru : WritableOpticalMediaImageTest { public override string DataFolder => - Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "AaruFormat", "V1"); + Path.Combine(Consts.TestFilesRoot, "Media image formats", "AaruFormat", "V1"); public override IMediaImage InputPlugin => new AaruFormat(); public override IWritableImage OutputPlugin => new CloneCd(); public override string OutputExtension => "ccd";