summaryrefslogtreecommitdiff
path: root/scripts/run_web_tests.py
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2015-01-08 11:25:51 -0800
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:25 -0700
commitcfa5c8e378eb1913c447236aab739febe2c6cc5d (patch)
treed7bdbe61b8fe77b5aeddbdea2b4fb10884de1d8b /scripts/run_web_tests.py
parent3f22b6f3b65aac67988e3be214792aa56daa3794 (diff)
More moving web-specific tests and touchups to common.
Diffstat (limited to 'scripts/run_web_tests.py')
-rwxr-xr-xscripts/run_web_tests.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/run_web_tests.py b/scripts/run_web_tests.py
index eae3acf..2fc55e8 100755
--- a/scripts/run_web_tests.py
+++ b/scripts/run_web_tests.py
@@ -34,13 +34,6 @@ class TestNames(common_tests.TestNames):
loaded_fonts = FONTS
family_name = 'RobotoDraft'
- def test_family_name(self):
- """Tests the family name."""
- for records in self.names:
- self.assertEqual(records[1], self.family_name)
- if 16 in records:
- self.assertEqual(records[16], self.family_name)
-
def test_unique_identifier_and_full_name(self):
"""Tests the unique identifier and full name."""
for records in self.names: