aboutsummaryrefslogtreecommitdiff
path: root/test/common
diff options
context:
space:
mode:
Diffstat (limited to 'test/common')
-rw-r--r--test/common/Event2Test.cpp2
-rw-r--r--test/common/HandlerRegistryTest.cpp2
-rw-r--r--test/common/PropertyTreeTest.cpp2
-rw-r--r--test/common/SelfResolvableTest.cpp4
-rw-r--r--test/common/StringTest.cpp4
-rw-r--r--test/common/StringToNumberConverterTest.cpp4
-rw-r--r--test/common/StringUtilTest.cpp4
-rw-r--r--test/common/SubProcessTest.cpp4
-rw-r--r--test/common/platform/unix/UnixFileStreamTest.cpp2
-rw-r--r--test/common/platform/win/StreamConvertTest.cpp8
-rw-r--r--test/common/platform/win/Win32FileStreamTest.cpp4
11 files changed, 20 insertions, 20 deletions
diff --git a/test/common/Event2Test.cpp b/test/common/Event2Test.cpp
index 0d3222cc..0c67f28e 100644
--- a/test/common/Event2Test.cpp
+++ b/test/common/Event2Test.cpp
@@ -1,4 +1,4 @@
-#include "cru/common/Event2.h"
+#include "cru/base/Event2.h"
#include <catch2/catch_test_macros.hpp>
diff --git a/test/common/HandlerRegistryTest.cpp b/test/common/HandlerRegistryTest.cpp
index 03e190e3..aacef70f 100644
--- a/test/common/HandlerRegistryTest.cpp
+++ b/test/common/HandlerRegistryTest.cpp
@@ -1,4 +1,4 @@
-#include "cru/common/HandlerRegistry.h"
+#include "cru/base/HandlerRegistry.h"
#include <catch2/catch_test_macros.hpp>
diff --git a/test/common/PropertyTreeTest.cpp b/test/common/PropertyTreeTest.cpp
index a14fe924..24d7ca9e 100644
--- a/test/common/PropertyTreeTest.cpp
+++ b/test/common/PropertyTreeTest.cpp
@@ -1,4 +1,4 @@
-#include "cru/common/PropertyTree.h"
+#include "cru/base/PropertyTree.h"
#include <catch2/catch_test_macros.hpp>
diff --git a/test/common/SelfResolvableTest.cpp b/test/common/SelfResolvableTest.cpp
index 36b8cd6f..c214bd77 100644
--- a/test/common/SelfResolvableTest.cpp
+++ b/test/common/SelfResolvableTest.cpp
@@ -1,5 +1,5 @@
-#include "cru/common/Base.h"
-#include "cru/common/SelfResolvable.h"
+#include "cru/base/Base.h"
+#include "cru/base/SelfResolvable.h"
#include <catch2/catch_test_macros.hpp>
diff --git a/test/common/StringTest.cpp b/test/common/StringTest.cpp
index adbd5598..9ed351e5 100644
--- a/test/common/StringTest.cpp
+++ b/test/common/StringTest.cpp
@@ -1,5 +1,5 @@
-#include "cru/common/Format.h"
-#include "cru/common/String.h"
+#include "cru/base/Format.h"
+#include "cru/base/String.h"
#include <catch2/catch_test_macros.hpp>
diff --git a/test/common/StringToNumberConverterTest.cpp b/test/common/StringToNumberConverterTest.cpp
index d4bb36f4..82062bdb 100644
--- a/test/common/StringToNumberConverterTest.cpp
+++ b/test/common/StringToNumberConverterTest.cpp
@@ -1,5 +1,5 @@
-#include "cru/common/Exception.h"
-#include "cru/common/StringToNumberConverter.h"
+#include "cru/base/Exception.h"
+#include "cru/base/StringToNumberConverter.h"
#include <catch2/catch_test_macros.hpp>
diff --git a/test/common/StringUtilTest.cpp b/test/common/StringUtilTest.cpp
index 613243c5..1da6e963 100644
--- a/test/common/StringUtilTest.cpp
+++ b/test/common/StringUtilTest.cpp
@@ -1,5 +1,5 @@
-#include "cru/common/String.h"
-#include "cru/common/StringUtil.h"
+#include "cru/base/String.h"
+#include "cru/base/StringUtil.h"
#include <catch2/catch_test_macros.hpp>
diff --git a/test/common/SubProcessTest.cpp b/test/common/SubProcessTest.cpp
index 03f9d221..d353dec0 100644
--- a/test/common/SubProcessTest.cpp
+++ b/test/common/SubProcessTest.cpp
@@ -1,5 +1,5 @@
-#include "cru/common/String.h"
-#include "cru/common/SubProcess.h"
+#include "cru/base/String.h"
+#include "cru/base/SubProcess.h"
#include <catch2/catch_test_macros.hpp>
diff --git a/test/common/platform/unix/UnixFileStreamTest.cpp b/test/common/platform/unix/UnixFileStreamTest.cpp
index 0f9d9834..fa99aa29 100644
--- a/test/common/platform/unix/UnixFileStreamTest.cpp
+++ b/test/common/platform/unix/UnixFileStreamTest.cpp
@@ -1,4 +1,4 @@
-#include "cru/common/platform/unix/UnixFileStream.h"
+#include "cru/base/platform/unix/UnixFileStream.h"
#include <catch2/catch_test_macros.hpp>
diff --git a/test/common/platform/win/StreamConvertTest.cpp b/test/common/platform/win/StreamConvertTest.cpp
index f49d18dc..90ebb568 100644
--- a/test/common/platform/win/StreamConvertTest.cpp
+++ b/test/common/platform/win/StreamConvertTest.cpp
@@ -1,7 +1,7 @@
-#include "cru/common/io/OpenFileFlag.h"
-#include "cru/common/platform/win/Exception.h"
-#include "cru/common/platform/win/StreamConvert.h"
-#include "cru/common/platform/win/Win32FileStream.h"
+#include "cru/base/io/OpenFileFlag.h"
+#include "cru/base/platform/win/Exception.h"
+#include "cru/base/platform/win/StreamConvert.h"
+#include "cru/base/platform/win/Win32FileStream.h"
#include <catch2/catch_test_macros.hpp>
diff --git a/test/common/platform/win/Win32FileStreamTest.cpp b/test/common/platform/win/Win32FileStreamTest.cpp
index d5de451b..dc2f49d4 100644
--- a/test/common/platform/win/Win32FileStreamTest.cpp
+++ b/test/common/platform/win/Win32FileStreamTest.cpp
@@ -1,5 +1,5 @@
-#include "cru/common/io/OpenFileFlag.h"
-#include "cru/common/platform/win/Win32FileStream.h"
+#include "cru/base/io/OpenFileFlag.h"
+#include "cru/base/platform/win/Win32FileStream.h"
#include <catch2/catch_test_macros.hpp>