summaryrefslogtreecommitdiff
path: root/reportdesign/qa
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 18:30:24 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 18:30:24 +0200
commit923db2bcda1f61c96e483986bdfe99bb8a49fe67 (patch)
tree3bb777e709f51bb32536e9f361a39dbedd234fda /reportdesign/qa
parented7c0e3aba79e0d428f62b0f3168ba28346bebff (diff)
parent93e5a0b1324bbbd0d68278ffe85ed05f3b848580 (diff)
resyncing to master
Diffstat (limited to 'reportdesign/qa')
-rw-r--r--reportdesign/qa/complex/reportdesign/ReportDesignerTest.java9
1 files changed, 1 insertions, 8 deletions
diff --git a/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java b/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java
index 6dfb6f719daf..fc7048d0c7ec 100644
--- a/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java
+++ b/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java
@@ -250,7 +250,6 @@ public class ReportDesignerTest
private String m_sMailAddress = null;
private String m_sUPDMinor;
- private String m_sCWS_WORK_STAMP;
private static final int WRITER = 1;
private static final int CALC = 2;
@@ -272,8 +271,6 @@ public class ReportDesignerTest
System.out.println("Assumed mail address: " + m_sMailAddress);
m_sUPDMinor = System.getProperty("UPDMINOR");
- m_sCWS_WORK_STAMP = System.getProperty("CWS_WORK_STAMP");
- System.out.println("Current CWS: " + m_sCWS_WORK_STAMP);
System.out.println("Current MWS: " + m_sUPDMinor);
// sAppExecutionCommand = sAppExecutionCommand.replaceAll( "\\$\\{USERNAME\\}", sUser);
@@ -383,11 +380,7 @@ public class ReportDesignerTest
String sDBConnection = ""; // (String)param.get( convwatch.PropertyName.DB_CONNECTION_STRING );
System.out.println("DBConnection: " + sDBConnection);
DB.init(sDBConnection);
- String sDestinationVersion = m_sCWS_WORK_STAMP;
- if (sDestinationVersion.length() == 0)
- {
- sDestinationVersion = m_sUPDMinor;
- }
+ String sDestinationVersion = m_sUPDMinor;
String sDestinationName = "";
String sDestinationCreatorType = "";
String sDocumentPoolDir = getOutputPath(_nType);