sal/osl/all/debugbase.cxx | 2 ++ test/source/diff/README | 5 +++++ 2 files changed, 7 insertions(+)
New commits: commit d028dca13ba8cc0906fe613ad44a854d299b1b0b Author: Markus Mohrhard <[email protected]> Date: Thu Apr 26 19:25:05 2012 +0200 improve error message diff --git a/sal/osl/all/debugbase.cxx b/sal/osl/all/debugbase.cxx index 9b3021f..6648d53 100644 --- a/sal/osl/all/debugbase.cxx +++ b/sal/osl/all/debugbase.cxx @@ -136,6 +136,8 @@ bool SAL_CALL osl_detail_ObjectRegistry_checkObjectCount( buf.append( rData.m_pName ); buf.append( RTL_CONSTASCII_STRINGPARAM(": ") ); buf.append( static_cast<sal_Int64>(nSize) ); + buf.append("; Expected: "); + buf.append( static_cast<sal_Int64>(nExpected) ); DEBUGBASE_ENSURE( false, buf.makeStringAndClear().getStr() ); } return bRet; commit e6a4ea3c9de11b445bdaa7279f41a84f00ea43e4 Author: Markus Mohrhard <[email protected]> Date: Thu Apr 26 19:07:22 2012 +0200 add readme for xmldiff diff --git a/test/source/diff/README b/test/source/diff/README new file mode 100644 index 0000000..4d3e551 --- /dev/null +++ b/test/source/diff/README @@ -0,0 +1,5 @@ +This xml diff is an adapted version of the version at git://people.freedesktop.org/~mmohrhard/xmldiff. +Please write a mail to <[email protected]> after modifying this version with a patch otherwise it +might get overriden when updating the version in the source tree. + +!This xml diff is still experimental! _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
