diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-15 00:02:54 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-15 00:02:54 +0100 |
commit | 2659b4595d809cbd69a77e5ff7e2fc08d225f065 (patch) | |
tree | be6a39fcf7d7070494076832a2e652ea1aa4c91e /test/formats/osml | |
parent | 974afd3fdc54380a43445a180263fb162e1ff2c0 (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.cpp | 1 |
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) { |