summaryrefslogtreecommitdiff
path: root/connectivity/qa
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/qa')
-rw-r--r--connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java b/connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java
index 66c65e119945..9658bca70675 100644
--- a/connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java
+++ b/connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java
@@ -79,8 +79,6 @@ public class TestCacheSize {
// frequent reporting of progress
private boolean reportProgress = false;
- private XMultiServiceFactory servicefactory = null;
-
// type of the big table {MEMORY | CACHED | TEXT}
private String tableType = "CACHED";
private int cacheScale = 17;
@@ -109,8 +107,6 @@ public class TestCacheSize {
private boolean multikeytable = false;
- private String user;
- private String password;
private XStatement sStatement;
private XConnection cConnection;
XDataSource ds;
@@ -118,7 +114,6 @@ public class TestCacheSize {
private com.sun.star.beans.PropertyValue[] info;
public TestCacheSize(XMultiServiceFactory _xmulti,com.sun.star.beans.PropertyValue[] _info,XDriver _drv){
- servicefactory = _xmulti;
drv = _drv;
info = _info;
}
@@ -129,9 +124,6 @@ public class TestCacheSize {
public void setUp() {
- user = "sa";
- password = "";
-
try {
sStatement = null;
cConnection = null;