summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sdbc/_XDriver.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sdbc/_XDriver.java')
-rw-r--r--qadevOOo/tests/java/ifc/sdbc/_XDriver.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/sdbc/_XDriver.java b/qadevOOo/tests/java/ifc/sdbc/_XDriver.java
index 8c9085a96f51..51603b7edeaa 100644
--- a/qadevOOo/tests/java/ifc/sdbc/_XDriver.java
+++ b/qadevOOo/tests/java/ifc/sdbc/_XDriver.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
@@ -110,10 +110,10 @@ public class _XDriver extends MultiMethodTest {
res &= (connection == null);
log.println("Connected? " + !res);
} catch(SQLException e) {
- log.println("Unexpected exception");
+ log.println("Unexpected exception");
res &= false;
}
-
+
if (nbu==null) {
try {
String badUrl = url + "bla";