Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.2.0
-
Fix Version/s: 0.2.0
-
Component/s: PDF Plugin
-
Labels:None
-
Number of attachments :
Description
The error message says "File #: 1 Line#: 8 Invalid width specified for columns: 216.0 Ignored."
Improvements:
- there should be no : after the # in the file and line #s
- the error message should indicate (in this case) that the columns are too wide for the page
- the value of the column width should be stated in the units specified in the file (not converted to points.
can replicate with: [columns:3][columnwidth:3in] on a default Letter size page.
Added new error messages for column too wide and a separate one for column too narrow. Now shows the invalid column size in the units employed by the user.
Wrote functional test (first) in pdfOperation.groovy. Added unit tests and updated a pair of unit tests to reflect new wording of error message.
All tests pass; issue closed.