mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
fix build problem with message bundles, changed list to map in wizard config, added null checks when using custom types and fixed topic.gif
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2560 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -713,7 +713,7 @@ public class WebClientConfigTest extends BaseTest
|
||||
assertEquals("description-id", "advanced_space_details_description", wizard.getDescriptionId());
|
||||
assertNull("title should be null", wizard.getTitle());
|
||||
assertNull("description should be null", wizard.getDescription());
|
||||
List<StepConfig> steps = wizard.getSteps();
|
||||
List<StepConfig> steps = wizard.getStepsAsList();
|
||||
assertNotNull("steps should not be null", steps);
|
||||
|
||||
// retrieve step1 information and check it is correct
|
||||
|
Reference in New Issue
Block a user