diff options
-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; |