From 4f8ccf0b2995b97a2df0031a66cf866ab7c003c9 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Wed, 2 Aug 2017 13:57:18 +0100 Subject: [PATCH] Parameter adjustment. --- DiscImageChef.Tests/Partitions/PC98.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiscImageChef.Tests/Partitions/PC98.cs b/DiscImageChef.Tests/Partitions/PC98.cs index c24b0a0c1..4314b31f4 100644 --- a/DiscImageChef.Tests/Partitions/PC98.cs +++ b/DiscImageChef.Tests/Partitions/PC98.cs @@ -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();