diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-25 11:29:44 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-25 11:29:44 +0000 |
commit | 20256232b05a11386d8486f81ad1607fd66a8b18 (patch) | |
tree | 7091aad4d779bb4bce0a033eac0ecc078be02ea7 /dbaccess/qa/complex | |
parent | fe711d0f64ce3804b62eeba4a59d419f6ca155e3 (diff) |
INTEGRATION: CWS dba30d (1.4.30); FILE MERGED
2008/05/22 11:30:29 fs 1.4.30.1: #i88576# disambiguate the DataSource class, now that the current module also contains one
Diffstat (limited to 'dbaccess/qa/complex')
-rw-r--r-- | dbaccess/qa/complex/dbaccess/Storable.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/qa/complex/dbaccess/Storable.java b/dbaccess/qa/complex/dbaccess/Storable.java index e84d768f2c53..37c99c5304c5 100644 --- a/dbaccess/qa/complex/dbaccess/Storable.java +++ b/dbaccess/qa/complex/dbaccess/Storable.java @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: Storable.java,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -97,6 +97,7 @@ public class Storable extends complexlib.ComplexTestCase { XCloseable close = (XCloseable)UnoRuntime.queryInterface(XCloseable.class,xComponent); close.close(true); } + catch ( AssureException e ) { throw e; } catch ( Exception e ) { assure( "caught an unexpected exception: " + e.getMessage(), false ); |