mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
removed redundant logic
This commit is contained in:
@@ -325,10 +325,6 @@ public class ImporterActionExecuterTest
|
||||
assertNotNull("unzip action failed", importedFolder);
|
||||
assertTrue("multiple folder structure created",nodeService.getChildAssocs(importedFolder).size() == 1);
|
||||
}
|
||||
catch (AlfrescoRuntimeException e)
|
||||
{
|
||||
throw(new AlfrescoRuntimeException(e.getMessage()));
|
||||
}
|
||||
finally
|
||||
{
|
||||
// clean test data
|
||||
|
Reference in New Issue
Block a user