summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2014-11-14 13:52:40 +0100
committerBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2014-11-14 13:52:40 +0100
commite3cf0a9d726c9d76f4938590691336fbf2e9f6d5 (patch)
tree2e2307a8ad7ed0912e611de65c1bf053a2c8e42a /test
parent46fadba6f804b44a726b5b2de1bac188a1785a54 (diff)
Moved Managed to core and implemented managing of nodes for the CSS Style Tree.
Diffstat (limited to 'test')
-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 {