mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
SVN: fix committed tests according to new correct repository lists presentation
This commit is contained in:
@@ -141,8 +141,7 @@ public class SvnCommittedViewTest extends SvnTestCase {
|
||||
final List<SvnChangeList> changeListList =
|
||||
committedChangesProvider.getCommittedChanges(committedChangesProvider.createDefaultSettings(),
|
||||
new SvnRepositoryLocation(myRepoUrl), 0);
|
||||
checkList(changeListList, 2, new Data[] {new Data(absPath(d1), FileStatus.MODIFIED, "- moved from .." + File.separatorChar + "d1"),
|
||||
new Data(oldPath, FileStatus.DELETED, null)});
|
||||
checkList(changeListList, 2, new Data[] {new Data(absPath(d1), FileStatus.MODIFIED, "- moved from .." + File.separatorChar + "d1")});
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -175,7 +174,6 @@ public class SvnCommittedViewTest extends SvnTestCase {
|
||||
committedChangesProvider.getCommittedChanges(committedChangesProvider.createDefaultSettings(),
|
||||
new SvnRepositoryLocation(myRepoUrl), 0);
|
||||
checkList(changeListList, 2, new Data[] {new Data(absPath(d1), FileStatus.MODIFIED, "- moved from .." + File.separatorChar + "d1"),
|
||||
new Data(oldPath, FileStatus.DELETED, null),
|
||||
new Data(absPath(f11), FileStatus.MODIFIED, "- moved from " + oldF11Path)});
|
||||
}
|
||||
|
||||
|
||||
@@ -141,8 +141,7 @@ public class SvnCommittedViewTest extends SvnTestCase {
|
||||
final List<SvnChangeList> changeListList =
|
||||
committedChangesProvider.getCommittedChanges(committedChangesProvider.createDefaultSettings(),
|
||||
new SvnRepositoryLocation(myRepoUrl), 0);
|
||||
checkList(changeListList, 2, new Data[] {new Data(absPath(d1), FileStatus.MODIFIED, "- moved from .." + File.separatorChar + "d1"),
|
||||
new Data(oldPath, FileStatus.DELETED, null)});
|
||||
checkList(changeListList, 2, new Data[] {new Data(absPath(d1), FileStatus.MODIFIED, "- moved from .." + File.separatorChar + "d1")});
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -175,7 +174,6 @@ public class SvnCommittedViewTest extends SvnTestCase {
|
||||
committedChangesProvider.getCommittedChanges(committedChangesProvider.createDefaultSettings(),
|
||||
new SvnRepositoryLocation(myRepoUrl), 0);
|
||||
checkList(changeListList, 2, new Data[] {new Data(absPath(d1), FileStatus.MODIFIED, "- moved from .." + File.separatorChar + "d1"),
|
||||
new Data(oldPath, FileStatus.DELETED, null),
|
||||
new Data(absPath(f11), FileStatus.MODIFIED, "- moved from " + oldF11Path)});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user