From 5ea6e3fcc6b0baa822c0b063e474b560ea192339 Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Fri, 8 Dec 2023 15:49:54 +0000 Subject: Removing unnecessary schema dependency from delegate unit tests. * All of the unit tests were including the TfL schema even though it is not used. This prevented building with delegate and not TfL parser. * Fixing some template compile errors that were introduced when FileComparisonExecutorTests.cpp was compiled without TfL parser. Signed-off-by: Colm Donelan Change-Id: I86742d57a6520ab6bd8336a683fee29de326fff5 --- delegate/test/PadTestHelper.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'delegate/test/PadTestHelper.hpp') diff --git a/delegate/test/PadTestHelper.hpp b/delegate/test/PadTestHelper.hpp index c4bfd89458..fefcec60a7 100644 --- a/delegate/test/PadTestHelper.hpp +++ b/delegate/test/PadTestHelper.hpp @@ -14,8 +14,6 @@ #include #include -#include - #include namespace -- cgit v1.2.1