mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
fix typo
This commit is contained in:
@@ -110,7 +110,7 @@ public abstract class RepositoryManagerTestBase
|
||||
* @throws IOException
|
||||
* @throws RepositoryException
|
||||
*/
|
||||
@Test(expected = RepositoryAllreadyExistExeption.class)
|
||||
@Test(expected = RepositoryAlreadyExistsException.class)
|
||||
public void testCreateExisting() throws RepositoryException, IOException
|
||||
{
|
||||
createTestRepository();
|
||||
|
||||
@@ -96,7 +96,7 @@ public abstract class SimpleRepositoryHandlerTestBase extends AbstractTestBase
|
||||
* @throws IOException
|
||||
* @throws RepositoryException
|
||||
*/
|
||||
@Test(expected = RepositoryAllreadyExistExeption.class)
|
||||
@Test(expected = RepositoryAlreadyExistsException.class)
|
||||
public void testCreateExisitingRepository()
|
||||
throws RepositoryException, IOException
|
||||
{
|
||||
|
||||
@@ -94,7 +94,7 @@ public abstract class UserManagerTestBase
|
||||
* @throws IOException
|
||||
* @throws UserException
|
||||
*/
|
||||
@Test(expected = UserAllreadyExistException.class)
|
||||
@Test(expected = UserAlreadyExistsException.class)
|
||||
public void testCreateExisting() throws UserException, IOException
|
||||
{
|
||||
User zaphod = UserTestData.createZaphod();
|
||||
|
||||
Reference in New Issue
Block a user