summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sdbc/_XRowSet.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sdbc/_XRowSet.java')
-rw-r--r--qadevOOo/tests/java/ifc/sdbc/_XRowSet.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/sdbc/_XRowSet.java b/qadevOOo/tests/java/ifc/sdbc/_XRowSet.java
index e0520bde061e..0cc5d43b087f 100644
--- a/qadevOOo/tests/java/ifc/sdbc/_XRowSet.java
+++ b/qadevOOo/tests/java/ifc/sdbc/_XRowSet.java
@@ -99,13 +99,10 @@ public class _XRowSet extends MultiMethodTest {
public void _execute() {
requiredMethod("addRowSetListener()");
listener.reset();
- boolean result = true ;
-
try {
oObj.execute() ;
} catch (SQLException e) {
log.println("Exception occurred :" + e) ;
- result = false ;
}
tRes.tested("execute()", listener.rowSetChanged);