diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2011-01-13 18:55:57 +0100 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2011-01-13 18:55:57 +0100 |
commit | 0e9406ad207a9eaff584dd8adc5f10cab55b441c (patch) | |
tree | c28cd7c006543a6bac636062548dbf46b6237972 /sfx2/qa | |
parent | 1dca51dbbb12bf2655fe701ac856e3808f300a5c (diff) |
gnumake3: refactoring gbuild linking to prepare for static lib linking fixing
Diffstat (limited to 'sfx2/qa')
-rw-r--r-- | sfx2/qa/cppunit/test_metadatable.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/qa/cppunit/test_metadatable.cxx b/sfx2/qa/cppunit/test_metadatable.cxx index d3d11bdf57ad..9930d61acf20 100644 --- a/sfx2/qa/cppunit/test_metadatable.cxx +++ b/sfx2/qa/cppunit/test_metadatable.cxx @@ -95,7 +95,6 @@ static bool operator==(beans::StringPair p1, beans::StringPair p2) void MetadatableTest::test() { - CPPUNIT_ASSERT_MESSAGE("fail",false); OSL_TRACE("SwMetadatable test(): start\n"); ::std::auto_ptr< ::sfx2::IXmlIdRegistry > const pReg( ::sfx2::createXmlIdRegistry(false) ); |