From 9e82b503fe794df56be48cce0bff3c6c08111358 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 27 Apr 2012 04:12:08 +0200 Subject: use the correct macro don't push at 3a.m. Change-Id: Ia50253fe136bab3ebef7a71ba5dbf87e752c2e1a --- test/source/diff/diff.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/source/diff') diff --git a/test/source/diff/diff.cxx b/test/source/diff/diff.cxx index 4d130232b881..8587fd799eb0 100644 --- a/test/source/diff/diff.cxx +++ b/test/source/diff/diff.cxx @@ -128,7 +128,7 @@ bool XMLDiff::compare() CPPUNIT_ASSERT(root2); std::stringstream stringStream("Expected: "); stringStream << (char*)root1->name << "\nFound: " << (char*) root2->name; - CPPUNIT_ASSERT(stringStream.str(), xmlStrEqual(root1->name, root2->name)); + CPPUNIT_ASSERT_MESSAGE(stringStream.str(), xmlStrEqual(root1->name, root2->name)); #else if (!root1 || !root2) return false; -- cgit v1.2.3