Fix and better output for tests

This commit is contained in:
Lefteris Karapetsas
2017-01-25 11:01:52 +01:00
parent 5738e865d5
commit 9ca0fde853
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ public:
m_reader.parse(_expectedDocumentationString, expectedDocumentation);
BOOST_CHECK_MESSAGE(
expectedDocumentation == generatedDocumentation,
"Expected " << expectedDocumentation.toStyledString() <<
"Expected:\n" << expectedDocumentation.toStyledString() <<
"\n but got:\n" << generatedDocumentation.toStyledString()
);
}