summaryrefslogtreecommitdiff
path: root/scripts/run_web_tests.py
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2015-01-08 11:39:29 -0800
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:25 -0700
commit14eecc2ca439557e4183722e07dab0308f3f18fe (patch)
tree261ccab359d4e889c501cf83e80e6db6f061e014 /scripts/run_web_tests.py
parentcfa5c8e378eb1913c447236aab739febe2c6cc5d (diff)
Don't update font version in web target.
This is because web targets are from different cuts, and we want to keep the information.
Diffstat (limited to 'scripts/run_web_tests.py')
-rwxr-xr-xscripts/run_web_tests.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/run_web_tests.py b/scripts/run_web_tests.py
index 2fc55e8..9309e0b 100755
--- a/scripts/run_web_tests.py
+++ b/scripts/run_web_tests.py
@@ -30,6 +30,13 @@ class TestVerticalMetrics(common_tests.TestVerticalMetrics):
self.assertEqual(os2_table.usWinAscent, 1946)
+class TestMetaInfo(common_tests.TestMetaInfo):
+ loaded_fonts = FONTS
+ # Since different font files are hinted at different times, the actual
+ # outlines differ slightly. So we are keeping the version numbers as a hint.
+ test_version_numbers = None
+
+
class TestNames(common_tests.TestNames):
loaded_fonts = FONTS
family_name = 'RobotoDraft'