Verify all parsed test font files start with cap.
authorbungeman <bungeman@google.com>
Fri, 13 Feb 2015 16:55:16 +0000 (08:55 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 13 Feb 2015 16:55:16 +0000 (08:55 -0800)
commit9a0808fd8e83128403285f391944850d908d7af0
treebb27c0bd7959e32a35f6dd4264bb4d29f5567c14
parentf16c00e41b72daa81ed7efacbead06b387767841
Verify all parsed test font files start with cap.

All of the Android test font configuration files have file names which
start with a capital latin letter. Verify this is true of the parsed file
names. This would have caught previous issues with slicing, and will
hopefully prevent such issues going unnoticed in the future.

Review URL: https://codereview.chromium.org/925933003
src/ports/SkFontConfigParser_android.cpp
tests/FontConfigParser.cpp