diff options
author | Kurt Zenker <kz@openoffice.org> | 2009-09-11 16:49:12 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2009-09-11 16:49:12 +0000 |
commit | 067a4c72eaa42d5346aaa0dd07d742b391f9fe46 (patch) | |
tree | 43e535b9f6948440bb07d653eb2cdc4c1ee48bfc | |
parent | 4d471148f771dbd1750a5821ca8e0e117d3d83ef (diff) |
CWS-TOOLING: integrate CWS extras320
2009-09-09 07:44:31 +0200 jsk r275963 : #i104797# - changed number of currencies from 13 to 16
2009-08-20 10:20:49 +0200 va r275169 : #i99047# Added Font Hinting
2009-08-18 12:50:42 +0200 va r275092 : #i99047# Added Font Hinting
2009-08-18 10:44:16 +0200 va r275083 : #i104220# French Holiday: Added Whit Sunday
2009-08-14 11:46:39 +0200 va r274973 : #i104220# Corrected French Holidays
2009-08-11 17:51:29 +0200 va r274872 : #i98254# Button for Logfile expanded.
2009-08-11 17:28:09 +0200 va r274870 : #i103011# Added latest 3 Euro Countries
2009-08-11 17:27:48 +0200 va r274869 : #i103011# Added latest 3 Euro Countries
2009-08-11 17:17:41 +0200 va r274868 : #i102567# Updated AutoCorrection
2009-08-11 17:16:59 +0200 va r274867 : #i102567# Updated AutoCorrection
2009-08-11 17:16:27 +0200 va r274866 : #i102567# Updated AutoCorrection
-rwxr-xr-x | testautomation/framework/required/includes/wizard_euroconverter.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/framework/required/includes/wizard_euroconverter.inc b/testautomation/framework/required/includes/wizard_euroconverter.inc index 0548e802b646..a85c802451f2 100755 --- a/testautomation/framework/required/includes/wizard_euroconverter.inc +++ b/testautomation/framework/required/includes/wizard_euroconverter.inc @@ -44,7 +44,7 @@ testcase tUpdtWizardEuroconverter dim cMsg as string dim iKnownCurrencies as integer - const KNOWN_CURRENCIES = 13 + const KNOWN_CURRENCIES = 16 const TARGET_FILE = "barfly.ods" |