summaryrefslogtreecommitdiff
path: root/scripts/run_android_tests.py
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2014-10-23 11:33:58 -0700
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:22 -0700
commita445d33ef3a80707c741d1d6e51152ef6df67de1 (patch)
tree6edc224b8fa5c6260648a5ceee592efd790cf42e /scripts/run_android_tests.py
parent890560275ea274b567f9755887c6441f94a9cf08 (diff)
Move test for sound copyright from Android-specific to general.
Diffstat (limited to 'scripts/run_android_tests.py')
-rwxr-xr-xscripts/run_android_tests.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/run_android_tests.py b/scripts/run_android_tests.py
index 819f065..afc066e 100755
--- a/scripts/run_android_tests.py
+++ b/scripts/run_android_tests.py
@@ -74,14 +74,6 @@ class TestCharacterCoverage(unittest.TestCase):
self.assertNotIn(0x2073, charset)
self.assertNotIn(0x208F, charset)
- def test_inclusion_of_sound_recording_copyright(self):
- """Tests that sound recording copyright symbol is in the fonts."""
- for font in self.fonts:
- charset = coverage.character_set(font)
- self.assertIn(
- 0x2117, charset, # SOUND RECORDING COPYRIGHT
- 'U+2117 not found in %s.' % font_data.font_name(font))
-
def test_inclusion_of_legacy_pua(self):
"""Tests that legacy PUA characters remain in the fonts."""
for font in self.fonts: