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

Commit 53a1d323 authored by Igor Murashkin's avatar Igor Murashkin
Browse files

camera2: Fix broken camera metadata test due to key rename

Change-Id: I0367550b5bb9f80c8df272804eab7052c122104d
parent 0d751e31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ public class CameraMetadataTest extends junit.framework.TestCase {
                });

        // rational (n) -- in particular rational x 9
        checkKeyGetAndSetArray("android.sensor.calibrationTransform", Rational[].class,
        checkKeyGetAndSetArray("android.sensor.calibrationTransform1", Rational[].class,
                new Rational[] {
                        new Rational(1, 2), new Rational(3, 4), new Rational(5, 6),
                        new Rational(7, 8), new Rational(9, 10), new Rational(10, 11),