Parameter adjustment.

This commit is contained in:
2017-08-02 13:57:18 +01:00
parent 5e8b47554c
commit 4f8ccf0b29

View File

@@ -71,7 +71,7 @@ namespace DiscImageChef.Tests.Partitions
{
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.Open(location);
ImagePlugin image = new VDI();