Descriptionchromeos: Fix UpdateScreenTest and NetworkScreenTest for Debug build.
These tests have been failing since crrev.com/107314 due to the hacky
workaround I added.
Along the way, rework other tests to use MockDBusThreadManager. These
weren't failing but using the mock would make the tests faster and more
reliable.
For signed_settings_unittest.cc to pass, add expectations for StorePolicy().
We didn't need this before, as we were using stub implementation that
always ran callback.Run(true), but we are now using mocks, so we should
add this behavior manually.
BUG=chromium-os:22183
TEST=Run UpdateScreenTest, NetworkScreenTest, ExistingUserControllerTest, SignedSettingsHelperTest with the debug build.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107865
Patch Set 1 #Patch Set 2 : remove set_session_manager_client #Patch Set 3 : update mock #Patch Set 4 : update #Patch Set 5 : update #Patch Set 6 : reupload #
Total comments: 6
Patch Set 7 : address comments #
Messages
Total messages: 3 (0 generated)
|