summaryrefslogtreecommitdiffstats
path: root/testautomation/writer/optional/includes
diff options
context:
space:
mode:
authorHelge Delfs <hde@openoffice.org>2009-12-10 08:43:31 +0000
committerHelge Delfs <hde@openoffice.org>2009-12-10 08:43:31 +0000
commit849b3e1cfc37fa74cc2e70861f15983f1c08ddc1 (patch)
treec229d63fffdb22e884f9ba4e38597da058b84e62 /testautomation/writer/optional/includes
parentjl149: #i107548 - e_extensions.bas was unable to handle root-installations. N... (diff)
downloadcore-849b3e1cfc37fa74cc2e70861f15983f1c08ddc1.tar.gz
core-849b3e1cfc37fa74cc2e70861f15983f1c08ddc1.zip
FIX: document must'nt be read only, export Filter fixed
Diffstat (limited to 'testautomation/writer/optional/includes')
-rwxr-xr-xtestautomation/writer/optional/includes/regression/issuezilla/w_issuezilla_regression.inc3
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"