summaryrefslogtreecommitdiff
path: root/scripts/run_web_tests.py
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk19@gmail.com>2016-01-06 11:14:58 -0800
committerJames Godfrey-Kittle <jamesgk19@gmail.com>2016-01-06 11:14:58 -0800
commit6831ae5695b88e456589476a6d5de3aaf065685c (patch)
tree7c77574116d460b2d2bc6026f930e8c4c6ff8184 /scripts/run_web_tests.py
parent2c343c852a0ae8feb2b376c006f9a5fe1bd8688b (diff)
parent69467fac76d48280050a3e1770f6595dc6967b6a (diff)
Merge pull request #145 from jamesgk/android
Update post-production and testing
Diffstat (limited to 'scripts/run_web_tests.py')
-rwxr-xr-xscripts/run_web_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/run_web_tests.py b/scripts/run_web_tests.py
index 4f051bf..5d3fd34 100755
--- a/scripts/run_web_tests.py
+++ b/scripts/run_web_tests.py
@@ -53,8 +53,8 @@ class TestNames(font_tests.TestNames):
mark_heavier_as_bold = True
expected_copyright = 'Copyright 2011 Google Inc. All Rights Reserved.'
- def expected_unique_id(self, full_name):
- return full_name
+ def expected_unique_id(self, family, style):
+ return family + ' ' + style
class TestDigitWidths(font_tests.TestDigitWidths):