mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[file-history] unify test methods names
This commit is contained in:
@@ -205,7 +205,7 @@ class FileHistoryTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
fun cyclicHistoryTest() {
|
||||
fun historyWithCyclicRenames() {
|
||||
val aFile = LocalFilePath("a.txt", false)
|
||||
val bFile = LocalFilePath("b.txt", false)
|
||||
val fileNamesData = FileNamesDataBuilder(aFile)
|
||||
@@ -232,7 +232,7 @@ class FileHistoryTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
fun caseOnlyRename() {
|
||||
fun historyWithCyclicCaseOnlyRenames() {
|
||||
val lowercasePath = LocalFilePath("file.txt", false)
|
||||
val uppercasePath = LocalFilePath("FILE.TXT", false)
|
||||
val mixedPath = LocalFilePath("FiLe.TxT", false)
|
||||
|
||||
Reference in New Issue
Block a user