summaryrefslogtreecommitdiff
path: root/testautomation/dbaccess
diff options
context:
space:
mode:
authorHelge Delfs [hde] <hde@openoffice.org>2010-04-13 15:28:44 +0200
committerHelge Delfs [hde] <hde@openoffice.org>2010-04-13 15:28:44 +0200
commit03c341919c2ce023d3c9e6381185f934a875bfa8 (patch)
tree22e7699878f2dcca425ec0fb65c167a1acf6f846 /testautomation/dbaccess
parenta45a337503a619f0a6ecfcbd980ab7929001092e (diff)
automationdev300m76cat0#107893#added support for slovenian language
Diffstat (limited to 'testautomation/dbaccess')
-rwxr-xr-xtestautomation/dbaccess/optional/includes/frm_FormFilter.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/testautomation/dbaccess/optional/includes/frm_FormFilter.inc b/testautomation/dbaccess/optional/includes/frm_FormFilter.inc
index 7a73842c62eb..b8e3ccc2d896 100755
--- a/testautomation/dbaccess/optional/includes/frm_FormFilter.inc
+++ b/testautomation/dbaccess/optional/includes/frm_FormFilter.inc
@@ -205,7 +205,11 @@ testcase tFF_Navigator
elseif iSprache = 49 then
if FilterNavigator.getSelText <> "WIE '*value*'" then
warnlog "The text is not right in the filter navigator. It have to be WIE '*value*' but it is " + FilterNavigator.getSelText
- endif
+ endif
+ elseif iSprache = 50 then
+ if FilterNavigator.getSelText <> "LIKE '*value*'" then
+ warnlog "The text is not right in the filter navigator. It have to be LIKE '*value*' but it is " + FilterNavigator.getSelText
+ endif
elseif iSprache = 81 then
elseif iSprache = 82 then