diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-09 14:06:47 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-09 14:06:47 +0100 |
commit | 4b8f07b478015196de3db8dbaf91e176cdc4a6f0 (patch) | |
tree | e53055a3cd2b9e6884af84c487ae045d806bb181 /test | |
parent | 7a2255b92c554b60721ad94f6c40f7e029080e15 (diff) |
renamed XMLNode for the XMLTest to his lordships pleasure.
Diffstat (limited to 'test')
-rw-r--r-- | test/core/XMLTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/XMLTest.cpp b/test/core/XMLTest.cpp index 53bd28d..2623342 100644 --- a/test/core/XMLTest.cpp +++ b/test/core/XMLTest.cpp @@ -25,7 +25,7 @@ namespace ousia { namespace xml { -TEST(Node, testSerialize) +TEST(XMLNode, testSerialize) { Manager mgr; |