mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
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:
parent
2e23658b77
commit
6389b35b49
8 changed files with 67 additions and 29 deletions
|
|
@ -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))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue