summaryrefslogtreecommitdiff
path: root/comphelper/qa
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-05 09:54:58 +0200
committerNoel Grandin <noel@peralex.com>2014-08-05 11:31:50 +0200
commit0c5f51ebbcb7e22baa913e2012e3dcfcc6cf7897 (patch)
tree3d441110176e37c1a6ba2d15a3653d5023863075 /comphelper/qa
parentd26540bb05b0443e7988da34372c86f88cbf1f6c (diff)
java: remove commented out code
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
Diffstat (limited to 'comphelper/qa')
-rw-r--r--comphelper/qa/complex/comphelper/Map.java21
-rw-r--r--comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java20
2 files changed, 0 insertions, 41 deletions
diff --git a/comphelper/qa/complex/comphelper/Map.java b/comphelper/qa/complex/comphelper/Map.java
index 0603ba34e13f..062179223823 100644
--- a/comphelper/qa/complex/comphelper/Map.java
+++ b/comphelper/qa/complex/comphelper/Map.java
@@ -29,10 +29,8 @@ import com.sun.star.container.XIdentifierAccess;
import com.sun.star.container.XMap;
import com.sun.star.container.XSet;
import com.sun.star.form.XFormComponent;
-// import com.sun.star.lang.DisposedException;
import com.sun.star.lang.EventObject;
import com.sun.star.lang.Locale;
-// import com.sun.star.lang.NoSupportException;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.uno.Any;
import com.sun.star.uno.AnyConverter;
@@ -43,9 +41,7 @@ import com.sun.star.uno.XInterface;
import java.util.HashSet;
import java.util.Set;
-// import org.junit.After;
import org.junit.AfterClass;
-// import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.openoffice.test.OfficeConnection;
@@ -55,23 +51,6 @@ import static org.junit.Assert.*;
*/
public class Map /* extends complexlib.ComplexTestCase */
{
-// @Override
-// public String[] getTestMethodNames()
-// {
-// return new String[] {
-// "testSimpleKeyTypes",
-// "testComplexKeyTypes",
-// "testValueTypes",
-// "testEnumerations",
-// "testSpecialValues"
-// };
-// }
-
-// public static String getShortTestDescription()
-// {
-// return "tests the css.container.Map implementation from comphelper/source/misc/map.cxx";
-// }
-
private static String impl_getNth( int n )
{
switch ( n % 10 )
diff --git a/comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java b/comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java
index b5b4d56da34b..ab37ad911a4a 100644
--- a/comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java
+++ b/comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java
@@ -17,7 +17,6 @@
*/
package complex.comphelper;
-// import complexlib.ComplexTestCase;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.uno.UnoRuntime;
@@ -38,7 +37,6 @@ import static org.junit.Assert.*;
class TestHelper
{
- // LogWriter m_aLogWriter;
String m_sTestPrefix;
/** Creates a new instance of TestHelper
@@ -61,19 +59,6 @@ public class SequenceOutputStreamUnitTest /* extends ComplexTestCase*/ {
TestHelper m_aTestHelper = null;
-// public String[] getTestMethodNames() {
-// return new String[] {
-// "ExecuteTest01"};
-// }
-
-// public String getTestObjectName () {
-// return "SequenceOutputStreamUnitTest";
-// }
-
-// public static String getShortTestDescription() {
-// return "tests the SequenceOutput/InputStream implementations";
-// }
-
@Before public void before() {
try {
m_xMSF = getMSF();
@@ -90,11 +75,6 @@ public class SequenceOutputStreamUnitTest /* extends ComplexTestCase*/ {
m_xMSF = null;
}
-// @Test public void ExecuteTest01() {
-// Test01 aTest = new Test01 (m_xMSF);
-// assertTrue( "Test01 failed!", aTest.test() );
-// }
-
@Test public void test () {
try {
final int nBytesCnt = 20;