changeset 176:30e3eab8eecb

updated help message texts - required change to ThermostatQAConfig class
author Zdenek Zambersky <zzambers@redhat.com>
date Thu, 26 Mar 2015 14:22:47 +0100
parents 34de0ddba44a
children e78173df9ba0
files src/org/thermostat/qa2/framework/ThermostatQAConfig.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/org/thermostat/qa2/framework/ThermostatQAConfig.java	Fri Mar 20 17:36:50 2015 +0100
+++ b/src/org/thermostat/qa2/framework/ThermostatQAConfig.java	Thu Mar 26 14:22:47 2015 +0100
@@ -182,7 +182,7 @@
     }
 
     public static String getThermostatOutputTextsDir() {
-        return "." + File.separator + "outputtexts" + File.separator + "1.1.0";
+        return "." + File.separator + "outputtexts" + File.separator + thermostatVersion;
     }
 
     public static Login getMongoLogin() {