diff options
Diffstat (limited to 'test/core/model/TestDocument.hpp')
-rw-r--r-- | test/core/model/TestDocument.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/core/model/TestDocument.hpp b/test/core/model/TestDocument.hpp index 2397fe6..243672b 100644 --- a/test/core/model/TestDocument.hpp +++ b/test/core/model/TestDocument.hpp @@ -26,7 +26,6 @@ #include "TestDocumentBuilder.hpp" namespace ousia { -namespace model { /** * This constructs a fairly simple test document for the "book" domain. The @@ -88,7 +87,6 @@ static Rooted<Document> constructBookDocument(Manager &mgr, Logger &logger, return doc; } } -} #endif /* _TEST_DOCUMENT_HPP_ */ |