SVN: fix committed tests according to new correct repository lists presentation

This commit is contained in:
irengrig
2012-04-03 13:34:58 +04:00
parent babc57d8ca
commit 7b0ef53fbd
2 changed files with 2 additions and 6 deletions
@@ -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)});
}