summaryrefslogtreecommitdiff
path: root/reportdesign/qa/complex
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-07-01 15:44:20 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-07-01 15:44:20 +0300
commit9acfb18b030dfdfbeaf5e87abaec2caef1e2d8b1 (patch)
tree0411b52bdfb35c80bc29bc3cd1229af365a3f10e /reportdesign/qa/complex
parent15c80d4db0afca1bfa869d9853b004fe87f715d3 (diff)
Goodbye to CWS_WORK_STAMP
Diffstat (limited to 'reportdesign/qa/complex')
-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);