Fix AppListSyncableServiceTest for the App Service
Before this commit, all AppListSyncableServiceTest.* unit tests pass with AppServiceAsh disabled, but fail with it enabled. After this commit, all AppListSyncableServiceTest.* unit tests pass, with AppServiceAsh disabled or enabled. The App Service listens for extensions being installed, not just added. Also remove some test EXPECT's that were checking a transient state, which are implementation details. That transient state was no longer reached, once RunUntilIdle calls were added to keep App Service's Mojo IPCs moving along. BUG=826982 Change-Id: I1e14f3a87316003309641c3a86d59dfb666bb8dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593886Reviewed-by:Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Nigel Tao <nigeltao@chromium.org> Cr-Commit-Position: refs/heads/master@{#658356}
Showing
Please register or sign in to comment