mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 00:15:44 +01:00
Fix buildbreaker after merge
This commit is contained in:
@@ -74,9 +74,10 @@ public class RepositoryAccessITCase {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void shouldReadContent() throws IOException, InterruptedException {
|
public void shouldReadContent() throws IOException, InterruptedException {
|
||||||
repositoryUtil.createAndCommitFile("a.txt", "a");
|
RepositoryClient repositoryClient = RepositoryUtil.createRepositoryClient(repositoryType, folder);
|
||||||
|
RepositoryUtil.createAndCommitFile(repositoryClient, "scmadmin", "a.txt", "a");
|
||||||
tempFolder.newFolder("subfolder");
|
tempFolder.newFolder("subfolder");
|
||||||
repositoryUtil.createAndCommitFile("subfolder/a.txt", "sub-a");
|
RepositoryUtil.createAndCommitFile(repositoryClient, "scmadmin", "subfolder/a.txt", "sub-a");
|
||||||
|
|
||||||
sleep(1000);
|
sleep(1000);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user