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

Commit 2da9b339 authored by Mark Harman's avatar Mark Harman Committed by Mohammed Althaf T
Browse files

Fix tests for Pixel 6 Pro.

parent 0aba7bb6
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -1445,9 +1445,10 @@ public class TestUtils {
                    assertNotNull(exif.getAttribute(ExifInterface.TAG_SUBSEC_TIME));
                    assertNotNull(exif.getAttribute(ExifInterface.TAG_SUBSEC_TIME_ORIGINAL));
                    assertNotNull(exif.getAttribute(ExifInterface.TAG_SUBSEC_TIME_DIGITIZED));
                    assertNotNull(exif.getAttribute(ExifInterface.TAG_OFFSET_TIME));
                    assertNotNull(exif.getAttribute(ExifInterface.TAG_OFFSET_TIME_ORIGINAL));
                    assertNotNull(exif.getAttribute(ExifInterface.TAG_OFFSET_TIME_DIGITIZED));
                    // TAG_OFFSET_TIME at least no longer saved on Pixel 6 Pro
                    //assertNotNull(exif.getAttribute(ExifInterface.TAG_OFFSET_TIME));
                    //assertNotNull(exif.getAttribute(ExifInterface.TAG_OFFSET_TIME_ORIGINAL));
                    //assertNotNull(exif.getAttribute(ExifInterface.TAG_OFFSET_TIME_DIGITIZED));
                }
            }
            else {