JakeWharton / sdk-manager-plugin

DEPRECATED Gradle plugin which downloads and manages your Android SDK.
Apache License 2.0
1.41k stars 132 forks source link

Fix SdkDownloadTest download test #7

Closed joninvski closed 10 years ago

joninvski commented 10 years ago

Temporary file is not passed as an argument to download method since last commit. This commit fixes this and continues to check if the temporary file was deleted.

JakeWharton commented 10 years ago

Whoops! I should really write these tests in Java so IntelliJ's refactoring works better.

JakeWharton commented 10 years ago

Looks good, just waiting for Travis CI to verify.