diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-05 09:54:58 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-05 11:31:50 +0200 |
commit | 0c5f51ebbcb7e22baa913e2012e3dcfcc6cf7897 (patch) | |
tree | 3d441110176e37c1a6ba2d15a3653d5023863075 /svl/qa | |
parent | d26540bb05b0443e7988da34372c86f88cbf1f6c (diff) |
java: remove commented out code
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
Diffstat (limited to 'svl/qa')
4 files changed, 0 insertions, 46 deletions
diff --git a/svl/qa/complex/ConfigItems/CheckConfigItems.java b/svl/qa/complex/ConfigItems/CheckConfigItems.java index 73ca7b7aef65..80b5465519a2 100644 --- a/svl/qa/complex/ConfigItems/CheckConfigItems.java +++ b/svl/qa/complex/ConfigItems/CheckConfigItems.java @@ -30,7 +30,6 @@ import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; import org.openoffice.test.OfficeConnection; -// import static org.junit.Assert.*; /** @short todo document me @@ -54,26 +53,6 @@ public class CheckConfigItems // test environment - /** @short A function to tell the framework, - which test functions are available. - - @return All test methods. - @todo Think about selection of tests from outside ... - */ -// public String[] getTestMethodNames() -// { -// return new String[] -// { -// "checkPicklist", -// "checkURLHistory", -// "checkHelpBookmarks", -// "checkPrintOptions", -// "checkAccessibilityOptions", -// "checkUserOptions" -// }; -// } - - /** @short Create the environment for following tests. * @throws java.lang.Exception @@ -144,17 +123,6 @@ public class CheckConfigItems * @throws java.lang.Exception * @todo document me */ -// @Test public void checkPrintOptions() -// throws java.lang.Exception -// { -// impl_triggerTest("checkPrintOptions"); -// } - - - /** - * @throws java.lang.Exception - * @todo document me - */ @Test public void checkAccessibilityOptions() throws java.lang.Exception { 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; } |