summaryrefslogtreecommitdiff
path: root/scripts/run_general_tests.py
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk@google.com>2015-09-29 17:57:37 -0700
committerJames Godfrey-Kittle <jamesgk@google.com>2015-09-29 17:59:14 -0700
commit24632ad9ef96131a86b5a099f2eb59888df1cc5f (patch)
tree1a15d8d671bfeadadc242b84d3c307c0ae10524a /scripts/run_general_tests.py
parent26990b6f5a8170656a0064e49b2c9b7a4f9b8d54 (diff)
Generalize and move vertical metrics tests
Diffstat (limited to 'scripts/run_general_tests.py')
-rwxr-xr-xscripts/run_general_tests.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/run_general_tests.py b/scripts/run_general_tests.py
index 6105849..30445cd 100755
--- a/scripts/run_general_tests.py
+++ b/scripts/run_general_tests.py
@@ -76,6 +76,10 @@ class TestVerticalMetrics(common_tests.TestVerticalMetrics):
loaded_fonts = FONTS
test_ymin_ymax = None
test_hhea_table_metrics = None
+ test_os2_metrics = None
+
+ expected_head_yMin = -555
+ expected_head_yMax = 2163
class TestGlyphAreas(common_tests.TestGlyphAreas):
@@ -85,4 +89,3 @@ class TestGlyphAreas(common_tests.TestGlyphAreas):
if __name__ == '__main__':
unittest.main()
-