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

Commit 226fae4d authored by Chiao Cheng's avatar Chiao Cheng Committed by Android (Google) Code Review
Browse files

Merge "Cherry picking BitmapUtilTest fix." into jb-mr1.1-dev

parents 7a6eb7f1 d1412303
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ public class BitmapUtilTests extends AndroidTestCase {
    }

    public void testFindOptimalSampleSizeSmaller3() throws Exception {
        assertEquals(2, BitmapUtil.findOptimalSampleSize(512, 129));
        assertEquals(4, BitmapUtil.findOptimalSampleSize(512, 129));
    }

    public void testFindOptimalSampleSizeSmaller4() throws Exception {