diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-05 11:30:20 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-08 09:48:16 +0200 |
commit | e7a474b29ad87c03bdc3253cc62521b8af3a93e0 (patch) | |
tree | 653452cc25dbe5fb2a9cc36e59f7a95ceed8f17c /reportdesign | |
parent | 27459c71ef5f6f27749de36334e8a20fe4731e62 (diff) |
java: remove unused variables
Change-Id: I1b04fbf4d4562ff8e74f6ccdb2fd989d79cc869b
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/qa/complex/reportdesign/ReportDesignerTest.java | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java b/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java index ba2dd9b6db6b..fc1b7bf0a8e8 100644 --- a/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java +++ b/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java @@ -132,8 +132,6 @@ public class ReportDesignerTest @Before public void before() { System.out.println("before"); - - int dummy = 0; } @After public void after() @@ -292,14 +290,13 @@ public class ReportDesignerTest String sDBConnection = ""; // (String)param.get( convwatch.PropertyName.DB_CONNECTION_STRING ); System.out.println("DBConnection: " + sDBConnection); DB.init(sDBConnection); - String sDestinationVersion = m_sUPDMinor; - String sDestinationName = ""; - String sDestinationCreatorType = ""; - String sDocumentPoolDir = getOutputPath(_nType); - String sDocumentPoolName = getDocumentPoolName(_nType); - String sSpecial = ""; - - String sFixRefSubDirectory = "ReportDesign_qa_complex_" + getFileFormat(_nType); +// String sDestinationVersion = m_sUPDMinor; +// String sDestinationName = ""; +// String sDestinationCreatorType = ""; +// String sDocumentPoolDir = getOutputPath(_nType); +// String sDocumentPoolName = getDocumentPoolName(_nType); +// String sSpecial = ""; +// String sFixRefSubDirectory = "ReportDesign_qa_complex_" + getFileFormat(_nType); // DB.insertinto_documentcompare(sFixRefSubDirectory, "", "fixref", // sDestinationVersion, sDestinationName, sDestinationCreatorType, // sDocumentPoolDir, sDocumentPoolName, m_sMailAddress, |