Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Update web tests
Browse files Browse the repository at this point in the history
Removed TestFeatures.

This class tested whether c2sc, smcp and unic OT features worked. Since the
fonts have been subset, the post table has been set to version 3. This has
an effect on the glyph names.
https://www.microsoft.com/typography/otspec/post.htm

By changing the table to v3, the test failed because they relied on glyph
names stored in txt files, res/c2sc_requirements.txt...

The webfonts are derived from the out/RobotoCondensedTTF binaries. These
binaries have already had these OT features tested in
scripts/run_general_tests.py.
  • Loading branch information
m4rc1e committed Mar 16, 2017
1 parent ea0e962 commit b61ba8c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/run_web_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ class TestLigatures(run_general_tests.TestLigatures):
loaded_fonts = FONTS


class TestFeatures(run_general_tests.TestFeatures):
loaded_fonts = FONTS


class TestGlyphBounds(run_general_tests.TestGlyphBounds):
loaded_fonts = FONTS

Expand Down

0 comments on commit b61ba8c

Please sign in to comment.