summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrzej Hunt <andrzej.hunt@collabora.com>2014-07-28 16:22:47 +0200
committerAndrzej Hunt <andrzej.hunt@collabora.com>2014-07-28 16:38:17 +0200
commit0f21977d1d17170913d49987f070b9581395d7dd (patch)
tree5993e3c86e36a40f069bb8758ebd44e49a3c096f
parentc1d9fe079a32a0515683236f91892c98ee837f8b (diff)
Use CPPUNIT_ASSERT instead of assert.
Change-Id: I24e7934002ebdde208db74ae3308b26875a3155b
-rw-r--r--libreofficekit/qa/unit/tiledrendering.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libreofficekit/qa/unit/tiledrendering.cxx b/libreofficekit/qa/unit/tiledrendering.cxx
index b231eb0b72ba..9c035b43aa95 100644
--- a/libreofficekit/qa/unit/tiledrendering.cxx
+++ b/libreofficekit/qa/unit/tiledrendering.cxx
@@ -77,7 +77,7 @@ void TiledRenderingTest::testOverlay()
scoped_ptr< Office > pOffice( lok_cpp_init(
sLOPath.c_str() ) );
- assert( pOffice.get() );
+ CPPUNIT_ASSERT( pOffice.get() );
scoped_ptr< Document> pDocument( pOffice->documentLoad(
sDocPath.c_str() ) );