summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-02-12 02:47:37 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-02-12 02:47:37 +0100
commit75b4d17f961ceec179e98fe07652e4ce719c16cb (patch)
treef58f6ddf54dc79e9e091140b2e1466b8b26e8a9a /dbaccess
parent00b070ff1478bbae773193e921c77466d8b895f7 (diff)
use better assertion macros
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/qa/extras/macros-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/qa/extras/macros-test.cxx b/dbaccess/qa/extras/macros-test.cxx
index 9443e9eb093c..786202ba8abd 100644
--- a/dbaccess/qa/extras/macros-test.cxx
+++ b/dbaccess/qa/extras/macros-test.cxx
@@ -99,7 +99,7 @@ void DBAccessTest::setUp()
// which is a private symbol to us, gets called
mxDesktop = Reference<com::sun::star::frame::XDesktop>( getMultiServiceFactory()->createInstance(
rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.Desktop" ))), UNO_QUERY );
- CPPUNIT_ASSERT_MESSAGE("", mxDesktop.is());
+ CPPUNIT_ASSERT(mxDesktop.is());
}
void DBAccessTest::tearDown()