summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sdbc/_XRowUpdate.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sdbc/_XRowUpdate.java')
-rw-r--r--qadevOOo/tests/java/ifc/sdbc/_XRowUpdate.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/ifc/sdbc/_XRowUpdate.java b/qadevOOo/tests/java/ifc/sdbc/_XRowUpdate.java
index 0b86d1b00bc1..9e27da7462f9 100644
--- a/qadevOOo/tests/java/ifc/sdbc/_XRowUpdate.java
+++ b/qadevOOo/tests/java/ifc/sdbc/_XRowUpdate.java
@@ -140,7 +140,6 @@ public class _XRowUpdate extends MultiMethodTest {
row.getBinaryStream(i + 1) ;
if (rowData.get(i) instanceof XTextInputStream)
row.getCharacterStream(i + 1) ;
- //if (rowData.get(i) instanceof Object[]) row.getObject(i) ;
if (!row.wasNull()) {
log.println("FAILED") ;
@@ -613,8 +612,6 @@ public class _XRowUpdate extends MultiMethodTest {
createInstance("com.sun.star.io.Pipe") ;
oObj.updateObject(idx, newVal) ;
- //Object getVal = row.getObject(idx) ;
- //result = UnoRuntime.areSame(newVal, getVal) ;
} catch (SQLException e) {
e.printStackTrace(log) ;
result = false ;
@@ -648,8 +645,6 @@ public class _XRowUpdate extends MultiMethodTest {
createInstance("com.sun.star.io.Pipe") ;
oObj.updateNumericObject(idx, newVal, 0) ;
- //Object getVal = row.getObject(idx) ;
- //result = UnoRuntime.areSame(newVal, getVal) ;
} catch (SQLException e) {
e.printStackTrace(log) ;
result = false ;