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

Commit 0d922ec9 authored by shailendra's avatar shailendra Committed by Android (Google) Code Review
Browse files

Merge "Fix for testThumbnailForInvalidFilePath and...

Merge "Fix for testThumbnailForInvalidFilePath and testPropertiesForNonExsitingFile failed with HMI75B(4124235)" into honeycomb-mr1
parents 1d50ad79 c8b4efdd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -587,6 +587,8 @@ public class MediaItemThumbnailTest extends
            imageItemFileName, 3000, renderingMode);
        } catch (IllegalArgumentException e) {
            flagForException = true;
        } catch (IOException e) {
            flagForException = true;
        }
        assertTrue(" Invalid File Path", flagForException);
    }
+2 −0
Original line number Diff line number Diff line
@@ -513,6 +513,8 @@ public class MediaPropertiesTest extends
                MediaItem.RENDERING_MODE_BLACK_BORDER);
        } catch (IllegalArgumentException e) {
            flagForException = true;
        } catch (IOException e) {
            flagForException = true;
        }
        assertTrue("Media Properties for non exsisting file", flagForException);
     }