diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-08-03 10:50:14 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-08-03 21:00:41 +0200 |
commit | 63572992755a9e2f5ba3e73bbe10ab145f102896 (patch) | |
tree | 7715cf6f5bb0140e74335a2754918236aedb022b /dbaccess/qa/extras | |
parent | 79f79ab077a008515e4235bdc6fcb9bf6f1af961 (diff) |
minor tweaks to existing unittests
Change-Id: I64769fee917c5d8c6450a19ad53fdf795e280c98
Diffstat (limited to 'dbaccess/qa/extras')
-rw-r--r-- | dbaccess/qa/extras/macros-test.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/qa/extras/macros-test.cxx b/dbaccess/qa/extras/macros-test.cxx index 24f78e5d5797..cc0a437af2da 100644 --- a/dbaccess/qa/extras/macros-test.cxx +++ b/dbaccess/qa/extras/macros-test.cxx @@ -80,6 +80,7 @@ void DBAccessTest::setUp() // This is a bit of a fudge, we do this to ensure that ScGlobals::ensure, // which is a private symbol to us, gets called mxDesktop = com::sun::star::frame::Desktop::create( comphelper::getComponentContext(getMultiServiceFactory()) ); + CPPUNIT_ASSERT(mxDesktop.is()); } void DBAccessTest::tearDown() |