summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sdbcx/_XTablesSupplier.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sdbcx/_XTablesSupplier.java')
-rw-r--r--qadevOOo/tests/java/ifc/sdbcx/_XTablesSupplier.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/sdbcx/_XTablesSupplier.java b/qadevOOo/tests/java/ifc/sdbcx/_XTablesSupplier.java
index c3318d2f2fa4..c3747553ccda 100644
--- a/qadevOOo/tests/java/ifc/sdbcx/_XTablesSupplier.java
+++ b/qadevOOo/tests/java/ifc/sdbcx/_XTablesSupplier.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
@@ -55,7 +55,7 @@ public class _XTablesSupplier extends MultiMethodTest {
XNameAccess tabs = oObj.getTables() ;
-
+
String[] tabNames = tabs.getElementNames() ;
log.println("Table names:") ;
@@ -71,7 +71,7 @@ public class _XTablesSupplier extends MultiMethodTest {
log.println("Support : " +
info.supportsService("com.sun.star.sdbcx.Table")) ;
-
+
tRes.tested("getTables()", tabs != null) ;
}