summaryrefslogtreecommitdiffstats
path: root/reportdesign/qa
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-05 11:30:20 +0200
committerNoel Grandin <noel@peralex.com>2014-08-08 09:48:16 +0200
commite7a474b29ad87c03bdc3253cc62521b8af3a93e0 (patch)
tree653452cc25dbe5fb2a9cc36e59f7a95ceed8f17c /reportdesign/qa
parentjava: remove unused fields (diff)
downloadcore-e7a474b29ad87c03bdc3253cc62521b8af3a93e0.tar.gz
core-e7a474b29ad87c03bdc3253cc62521b8af3a93e0.zip
java: remove unused variables
Change-Id: I1b04fbf4d4562ff8e74f6ccdb2fd989d79cc869b
Diffstat (limited to 'reportdesign/qa')
-rw-r--r--reportdesign/qa/complex/reportdesign/ReportDesignerTest.java17
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,