diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-01-09 02:04:00 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-09 20:51:39 +0000 |
commit | cdb028606c4192e08d40f5c51401a0a76fbc20fb (patch) | |
tree | 15cc4a13979d2682d4238177170df8880faff654 /reportdesign/qa/complex | |
parent | 3304e69b8689bcb3c03665e4f5c1dd10405aef5c (diff) |
Remove unused code and fix typos
Diffstat (limited to 'reportdesign/qa/complex')
-rw-r--r-- | reportdesign/qa/complex/ReportDesignerTest.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/reportdesign/qa/complex/ReportDesignerTest.java b/reportdesign/qa/complex/ReportDesignerTest.java index 2a7cc5ad5..a827406c9 100644 --- a/reportdesign/qa/complex/ReportDesignerTest.java +++ b/reportdesign/qa/complex/ReportDesignerTest.java @@ -206,12 +206,10 @@ public class ReportDesignerTest extends ComplexTestCase { private static XMultiServiceFactory m_xXMultiServiceFactory = null; private void startOffice() { - // int tempTime = param.getInt("SingleTimeOut"); param.put("TimeOut", new Integer(300000)); System.out.println("TimeOut: " + param.getInt("TimeOut")); System.out.println("ThreadTimeOut: " + param.getInt("ThreadTimeOut")); - // OfficeProvider aProvider = null; m_aProvider = new OfficeProvider(); m_xXMultiServiceFactory = (XMultiServiceFactory) m_aProvider.getManager(param); param.put("ServiceFactory", m_xXMultiServiceFactory); @@ -253,18 +251,12 @@ public class ReportDesignerTest extends ComplexTestCase { m_sUPDMinor = System.getProperty("UPDMINOR"); m_sCWS_WORK_STAMP = System.getProperty("CWS_WORK_STAMP"); - // createDBEntry(); log.println("Current CWS: " + m_sCWS_WORK_STAMP); log.println("Current MWS: " + m_sUPDMinor); - // System.exit(1); - sAppExecutionCommand = sAppExecutionCommand.replaceAll( "\\$\\{USERNAME\\}", sUser); log.println("sAppExecutionCommand='" + sAppExecutionCommand + "'"); - // an other way to replace strings - // sAppExecutionCommand = utils.replaceAll13(sAppExecutionCommand, "${USERNAME}", sUser); - checkIfOfficeExists(sAppExecutionCommand); param.put("AppExecutionCommand", new String(sAppExecutionCommand)); |