Fix potential file handle leak in Attachment (#539)

* Make mockito available everywhere (core in particular).
* Also set the not-found path as FNFE message.
This commit is contained in:
Andrzej Cichocki
2017-04-12 15:30:28 +01:00
committed by GitHub
parent ac337240a6
commit 3e007c02f4
4 changed files with 53 additions and 3 deletions

View File

@ -107,7 +107,6 @@ dependencies {
testCompile "junit:junit:$junit_version"
testCompile "org.assertj:assertj-core:${assertj_version}"
testCompile "com.pholser:junit-quickcheck-core:$quickcheck_version"
testCompile "com.nhaarman:mockito-kotlin:1.1.0"
testCompile project(':test-utils')
testCompile project(':client:jfx')