ExifInterfaceTest: Catch IOException am: c9ed3b8a5b
am: a4ec9714b3
Change-Id: I32a0cd6b1a58a697f108f37e0f036e55c9df9e17
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user