* DiscImageChef.Tests/Filters/PCExchange.cs:

* DiscImageChef.Tests/DiscImageChef.Tests.csproj:
	  Added test for PCExchange filter.

	* DiscImageChef.Filters/PCExchange.cs:
	  Solved handling last entry of FINDER.DAT.
	Close FINDER.DAT to prevent sharing violation.
This commit is contained in:
2017-06-29 23:41:14 +01:00
parent 0fa84cf895
commit 25c6c78516
3 changed files with 127 additions and 2 deletions

View File

@@ -50,6 +50,7 @@
<Compile Include="Filters\XZ.cs" />
<Compile Include="Filters\LZip.cs" />
<Compile Include="Filters\BZip2.cs" />
<Compile Include="Filters\PCExchange.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />