diff options
author | Helge Delfs [hde] <hde@openoffice.org> | 2010-08-17 15:32:15 +0200 |
---|---|---|
committer | Helge Delfs [hde] <hde@openoffice.org> | 2010-08-17 15:32:15 +0200 |
commit | cdbbe882780ed9265ccd32d283086a065dd41af3 (patch) | |
tree | e398ca7c8db9a7af0b5c239827fd87bf71dc6d70 | |
parent | 407625d428d22320e165aae3fe0dd2cd585af5d9 (diff) |
#automationooo330m4#i112568#warning corrected
-rwxr-xr-x | testautomation/writer/optional/includes/regression/issuezilla/w_issuezilla_regression.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testautomation/writer/optional/includes/regression/issuezilla/w_issuezilla_regression.inc b/testautomation/writer/optional/includes/regression/issuezilla/w_issuezilla_regression.inc index 8412302d6..5e13f9353 100755 --- a/testautomation/writer/optional/includes/regression/issuezilla/w_issuezilla_regression.inc +++ b/testautomation/writer/optional/includes/regression/issuezilla/w_issuezilla_regression.inc @@ -467,11 +467,11 @@ testcase i103265 end if Case 2: if GetClipboardText <> "1. Test" then - Warnlog "First hyperlink not correctly jumped to. Not '# 1. Test' but " & GetClipboardtext + Warnlog "Second hyperlink not correctly jumped to. Not '# 1. Test' but " & GetClipboardtext end if Case 3: - if GetClipboardText <> "Test " then - Warnlog "First hyperlink not correctly jumped to. Not 'Test' but " & GetClipboardtext + if GetClipboardText <> "1 Test " then + Warnlog "Third hyperlink not correctly jumped to. Not '1 Test' but " & GetClipboardtext end if end select next i |