Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.2.0
-
Fix Version/s: 0.2.0
-
Component/s: Platypus Core
-
Labels:None
-
Number of attachments :
Description
This is surely from when I was testing the addition of .ttc files to the fontlist. Need to write a functional test to make sure this does not happen and then correct it.
Will add the functional test to cliTest.groovy.
Activity
Andrew Binstock
logged work - 26/Nov/09 3:55 AM
-
- Time Spent:
- 15 minutes
-
Found the line in TypefaceMap.java and removed it. Also, did a minor cleanup on the way, plus updated the copyright date. 15m.
To do: right a functional test for this.
Andrew Binstock
logged work - 21/Dec/09 2:49 AM
-
- Time Spent:
- 30 minutes
-
Wrote test, as described in
PLATYPUS-11(a subtask of this task), to test the screen output of -fontlist and verify it's correct. Test is in cliTestSlow.groovy.