summaryrefslogtreecommitdiff
path: root/test/core
diff options
context:
space:
mode:
Diffstat (limited to 'test/core')
-rw-r--r--test/core/ManagedTest.cpp (renamed from test/core/dom/ManagedTest.cpp)4
-rw-r--r--test/core/dom/NodeTest.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/test/core/dom/ManagedTest.cpp b/test/core/ManagedTest.cpp
index 26f009e..3085a74 100644
--- a/test/core/dom/ManagedTest.cpp
+++ b/test/core/ManagedTest.cpp
@@ -22,10 +22,9 @@
#include <gtest/gtest.h>
-#include <core/dom/Managed.hpp>
+#include <core/Managed.hpp>
namespace ousia {
-namespace dom {
/* Class ObjectDescriptor */
@@ -544,5 +543,4 @@ TEST(Manager, hiddenRootedGraph)
}
}
-}
diff --git a/test/core/dom/NodeTest.cpp b/test/core/dom/NodeTest.cpp
index e7c8d96..b4e55aa 100644
--- a/test/core/dom/NodeTest.cpp
+++ b/test/core/dom/NodeTest.cpp
@@ -18,6 +18,8 @@
#include <gtest/gtest.h>
+#include <core/Managed.hpp>
+
#include <core/dom/Node.hpp>
namespace ousia {