From 0c5f51ebbcb7e22baa913e2012e3dcfcc6cf7897 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 5 Aug 2014 09:54:58 +0200 Subject: java: remove commented out code Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36 --- filter/qa/complex/filter/misc/FinalizedMandatoryTest.java | 14 -------------- .../qa/complex/filter/misc/TypeDetection6FileFormat.java | 8 -------- 2 files changed, 22 deletions(-) (limited to 'filter') 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 -- cgit