summaryrefslogtreecommitdiff
path: root/svl/qa/complex/passwordcontainer
diff options
context:
space:
mode:
Diffstat (limited to 'svl/qa/complex/passwordcontainer')
-rw-r--r--svl/qa/complex/passwordcontainer/PasswordContainerUnitTest.java10
-rw-r--r--svl/qa/complex/passwordcontainer/Test01.java1
-rw-r--r--svl/qa/complex/passwordcontainer/TestHelper.java3
3 files changed, 0 insertions, 14 deletions
diff --git a/svl/qa/complex/passwordcontainer/PasswordContainerUnitTest.java b/svl/qa/complex/passwordcontainer/PasswordContainerUnitTest.java
index b4ebe1694dcc..8d35956760aa 100644
--- a/svl/qa/complex/passwordcontainer/PasswordContainerUnitTest.java
+++ b/svl/qa/complex/passwordcontainer/PasswordContainerUnitTest.java
@@ -32,16 +32,6 @@ import static org.junit.Assert.*;
public class PasswordContainerUnitTest {
private XMultiServiceFactory m_xMSF = null;
-//// public String[] getTestMethodNames() {
-//// return new String[] {
-//// "ExecuteTest01",
-//// "ExecuteTest02",
-//// "ExecuteTest03"};
-//// }
-// public String getTestObjectName() {
-// return "PasswordContainerUnitTest";
-// }
-
@Before public void before() {
try {
m_xMSF = getMSF();
diff --git a/svl/qa/complex/passwordcontainer/Test01.java b/svl/qa/complex/passwordcontainer/Test01.java
index cb48fbcf9ba2..fb6b8537b020 100644
--- a/svl/qa/complex/passwordcontainer/Test01.java
+++ b/svl/qa/complex/passwordcontainer/Test01.java
@@ -25,7 +25,6 @@ import com.sun.star.task.UrlRecord;
import com.sun.star.task.UserRecord;
import com.sun.star.uno.UnoRuntime;
-// import share.LogWriter;
public class Test01 implements PasswordContainerTest {
XMultiServiceFactory m_xMSF = null;
diff --git a/svl/qa/complex/passwordcontainer/TestHelper.java b/svl/qa/complex/passwordcontainer/TestHelper.java
index 500c22281c86..10574019ebcc 100644
--- a/svl/qa/complex/passwordcontainer/TestHelper.java
+++ b/svl/qa/complex/passwordcontainer/TestHelper.java
@@ -20,14 +20,11 @@ package complex.passwordcontainer;
import com.sun.star.task.UserRecord;
-// import share.LogWriter;
public class TestHelper {
- // LogWriter m_aLogWriter;
String m_sTestPrefix;
public TestHelper( String sTestPrefix ) {
- // m_aLogWriter = aLogWriter;
m_sTestPrefix = sTestPrefix;
}