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

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

ExifInterfaceTest: Catch IOException

am: c9ed3b8a

Change-Id: I589c7be846a9043ab0a7bbfb5e7775e9e595c0fd
parents f0edbfbe c9ed3b8a
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;