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

Commit 9d8108fe authored by Chiao Cheng's avatar Chiao Cheng Committed by Android Git Automerger
Browse files

am 226fae4d: Merge "Cherry picking BitmapUtilTest fix." into jb-mr1.1-dev

* commit '226fae4d':
  Cherry picking BitmapUtilTest fix.
parents 228ae43d 226fae4d
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 {