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

Commit 87fe92b9 authored by Joe Onorato's avatar Joe Onorato Committed by Android (Google) Code Review
Browse files

Merge "Turn off the check in the test because the assertion is off in the implementation."

parents 8f3f7173 ce5b6dda
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -180,7 +180,9 @@ public class SparseMappingTableTest extends TestCase {

        try {
            table.getValue(key);
            throw new Exception("Exception not thrown after mismatched reset calls.");
            // Turn off this assertion because the check in SparseMappingTable.assertConsistency
            // is also turned off.
            //throw new Exception("Exception not thrown after mismatched reset calls.");
        } catch (RuntimeException ex) {
            // Good
        }