replaced icafe with metadata extractor (#2546)

* replaced icafe with metadata extractor

* replaced icafe with metadata extractor

* removed icafe from gradle

* removed icafe from gradle

* Revert: travis commented code

* Use original content URI

* merged pr

* commit after merge

* modified unit tests
This commit is contained in:
Vanshika Arora 2019-03-12 00:20:47 +05:30 committed by Vivek Maskara
parent 2e23658b77
commit 6389b35b49
8 changed files with 67 additions and 29 deletions

View file

@ -82,7 +82,7 @@ class u {
.thenReturn(false)
`when`(mwApi!!.fileExistsWithName(ArgumentMatchers.anyString()))
.thenReturn(false)
`when`(readFBMD?.processMetadata(ArgumentMatchers.anyString()))
`when`(readFBMD?.processMetadata(ArgumentMatchers.any(),ArgumentMatchers.any()))
.thenReturn(Single.just(ImageUtils.IMAGE_OK))
}