diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-14 07:24:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-14 07:24:49 +0000 |
commit | b1b7ba898f86aa24db78d8a1d2e9129a70a23d51 (patch) | |
tree | 9e8cc00302bdb13b0f03ff574664446aa3d0d86b /testtools/source | |
parent | c198643dcd6fbf96baa83958e4f362c5a957d185 (diff) |
INTEGRATION: CWS sb69 (1.21.10); FILE MERGED
2007/01/29 13:42:53 sb 1.21.10.1: #i73980# Cannot reliably checkObjectCount on objects bridged out to Java/URP.
Diffstat (limited to 'testtools/source')
-rw-r--r-- | testtools/source/bridgetest/bridgetest.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testtools/source/bridgetest/bridgetest.cxx b/testtools/source/bridgetest/bridgetest.cxx index 7fd9fb37c7ce..ad8cb1f7c0ca 100644 --- a/testtools/source/bridgetest/bridgetest.cxx +++ b/testtools/source/bridgetest/bridgetest.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bridgetest.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: rt $ $Date: 2006-12-01 14:44:40 $ + * last change: $Author: obo $ $Date: 2007-03-14 08:24:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1215,8 +1215,6 @@ sal_Int32 TestBridgeImpl::run( const Sequence< OUString > & rArgs ) throw; } - bRet = MyClass::checkObjectCount() && bRet; - if( bRet ) { printf( "\n\n ### test succeeded!\n" ); |