summaryrefslogtreecommitdiff
path: root/filter/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 /filter/qa
parentd26540bb05b0443e7988da34372c86f88cbf1f6c (diff)
java: remove commented out code
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
Diffstat (limited to 'filter/qa')
-rw-r--r--filter/qa/complex/filter/misc/FinalizedMandatoryTest.java14
-rw-r--r--filter/qa/complex/filter/misc/TypeDetection6FileFormat.java8
2 files changed, 0 insertions, 22 deletions
diff --git a/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java b/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
index a78a76e75f6c..fcf8efdb8a74 100644
--- a/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
+++ b/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
@@ -29,8 +29,6 @@ import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
import com.sun.star.util.XFlushable;
-// import complexlib.ComplexTestCase;
-// import util.utils;
import org.junit.AfterClass;
import org.junit.Before;
@@ -75,14 +73,6 @@ public class FinalizedMandatoryTest
static XMultiServiceFactory xMSF;
- /**
- * A function to tell the framework, which test functions are available.
- * @return All test methods.
- */
-// public String[] getTestMethodNames() {
-// return new String[]{"checkReadonlySupportFilterFactory",
-// "checkReadonlySupportTypeDetection"};
-// }
/** Create the environment for following tests.
* Use either a component loader from desktop or
* from frame
@@ -109,10 +99,6 @@ public class FinalizedMandatoryTest
Object oInterface = xMSF.createInstance(serviceName);
assertNotNull("Service wan't created", oInterface);
-// if (oInterface == null) {
-// failed("Service wasn't created") ;
-// throw new Exception("could not create service '"+serviceName+"'");
-// }
return (XInterface) oInterface;
}
diff --git a/filter/qa/complex/filter/misc/TypeDetection6FileFormat.java b/filter/qa/complex/filter/misc/TypeDetection6FileFormat.java
index 14c04273f7d3..33a1b1d7e9d4 100644
--- a/filter/qa/complex/filter/misc/TypeDetection6FileFormat.java
+++ b/filter/qa/complex/filter/misc/TypeDetection6FileFormat.java
@@ -43,14 +43,6 @@ public class TypeDetection6FileFormat
static XMultiServiceFactory xMSF;
- /**
- * A function to tell the framework, which test functions are available.
- * @return All test methods.
- */
-// public String[] getTestMethodNames() {
-// return new String[]{"checkFilterFactory",
-// "checkTypeDetection"};
-// }
/** Create the environment for following tests.
* Use either a component loader from desktop or
* from frame