Multi-line svn commit, see body.
[shibboleth/cpp-opensaml.git] / samltest / saml1 / core / impl / ActionTest.h
index f2f92bc..643adf2 100644 (file)
@@ -49,8 +49,8 @@ public:
     void testSingleElementOptionalAttributesUnmarshall() {\r
         auto_ptr<XMLObject> xo(unmarshallElement(singleElementOptionalAttributesFile));\r
         Action* action = dynamic_cast<Action*>(xo.get());\r
-        TSM_ASSERT_SAME_DATA("namespace attribute ", expectedNamespace, action->getNamespace(), XMLString::stringLen(expectedNamespace));\r
-        TSM_ASSERT_SAME_DATA("Contents ", expectedContents, action->getAction(), XMLString::stringLen(expectedContents));\r
+        assertEquals("namespace attribute ", expectedNamespace, action->getNamespace());\r
+        assertEquals("Contents ", expectedContents, action->getAction());\r
     }\r
 \r
     void testSingleElementMarshall() {\r