summaryrefslogtreecommitdiff
path: root/test/formats/osml
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-15 00:02:54 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-15 00:02:54 +0100
commit2659b4595d809cbd69a77e5ff7e2fc08d225f065 (patch)
treebe6a39fcf7d7070494076832a2e652ea1aa4c91e /test/formats/osml
parent974afd3fdc54380a43445a180263fb162e1ff2c0 (diff)
Tidied OsxmlEventParser up, implemented correct whitespace handling, started to write unit tests for the osxml parser
Diffstat (limited to 'test/formats/osml')
-rw-r--r--test/formats/osml/OsmlStreamParserTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/formats/osml/OsmlStreamParserTest.cpp b/test/formats/osml/OsmlStreamParserTest.cpp
index e5eff05..b944af8 100644
--- a/test/formats/osml/OsmlStreamParserTest.cpp
+++ b/test/formats/osml/OsmlStreamParserTest.cpp
@@ -28,6 +28,7 @@
namespace ousia {
static TerminalLogger logger(std::cerr, true);
+//static ConcreteLogger logger;
TEST(OsmlStreamParser, empty)
{