mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
Implement new limit/offset rule for git and svn
Directories shall no longer be taken into account for limit/offset calculations.
This commit is contained in:
@@ -280,7 +280,7 @@ public class GitBrowseCommandTest extends AbstractGitCommandTestBase {
|
||||
|
||||
Collection<FileObject> foList = root.getChildren();
|
||||
|
||||
assertThat(foList).extracting("name").contains("f.txt");
|
||||
assertThat(foList).extracting("name").containsExactly("f.txt");
|
||||
assertFalse("result should not be marked as trunctated", root.isTruncated());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user