File format needs to be stable and valid against ODF specification.
Known issues:
Preconditions of test:
An OOo build with included chart2mst3 CWS
Test documents:
-
Testcases:
manual scales for percent charts
Status: Standard
-
File / New / Text Document
Insert / Table
3 rows / 4 columns
Enter in the table header so character as content
Enter some numeric data into the rest of the table cells
Cursor needs to be in one of the table cells
Insert / Object / Chart
Select in the upcoming wizard the "Area" chart type (4th entry from the top)
Select the third sub-type ("Percent stacked")
Press "Finish"-button of the wizard
Format / Axis / Y Axis
Switch to "Scale" tab page
Uncheck "Automatic" check-box for
Minimum
Maximum
Major intervall
Axis at
Enter the values
Minimum 12%
Maximum 160%
Major intervall 18%
Axis at 15%
File / Save As / <Name of your choice>.odt
File / Close
Open the Object 1/content.xml from <Name of your choice>.odt
Validate that the following values are correct
chart:minimum="0.12"
chart:maximum="1.6"
chart:origin="0.15"
chart:interval-major="0.18"
Look in the style:style of 18. and get the value of style:data-style-name (e.g. "N5010")
Look in the automatic-styles section for a number:percentage-style which has the style:name value from 19. (e.g. "N5010"). If the style is not percentage this testcase would fail.
References:
-
Acronyms:
-
testcase specification history
Chart2 file format checks
Date
Change
User
08.05.2007 (09:45:28)
status updated
Jogi Sievers
08.05.2007 (09:41:00)
testcase :manual scales for percent charts updated