diff options
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/sdbc/_XIsolatedConnection.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/sdbc/_XIsolatedConnection.java b/qadevOOo/tests/java/ifc/sdbc/_XIsolatedConnection.java index fdaba84dbc49..64af7feb5306 100644 --- a/qadevOOo/tests/java/ifc/sdbc/_XIsolatedConnection.java +++ b/qadevOOo/tests/java/ifc/sdbc/_XIsolatedConnection.java @@ -86,9 +86,6 @@ public class _XIsolatedConnection extends MultiMethodTest { String user = null; String pwd = null; - if (userSettings == null) { - log.println("Required object relation not found !") ; - } if (userSettings[0] != null) user = userSettings[0].equals("")?"<empty>":userSettings[0]; |