Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d422f6c authored by Lee Shombert's avatar Lee Shombert
Browse files

Fix testDumpsysCacheinfo() for Ravenwood

The ravenwood tests run in isolation so "well-known" caches are not
present.  This removes the check that a well-known cache exists.

Flag: EXEMPT bug-fix
Bug: 419264748
Test: atest
 * FrameworksCoreTests:PropertyInvalidatedCacheTests
Change-Id: If593d583caecd4089197828d655e2e382dc77fcc
parent 57758ae0
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -846,10 +846,6 @@ public class PropertyInvalidatedCacheTests {
            + " +Hits: 0, Misses: 0, Skips: 0";
        assertThat(dump).containsMatch(p);

        // Verify that the well-known cache getApplicationInfo is present.
        p = "Cache Name: getApplicationInfo";
        assertThat(dump).containsMatch(p);

        // Construct a brief listing.
        dump = getDumpsys(/* brief */ true);