diff options
author | Helge Delfs <hde@openoffice.org> | 2009-12-10 08:43:31 +0000 |
---|---|---|
committer | Helge Delfs <hde@openoffice.org> | 2009-12-10 08:43:31 +0000 |
commit | 849b3e1cfc37fa74cc2e70861f15983f1c08ddc1 (patch) | |
tree | c229d63fffdb22e884f9ba4e38597da058b84e62 | |
parent | d53dde38e3f0abfac7fc2b9cdb55214f1c126dde (diff) |
FIX: document must'nt be read only, export Filter fixed
-rwxr-xr-x | testautomation/writer/optional/includes/regression/issuezilla/w_issuezilla_regression.inc | 3 |
1 files changed, 2 insertions, 1 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 9a7c142d0b1d..d7f96d0635f3 100755 --- a/testautomation/writer/optional/includes/regression/issuezilla/w_issuezilla_regression.inc +++ b/testautomation/writer/optional/includes/regression/issuezilla/w_issuezilla_regression.inc @@ -451,6 +451,7 @@ testcase i103265 Call hNewDocument printlog "- Open test document" Call hFileOpen ( gTesttoolPath + "writer\optional\input\regression\issuezilla\i103265.odt" ) + Call sMakeReadOnlyDocumentEditable printlog "- Update TOC" ToolsUpdateAllIndexes @@ -483,7 +484,7 @@ testcase i103265 printlog "- Save as HTML" gApplication = "HTML" - Call hFileSaveAsWithFilterKill ( gOfficePath + "user\work\ODFHyperlinksInTOCs.html", "HTML" ) + Call hFileSaveAsWithFilterKill ( gOfficePath + "user\work\ODFHyperlinksInTOCs.html", "HTML (StarWriter)" ) Call hCloseDocument printlog "- Reload" |