mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
RA-545 Fix test according to the new wording of error message
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@109697 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -79,7 +79,7 @@ public class WarHelperImplTest extends WarHelperImpl
|
||||
}
|
||||
catch (ModuleManagementToolException exception)
|
||||
{
|
||||
assertTrue(exception.getMessage().contains("must be installed on a war version greater than 10.1"));
|
||||
assertTrue(exception.getMessage().contains("must be installed on a war version equal to or greater than 10.1"));
|
||||
}
|
||||
|
||||
installingModuleDetails.setRepoVersionMin(new VersionNumber("1.1"));
|
||||
@@ -134,7 +134,7 @@ public class WarHelperImplTest extends WarHelperImpl
|
||||
}
|
||||
catch (ModuleManagementToolException exception)
|
||||
{
|
||||
assertTrue(exception.getMessage().contains("must be installed on a war version greater than 10.1"));
|
||||
assertTrue(exception.getMessage().contains("must be installed on a war version equal to or greater than 10.1"));
|
||||
}
|
||||
|
||||
installingModuleDetails.setRepoVersionMin(new VersionNumber("1.1"));
|
||||
|
Reference in New Issue
Block a user