DescriptionRemove TestWebKitPort from port_testcase.
This removes TestWebKitPort (as suggested by a FIXME in the code)
and replaces each use with different Port subclasses. For the
most part this is straightforward, except for a few test methods.
Notes:
- Previously, test_path_to_apache_config_file just tested the logic
in the base Port class, but Port subclasses have different behavior,
so more specific test methods could be added in test case subclasses.
- The test_apache_config_file_name_for_platform method was testing
behavior in the base Port class which didn't make sense to repeat
for port subclasses, so I moved it to base_unittest.
Committed: https://crrev.com/70a7b38d071eab05a3afba41dabfae5ae5027c9c
Cr-Commit-Position: refs/heads/master@{#423679}
Patch Set 1 #Patch Set 2 : Get tests to pass again #Patch Set 3 : update editing port test case subclasses #Patch Set 4 : Rebased #
Total comments: 4
Patch Set 5 : Removed print; delete env var rather than setting to None #Messages
Total messages: 17 (11 generated)
|