Kotlin I/O new features: relativeTo, copyTo, copyRecursively, deleteRecursively, file tree walkers,
file component iterators, file roots, startsWith, endsWith, subPath, normalize, replaceBytes, replaceTest,
additional tests and comments
Original commit: f560677b15
This commit is contained in:
committed by
Mikhail Glukhikh
parent
b042ef11f6
commit
770eea4875
@@ -374,6 +374,7 @@ public abstract class AbstractIncrementalJpsTest : JpsBuildTestCase() {
|
|||||||
val file = File(workDir, path)
|
val file = File(workDir, path)
|
||||||
|
|
||||||
val oldLastModified = file.lastModified()
|
val oldLastModified = file.lastModified()
|
||||||
|
file.delete()
|
||||||
dataFile.copyTo(file)
|
dataFile.copyTo(file)
|
||||||
|
|
||||||
val newLastModified = file.lastModified()
|
val newLastModified = file.lastModified()
|
||||||
|
|||||||
Reference in New Issue
Block a user