fix test references

update references for unit tests to reference new core and fonts projects. all tests except the public api scanner tests now run successfully.
This commit is contained in:
Eliot Jones
2020-01-04 22:56:41 +00:00
parent 74774995d6
commit a6541f1cfc
44 changed files with 90 additions and 86 deletions

View File

@@ -2,9 +2,8 @@
namespace UglyToad.PdfPig.Tests.Parser.Parts
{
using System;
using PdfPig.IO;
using PdfPig.Core;
using PdfPig.Parser.Parts;
using PdfPig.Util;
using Xunit;
public class BruteForceSearcherTests