Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1602)

Unified Diff: Tools/Scripts/webkitpy/layout_tests/models/test_configuration_unittest.py

Issue 20830003: Get rid of the distinction between modifiers and expectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: clean up a couple things Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Tools/Scripts/webkitpy/layout_tests/models/test_configuration_unittest.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/models/test_configuration_unittest.py b/Tools/Scripts/webkitpy/layout_tests/models/test_configuration_unittest.py
index 8bd3d90b0e0bf82de3f325d3eca641b4e5be37ce..05b655c45b810d4cfad514871eab7e67329a30bc 100644
--- a/Tools/Scripts/webkitpy/layout_tests/models/test_configuration_unittest.py
+++ b/Tools/Scripts/webkitpy/layout_tests/models/test_configuration_unittest.py
@@ -167,7 +167,7 @@ class TestConfigurationConverterTest(unittest.TestCase):
errors = []
self.assertEqual(converter.to_config_set(set(['xp', 'foo']), errors), set())
- self.assertEqual(errors, ["Unrecognized modifier 'foo'"])
+ self.assertEqual(errors, ["Unrecognized specifier 'foo'"])
self.assertEqual(converter.to_config_set(set(['xp', 'x86_64'])), set())

Powered by Google App Engine
This is Rietveld 408576698