PDF import tests WIP

This commit is contained in:
Ben Olden-Cooligan 2013-09-08 20:01:07 -04:00
parent 04413d3ddc
commit b3933fcc2f
7 changed files with 31 additions and 0 deletions

View File

@ -65,10 +65,17 @@
<Compile Include="Integration\PdfSharpExporterTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Unit\ImageFileNamerTests.cs" />
<Compile Include="Unit\PdfSharpImporterTests.cs" />
<Compile Include="Unit\ScannedImageImporterTests.cs" />
<Compile Include="Unit\ScannedImageListTests.cs" />
</ItemGroup>
<ItemGroup>
<None Include="in\test.1p.in.pdf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="in\test.2p.in.pdf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="NAPS2.Tests.licenseheader" />
<None Include="NAPS2.Tests.nunit" />
<None Include="packages.config" />
@ -80,6 +87,17 @@
<Name>NAPS2</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="in\test.1p.in.tiff">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="in\test.2p.in.tiff">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="in\test.in.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

View File

@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NAPS2.Tests.Unit
{
class PdfSharpImporterTests
{
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
NAPS2.Tests/in/test.in.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB