mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
GlobalUndoTest: remove unused array
GitOrigin-RevId: a6e5d0ea1e792b730def1351d15a13602b1ff83f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
653d690ee2
commit
01140f9125
@@ -1042,7 +1042,6 @@ public class GlobalUndoTest extends UndoTestCase implements TestDialog {
|
||||
}
|
||||
|
||||
public void testUndoRedoFileMoveAndDeleteWithChangedDocument() throws Exception {
|
||||
final String[] path = new String[1];
|
||||
final VirtualFile[] dir = new VirtualFile[1];
|
||||
final VirtualFile[] f = new VirtualFile[1];
|
||||
|
||||
@@ -1051,7 +1050,6 @@ public class GlobalUndoTest extends UndoTestCase implements TestDialog {
|
||||
f[0] = createChildData(myRoot, "foo.txt");
|
||||
setBinaryContent(f[0], "initial".getBytes(Charsets.UTF_8));
|
||||
setDocumentText(f[0], "document");
|
||||
path[0] = f[0].getPath();
|
||||
});
|
||||
executeCommand(() -> {
|
||||
move(f[0], dir[0]);
|
||||
|
||||
Reference in New Issue
Block a user