diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-10-20 07:57:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-10-20 07:57:09 +0000 |
commit | 597cacc357f7b411622fc5c467a4dc503dcd1051 (patch) | |
tree | f9cd610a06a81e9b51f417db0cf87a2a0defc0d8 | |
parent | 323b26c51adac28e86436bf3f5721cd3d68d56ae (diff) |
#i10000# change complexlib.ComplexTestCase.AssureException into complexlib.Assurance.AssureException
-rw-r--r-- | dbaccess/qa/complex/dbaccess/RowSet.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/qa/complex/dbaccess/RowSet.java b/dbaccess/qa/complex/dbaccess/RowSet.java index b57d439b9672..8e0161187c3e 100644 --- a/dbaccess/qa/complex/dbaccess/RowSet.java +++ b/dbaccess/qa/complex/dbaccess/RowSet.java @@ -41,7 +41,7 @@ import com.sun.star.util.XRefreshable; import connectivity.tools.HsqlDatabase; import complexlib.ComplexTestCase; -import complexlib.ComplexTestCase.AssureException; +import complexlib.Assurance.AssureException; public class RowSet extends ComplexTestCase { @@ -951,4 +951,5 @@ public class RowSet extends ComplexTestCase { testParametersInteraction(); } -}
\ No newline at end of file +} + |