Have ViewsTestSuite initialize COM.
MaterialDesignController requires COM to be initialized. Without this, various views_unittests tests fail when run individually. (This probably means there's a second bug somewhere where something is holding COM initialized that shouldn't be, or the tests would have failed all the time.) It looks like initializing at the test suite level is roughly where other places are doing this (e.g. ContentTestSuite), so hopefully this is the right place. Bug: none Change-Id: I5e6de4d45c6118b6a2bc69ba960904fa0fd8087d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531422 Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:Michael Wasserman <msw@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#642354}
Showing
Please register or sign in to comment