mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
fix dependencies after removing mergeResource
This commit is contained in:
@@ -22,7 +22,6 @@ public abstract class RepositoryTestBase {
|
||||
protected Provider<FileHistoryRootResource> fileHistoryRootResource;
|
||||
protected Provider<RepositoryCollectionResource> repositoryCollectionResource;
|
||||
protected Provider<IncomingRootResource> incomingRootResource;
|
||||
protected Provider<MergeResource> mergeResource;
|
||||
|
||||
|
||||
RepositoryRootResource getRepositoryRootResource() {
|
||||
@@ -39,8 +38,7 @@ public abstract class RepositoryTestBase {
|
||||
diffRootResource,
|
||||
modificationsRootResource,
|
||||
fileHistoryRootResource,
|
||||
incomingRootResource,
|
||||
mergeResource)), repositoryCollectionResource);
|
||||
incomingRootResource)), repositoryCollectionResource);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -45,7 +45,6 @@ public class ResourceLinksMock {
|
||||
when(resourceLinks.uiPlugin()).thenReturn(new ResourceLinks.UIPluginLinks(uriInfo));
|
||||
when(resourceLinks.authentication()).thenReturn(new ResourceLinks.AuthenticationLinks(uriInfo));
|
||||
when(resourceLinks.index()).thenReturn(new ResourceLinks.IndexLinks(uriInfo));
|
||||
when(resourceLinks.merge()).thenReturn(new ResourceLinks.MergeLinks(uriInfo));
|
||||
when(resourceLinks.permissions()).thenReturn(new ResourceLinks.PermissionsLinks(uriInfo));
|
||||
when(resourceLinks.repositoryVerbs()).thenReturn(new ResourceLinks.RepositoryVerbLinks(uriInfo));
|
||||
when(resourceLinks.repositoryRole()).thenReturn(new ResourceLinks.RepositoryRoleLinks(uriInfo));
|
||||
|
||||
Reference in New Issue
Block a user