https://bz.apache.org/ooo/show_bug.cgi?id=128398
Issue ID: 128398
Issue Type: DEFECT
Summary: autotest fvt.uno.sd.file.CheckFileProperties loses
some DocumentProperties when saving
Product: General
Version: 4.2.0-dev
Hardware: All
OS: FreeBSD
Status: CONFIRMED
Severity: Normal
Priority: P5 (lowest)
Component: scripting
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
$ cd test/
$ ant -Dtest.args='-tc fvt.uno.sd.file.CheckFileProperties'
Several unit tests will fail, including:
testGeneralRevisionNumber
testGeneralEditingDuration
testGeneralPrintBy
testGeneralPrintDate
The values set by the test for those document properties end up getting lost
while saving, and when the document is reloaded, the value read back is
different.
For example testGeneralRevisionNumber sets editing cycles to 10, but it ends up
as 1 in the .odp file. When read back, 1 and 10 differ, hence the test fails.
This was tested in the latest trunk.
--
You are receiving this mail because:
You are the assignee for the issue.