diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-14 23:46:46 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-14 23:46:46 +0100 |
commit | fec6ac1d65aee3e4e5c948b0f7cbdec7ceb6cb45 (patch) | |
tree | b3f8f967f38ed2b2eee1f5d40896cc08d415dd45 /test/formats | |
parent | 2b0632764c26728675090c4cd0920f1b7c093ed1 (diff) |
Added testcase for Osdmx Parser
Diffstat (limited to 'test/formats')
-rw-r--r-- | test/formats/osdmx/OsdmxParserTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/formats/osdmx/OsdmxParserTest.cpp b/test/formats/osdmx/OsdmxParserTest.cpp index af1ef56..c0fb50d 100644 --- a/test/formats/osdmx/OsdmxParserTest.cpp +++ b/test/formats/osdmx/OsdmxParserTest.cpp @@ -29,7 +29,7 @@ #include <core/StandaloneEnvironment.hpp> #include <plugins/filesystem/FileLocator.hpp> -#include <plugins/xml/XmlParser.hpp> +#include <formats/osdmx/OsdmxParser.hpp> namespace ousia { |