CrOS Shelf: Remove gratuitous test expectations
I am not really sure what these expectations are supposed to test. SKColorTRANSPARENT is defined as R = G = B = A = 0. So GetBaseColor() of SkColorTRANSPARENT is black. So what these expectations are testing is basically that the shelf background target color always gets back to a hardcoded black, which doesn't seem desirable (that color can change and is defined as shelf "base color" in shelf_constants.h, this sounds like a "change detector" test that isn't helping much) and seems very different from what the test claims to be checking in the first place. This removes some expectations where they didn't really make sense. Change-Id: Ic346b0aade25790d3645bb987c8bc483e39ebb6b Reviewed-on: https://chromium-review.googlesource.com/c/1493084 Commit-Queue: Manu Cornet <manucornet@chromium.org> Reviewed-by:Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#636581}
Showing
Please register or sign in to comment