mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-10-31 10:35:56 +01:00 
			
		
		
		
	Rename utility class
This commit is contained in:
		| @@ -16,7 +16,7 @@ import org.mockito.Mock; | ||||
| import org.mockito.junit.MockitoJUnitRunner; | ||||
| import sonia.scm.repository.SvnConfig; | ||||
| import sonia.scm.repository.SvnRepositoryHandler; | ||||
| import sonia.scm.web.ScmTestDispatcher; | ||||
| import sonia.scm.web.RestDispatcher; | ||||
| import sonia.scm.web.SvnVndMediaType; | ||||
|  | ||||
| import javax.servlet.http.HttpServletResponse; | ||||
| @@ -40,7 +40,7 @@ public class SvnConfigResourceTest { | ||||
|   @Rule | ||||
|   public ShiroRule shiro = new ShiroRule(); | ||||
|  | ||||
|   private ScmTestDispatcher dispatcher = new ScmTestDispatcher(); | ||||
|   private RestDispatcher dispatcher = new RestDispatcher(); | ||||
|  | ||||
|   private final URI baseUri = URI.create("/"); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user