mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
lst: avoid accidental modifications of base content - fix test
follow-up: 87e734856b
This commit is contained in:
@@ -311,7 +311,10 @@ class PartialLineStatusTrackerTest : BaseLineStatusTrackerTestCase() {
|
||||
|
||||
"N".replace("N2")
|
||||
"M".replace("M2")
|
||||
|
||||
vcsDocument.setReadOnly(false)
|
||||
vcsDocument.replaceString(0, 10, "XXXXX_IGNORED")
|
||||
vcsDocument.setReadOnly(true)
|
||||
|
||||
helper.applyChanges()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user