From 646b18ebeb1934e7b15c7f67b161260b2eccc5d3 Mon Sep 17 00:00:00 2001 From: eelke Date: Sun, 23 Dec 2018 08:42:32 +0100 Subject: [PATCH] Update tests for moved include files. --- tests/pglabtests/tst_CodeBuilder.cpp | 4 ++-- tests/pglabtests/tst_TypeMappings.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/pglabtests/tst_CodeBuilder.cpp b/tests/pglabtests/tst_CodeBuilder.cpp index cf7d349..5f9fcb2 100644 --- a/tests/pglabtests/tst_CodeBuilder.cpp +++ b/tests/pglabtests/tst_CodeBuilder.cpp @@ -2,8 +2,8 @@ #include #include "PrintTo_Qt.h" #include -#include "PgType.h" -#include "PgTypeContainer.h" +#include "catalog/PgType.h" +#include "catalog/PgTypeContainer.h" #include "codebuilder/IndentationConfig.h" #include "codebuilder/TypeMappings.h" #include "Pgsql_oids.h" diff --git a/tests/pglabtests/tst_TypeMappings.cpp b/tests/pglabtests/tst_TypeMappings.cpp index 2ff7102..9735936 100644 --- a/tests/pglabtests/tst_TypeMappings.cpp +++ b/tests/pglabtests/tst_TypeMappings.cpp @@ -1,8 +1,8 @@ #include #include //#include -#include "PgType.h" -#include "PgTypeContainer.h" +#include "catalog/PgType.h" +#include "catalog/PgTypeContainer.h" //#include "PrintTo_Qt.h" //#include "codebuilder/IndentationConfig.h" #include "codebuilder/TypeMappings.h"