summaryrefslogtreecommitdiff
path: root/testautomation/dbaccess
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-04-20 09:04:17 +0200
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-04-20 09:04:17 +0200
commitef967b138e5de9281c9065c81dbb55bfe4bf3712 (patch)
tree25b4ae9d5c23703b09012b76d4b422d2bf62f700 /testautomation/dbaccess
parent5866430f579bafcf7e24f55f2e3d372236d8cdf8 (diff)
parent378ae8ee1f87867fd413275c0cd3a12113932f71 (diff)
vitomation01: Local merge with CWS automationdev300m76cat0
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