summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sdbc/_XWarningsSupplier.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sdbc/_XWarningsSupplier.java')
-rw-r--r--qadevOOo/tests/java/ifc/sdbc/_XWarningsSupplier.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/sdbc/_XWarningsSupplier.java b/qadevOOo/tests/java/ifc/sdbc/_XWarningsSupplier.java
index cbca4c600a4a..9f49eec04eca 100644
--- a/qadevOOo/tests/java/ifc/sdbc/_XWarningsSupplier.java
+++ b/qadevOOo/tests/java/ifc/sdbc/_XWarningsSupplier.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -69,7 +69,7 @@ public class _XWarningsSupplier extends MultiMethodTest {
// not sure what the below test was intended to test, but it actually fails with an SQLException (which is
// correct for what is done there), and thus makes the complete interface test fail (which is not correct)
// So, for the moment, just let the test succeed all the time - until issue #i84235# is fixed
-
+
if ( false )
{
int oldVal = 0, newVal = 0;
@@ -95,7 +95,7 @@ public class _XWarningsSupplier extends MultiMethodTest {
boolean res = false;
- try
+ try
{
Object warns = oObj.getWarnings();
res = (!utils.isVoid(warns));