Minor: rename test KotlinDaemonAdvaced->KotlinDaemonIT

This commit is contained in:
Alexey Tsvetkov
2017-04-12 16:12:45 +03:00
parent a6c9cf7d3f
commit 34a8896ad4
@@ -26,7 +26,7 @@ import org.junit.Test
// todo: test client file creation/deletion
// todo: test daemon start (does not start every build)
// todo: test daemon shutdown when gradle daemon dies
class KotlinDaemonAdvaced : BaseGradleIT() {
class KotlinDaemonIT : BaseGradleIT() {
companion object {
private const val GRADLE_VERSION = "2.10"
}