Rename MockSystemState into FakeSystemState.
This class is no longer a mock. The change also includes renaming the
appropriate files and the instances of this class.
BUG=chromium:358278
TEST=Unit tests.
Change-Id: Ifc20ead0d624eddf8827a6e6f39cd9b9207dcabf
Reviewed-on: https://chromium-review.googlesource.com/194088
Reviewed-by: Gilad Arnold <garnold@chromium.org>
Tested-by: Gilad Arnold <garnold@chromium.org>
Commit-Queue: David Zeuthen <zeuthen@chromium.org>
diff --git a/SConstruct b/SConstruct
index 3703b3e..98f47a9 100644
--- a/SConstruct
+++ b/SConstruct
@@ -258,9 +258,9 @@
utils.cc""")
main = ['main.cc']
-unittest_sources = Split("""action_unittest.cc
- action_pipe_unittest.cc
+unittest_sources = Split("""action_pipe_unittest.cc
action_processor_unittest.cc
+ action_unittest.cc
bzip_extent_writer_unittest.cc
certificate_checker_unittest.cc
chrome_browser_proxy_resolver_unittest.cc
@@ -272,6 +272,7 @@
extent_mapper_unittest.cc
extent_ranges_unittest.cc
extent_writer_unittest.cc
+ fake_system_state.cc
file_writer_unittest.cc
filesystem_copier_action_unittest.cc
filesystem_iterator_unittest.cc
@@ -284,7 +285,6 @@
hwid_override_unittest.cc
metadata_unittest.cc
mock_http_fetcher.cc
- mock_system_state.cc
omaha_hash_calculator_unittest.cc
omaha_request_action_unittest.cc
omaha_request_params_unittest.cc