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 /sot | |
parent | d26540bb05b0443e7988da34372c86f88cbf1f6c (diff) |
java: remove commented out code
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
Diffstat (limited to 'sot')
-rw-r--r-- | sot/qa/complex/olesimplestorage/OLESimpleStorageUnitTest.java | 16 |
1 files changed, 0 insertions, 16 deletions
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(); } |