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);
|
assertNotNull("unzip action failed", importedFolder);
|
||||||
assertTrue("multiple folder structure created",nodeService.getChildAssocs(importedFolder).size() == 1);
|
assertTrue("multiple folder structure created",nodeService.getChildAssocs(importedFolder).size() == 1);
|
||||||
}
|
}
|
||||||
catch (AlfrescoRuntimeException e)
|
|
||||||
{
|
|
||||||
throw(new AlfrescoRuntimeException(e.getMessage()));
|
|
||||||
}
|
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
// clean test data
|
// clean test data
|
||||||
|
Reference in New Issue
Block a user