[Libreoffice-commits] .: cppuhelper/test
Julien Nabet
serval2412 at kemper.freedesktop.org
Wed Apr 18 13:48:21 PDT 2012
cppuhelper/test/testimplhelper.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e2c11d5fcc47cfe31c433bc7c0839498e13edc9c
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Wed Apr 18 22:46:33 2012 +0200
Remove extra parenthesis
diff --git a/cppuhelper/test/testimplhelper.cxx b/cppuhelper/test/testimplhelper.cxx
index f38f261..f7f339d 100644
--- a/cppuhelper/test/testimplhelper.cxx
+++ b/cppuhelper/test/testimplhelper.cxx
@@ -352,7 +352,7 @@ static void dotest( const Reference< XInterface > & xOriginal )
OSL_ENSURE( xa->a() == "a", "### A failed!" );
Reference< BA > xba( xa, UNO_QUERY );
OSL_ENSURE( xba->ba() == "ba", "### BA failed!" );
- OSL_ENSURE( xba->a() == "a" ), "### BA failed!" );
+ OSL_ENSURE( xba->a() == "a", "### BA failed!" );
Reference< CA > xca( xba, UNO_QUERY );
OSL_ENSURE( xca->ca() == "ca", "### CA failed!" );
OSL_ENSURE( xca->a() == "a", "### CA failed!" );
More information about the Libreoffice-commits
mailing list