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

Commit b6f40a84 authored by Sungsoo's avatar Sungsoo Committed by android-build-merger
Browse files

ExifInterfaceTest: Catch IOException am: c9ed3b8a

am: a4ec9714

Change-Id: I32a0cd6b1a58a697f108f37e0f036e55c9df9e17
parents dd443a05 a4ec9714
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -416,7 +416,7 @@ public class ExifInterfaceTest extends AndroidTestCase {
            in = getContext().getAssets().open(imageFile.getName());
            ExifInterface exifInterface = new ExifInterface(in);
            exifInterface.saveAttributes();
        } catch (UnsupportedOperationException e) {
        } catch (IOException e) {
            // Expected. saveAttributes is not supported with an ExifInterface object which was
            // created with InputStream.
            return;