mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Parameter adjustment.
This commit is contained in:
@@ -71,7 +71,7 @@ namespace DiscImageChef.Tests.Partitions
|
|||||||
{
|
{
|
||||||
for(int i = 0; i < testfiles.Length; i++)
|
for(int i = 0; i < testfiles.Length; i++)
|
||||||
{
|
{
|
||||||
string location = Path.Combine(Consts.TestFilesRoot, "partitions", "bsd", testfiles[i]);
|
string location = Path.Combine(Consts.TestFilesRoot, "partitions", "pc98", testfiles[i]);
|
||||||
Filter filter = new LZip();
|
Filter filter = new LZip();
|
||||||
filter.Open(location);
|
filter.Open(location);
|
||||||
ImagePlugin image = new VDI();
|
ImagePlugin image = new VDI();
|
||||||
|
|||||||
Reference in New Issue
Block a user