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 --- .../olesimplestorage/OLESimpleStorageUnitTest.java | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'sot/qa') diff --git a/sot/qa/complex/olesimplestorage/OLESimpleStorageUnitTest.java b/sot/qa/complex/olesimplestorage/OLESimpleStorageUnitTest.java index 58ba5969088c..3e1a99e2b7a7 100644 --- a/sot/qa/complex/olesimplestorage/OLESimpleStorageUnitTest.java +++ b/sot/qa/complex/olesimplestorage/OLESimpleStorageUnitTest.java @@ -36,15 +36,6 @@ public class OLESimpleStorageUnitTest /* extends ComplexTestCase */ { private XMultiServiceFactory m_xMSF = null; -// public String[] getTestMethodNames() { -// return new String[] { -// "ExecuteTest01"}; -// } - -// public String getTestObjectName() { -// return "OLESimpleStorageUnitTest"; -// } - @Before public void before () { System.out.println("before()"); try { @@ -85,13 +76,6 @@ public class OLESimpleStorageUnitTest /* extends ComplexTestCase */ @AfterClass public static void tearDownConnection() throws InterruptedException, com.sun.star.uno.Exception { -// try -// { -// Thread.sleep(5000); -// } -// catch (java.lang.InterruptedException e) -// { -// } System.out.println("tearDownConnection()"); connection.tearDown(); } -- cgit v1.2.3