summaryrefslogtreecommitdiff
path: root/scripts/run_web_tests.py
diff options
context:
space:
mode:
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: